How to Find php.ini File Location from the Command Line.

Started by Rahul Sambre, July 11, 2016, 05:56:16 PM

Previous topic - Next topic

Rahul Sambre

Hi,

Ever needed to make a quick adjustment to the php.ini file but you weren't sure where it was? Here is a quick command you can use on server.

Quotephp -i | grep php.ini

That's all.  :)