> The easiest way to find out where PHP expects your php.ini to be is to > create a page that calls phpinfo() - the configuration file location is > near the top of the output.
Just to mention this: phpinfo() outputs the exact file name, if it loaded a php.ini - and outputs the path, where it thought the php.ini should have been, if it was not found. -Sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php