On Thu, 15 Apr 2004, John Coggeshall wrote: > - All errors were re-evaluated, and those (such as a bogus config > option) were demoted to E_NOTICE or promoted to E_ERROR as > necessary > - Those errors which are truly E_WARNING will behave as such when > called from a procedural context. If called from an object oriented > context, they will be represented as exceptions.
Do you mean E_ERRORS become exceptions or also E_WARNINGS? E_WARNINGS should never become exceptions as it's a non-fatal error. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php