Fwd: [PHP] php.ini problem

2002-07-18 Thread Andre
Thank you for everyone who helped me. The problem was a php.ini file in the root (/) directory, PHP 4.2.1 was using that file instead of the one configured (--with-config-file-path=/usr/local/apache/conf). -- Forwarding -- Subject: [PHP] php.ini problem Date: Thu, 18 Jul

Re: [PHP] php.ini problem

2002-07-18 Thread Analysis & Solutions
On Thu, Jul 18, 2002 at 12:55:34PM -0300, Andre wrote: > > The configuration in php.ini seems not to be used by httpd. Make a script with phpinfo() in it and examine which php.ini file is being used. Sounds like you may be accessing the wrong file, even though you're saying you're not. > I'v

[PHP] php.ini problem

2002-07-18 Thread Andre
Apache 1.3.26 PHP 4.2.1 staticly built as a module. The configuration in php.ini seems not to be used by httpd. I've traced my httpd process and it opens the php.ini file in the expected directory, but variables set in there don't take effect (e.g. engine=On, display_errors=Off, etc.). I had P