Trabla: Linux & php: find location of php.ini file
Solving:
Run following command in linux command line:
php -i | grep 'Configuration File'
or
php.ini for Apache2:
/etc/php5/apache2/php.ini
or
sudo find / -name php.ini -print
No comments:
Post a Comment