On Fri, 16 Apr 2004, Christian Schneider wrote:

> John Coggeshall wrote:
> > the best compromise I can reach without discarding exceptions entirely,
> > which I believe is even more wrong for OO code.
>
> I disagree. I lost track over the last couple of days, what is everyone
> else's view on this?

I disgree with this behavior too. E_WARNINGs were never supposed to
abort a script, that's what we have E_ERRORs for. (Making E_ERROR an
exception in an OO context is fine, as when it's unhandled it should
abort the script, just like in PHP 4 and all other non-oo extensions).

Derick

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

Reply via email to