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