2
1
I installed php on the server and php_info(); displays:
Configuration File (php.ini) Path /home/gmcnulty/php
However, I don't see anything there nor do I see any php directory?
How do I locate the php directory and specifically the php.ini file?
Thanks.
listed 6 directories followed by "Permission denied" - guess that mean I can't make changes to it? – Greg McNulty – 2012-06-17T21:43:26.273
Hm, were you able to find the file you're looking for? The Permission denied message is there probably because you aren't running the command in superuser mode. Try sudo find -name "php.ini" and that should go away. – superuser – 2012-06-18T03:27:46.177