I just installed php5 as root via apt-get install php5, and for whatever reason I can't find my php.ini file.
apt-get install php5
php.ini
Running locate php.ini or ls /etc/ | grep php.ini both yield no results.
locate php.ini
ls /etc/ | grep php.ini
Is there anything I'm missing here?
Run sudo updatedb in your terminal and try locate php.ini.
sudo updatedb
Or you can find php.ini under /etc/php5/apache2 or /etc/php5/cli/.
/etc/php5/apache2
/etc/php5/cli/
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
902 times
active