Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Where to find and edit the php.ini file' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Where to find and edit the php.ini file
Authored by: mark242 on Nov 12, '03 05:54:15PM

Horribly inefficient.

Run this command from the terminal:

sudo find / -name php.ini -print

That will only spit out files called "php.ini". Your grep will spit out files that contain php.ini in them.



[ Reply to This | # ]
10.3: Where to find and edit the php.ini file
Authored by: nayr on Nov 13, '03 12:17:32AM

Horribly inefficient.

locate php.ini



[ Reply to This | # ]