Web Hosting Talk







View Full Version : Simple PHP question (php.ini loaded?)


Domenico
10-22-2001, 08:24 AM
phpinfo.php says that my php.ini file is here; Configuration File (php.ini) Path /usr/local/lib but there is no php.ini file in there but it is in /etc/php.ini

phpinfo.php also says safe_mode Off Off while it is set to On in the php.ini file.

Does this mean my php.ini file isn't loaded?
How can I fix this?

Thank you,
Domenico

Domenico
10-22-2001, 09:05 AM
Hmm, just copied php.ini too /usr/local/lib and now it gets loaded.

Sometimes things are so simple...