Derick Rethans wrote:
> On Wed, 7 Sep 2005, Andi Gutmans wrote:
> 
> 
>>The real solution is to have a two-phased shutdown sequence in PHP 6 because
>>we're constantly "Fixing" the shutdown due to chicken&egg problem.
> 
> 
> But we have that, just no extensions are using it...  What I do think 
> that we need to do is to call the shutdown handlers before the dtors, 
> now we do it the "wrong" way around making things less flexible. And, 
> IMO, that can not affect much (and we'd restore BC with PHP <= 5.0.4).

I do belive that we should have kept BC here and allow use of objects in
shutdown functions, ie. call them before calling object destructors.

Edin

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

Reply via email to