On Thu, 09 Sep 2004 23:15:08 -0700
Andi Gutmans <[EMAIL PROTECTED]> wrote:

> I think this makes sense because PHP could be in an unstable state.
> Think EG(exit_status) covers all possible situations? No time to check
> now how it differs from CG(unclean_shutdown) which is most often used.

Well, as I can see zend_error() doesn't change CG(unclean_shutdown), but uses 
EG(exit_status) instead.
And there is a side-effect: using exit_status we allow user to disable destructors 
calling exit($non_zero_status);

Probably, this patch needs some more investigation.

-- 
Wbr,
Antony Dovgal aka tony2001
[EMAIL PROTECTED] || [EMAIL PROTECTED]

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

Reply via email to