How to Find PHP.INI Path
If you can’t find it in /etc/php.ini, then you have to use ssh and execute the command below.
php -i | grep php.ini
The command will return something like
Configuration File (php.ini) Path => /etc/php.ini
tech notes and general nonsense
If you can’t find it in /etc/php.ini, then you have to use ssh and execute the command below.
php -i | grep php.ini
The command will return something like
Configuration File (php.ini) Path => /etc/php.ini
Comments