On Wed, Feb 11, 2009 at 9:54 AM, brian <brian.long@xxxxxx> wrote: > > with php.ini in /apps/local/php5/lib, readable by all: > > phpinfo says : "configuration file path /apps/local/php5/lib" > phpinfo also says: "loaded configuration file: (none)" > > .... so i'm not getting anything from php.ini. > > can someone point me at the fix for this problem? webserver or cli? if cli, take a peak at php --ini also, /apps/local/php5/lib should have rx for the webserver user. you may also need to check the perms on /apps/local/php5 to ensure the webserver user has rx on that dir as well. -nathan