On Sat, Dec 20, 2003 at 12:13:45AM +0200, Andi Gutmans wrote:
> At 03:59 PM 12/19/2003 -0500, Daniel Convissor wrote:
>
> >None the less, this wouldn't resolve the situation where loads of object
> >oriented code all of a sudden starts spewing var depricated messages.
> >Not fun.
> 
> Those messages don't happen with E_ALL but only with E_ALL|E_STRICT (i.e. 
> the person is using PHP 5 and intends to see these messages). Please stop 
> complaining about the var depricated message, just use E_ALL!

Once set_error_handler() is declared, ALL errors are in effect, including
E_STRICT, regardless of what error reporting level has been defiend.

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to