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
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
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
3 matches
Mail list logo