php4-beta | 200004
Date: 04/30/00
- Next message: Sterling Hughes: "[PHP4BETA] Flash & PHP"
- Previous message: chagenbu <email protected>: "[PHP4BETA] warnings on session garbage collection"
- In reply to: chagenbu <email protected>: "[PHP4BETA] warnings on session garbage collection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sterling Hughes: "[PHP4BETA] Flash & PHP"
- Previous message: chagenbu <email protected>: "[PHP4BETA] warnings on session garbage collection"
- In reply to: chagenbu <email protected>: "[PHP4BETA] warnings on session garbage collection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

