On Thu, 8 Sep 2005, Stanislav Malyshev wrote:

> EK>>I do belive that we should have kept BC here and allow use of objects 
> EK>>in shutdown functions, ie. call them before calling object 
> EK>>destructors.
> 
> We have classical c&e problem here - if we defer dtors to after shutdowns, 
> they couldn't do things like close files, finalize DB connections, etc. 
> Many people think dtors are meant to do that.

But they can still do that.. With "shutdown functions" I meant functions 
registered with register_shutdown_function().

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to