Re: [PHP] ini_set('display_errors',1) not working.

2002-05-22 Thread Jason Wong
On Thursday 23 May 2002 04:46, Jeff Bearer wrote: > Update, I can see the errors if I make a fatal error. but not if it's a > parse error. in the php.ini I'm using the default error_reporting: > E_ALL & ~E_NOTICE > > I sill have no explanation as to why. The error reporting is for catching run-t

Re: [PHP] ini_set('display_errors',1) not working.

2002-05-22 Thread Jeff Bearer
Update, I can see the errors if I make a fatal error. but not if it's a parse error. in the php.ini I'm using the default error_reporting: E_ALL & ~E_NOTICE I sill have no explanation as to why. On Wed, 2002-05-22 at 11:24, Jeff Bearer wrote: > I have the following in my php.ini file: > > dis

[PHP] ini_set('display_errors',1) not working.

2002-05-22 Thread Jeff Bearer
I have the following in my php.ini file: display_errors=Off log_errors=On error_log="filename" I want to turn on display_errors for developers, I'm attempting to use ini_set to do this. I made a script like: (I added log_errors and error_log lines in an attempt to get this working) The phpin