When you need to know where the php.ini configuration file is on your server, here is a handy way to find it:
php -i | grep php.ini
Give it a try.
Link to share this: https://gabrielserafini.com/blog/2010/07/15/how-to-locate-your-php-ini-file/
When you need to know where the php.ini configuration file is on your server, here is a handy way to find it:
php -i | grep php.ini
Give it a try.