Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

Re: [PHP4BETA] warnings on session garbage collection From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

On Sun, Apr 30, 2000 at 04:40:24PM -0500, chagenbu <email protected> wrote:
> Is there a real reason to output a warning when garbage collection runs, even
> when error_reporting is set to E_ALL?
>
> I always run my scripts with reporting at E_ALL to make sure I'm not being
> sloppy (and it also catches some stupid errors); it's somewhat disconcerting to
> see things that output headers suddenly break once in a while when garbage
> collection runs.

Just use E_ALL & ~E_NOTICE to see only real error reports.

- Sascha

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>