Re: [PHP-DEV] [PATCH] unregister_shutdown_function()

2011-06-20 Thread David Muir
On 21/06/11 07:41, Arpad Ray wrote: > I also think once that functionality is there the next request will be get_registered_shutdown_functions() or something along the lines. >>> I don't see of what use that could be. >> Completeness? "Has that stupid shutdown func been

Re: [PHP-DEV] [PATCH] unregister_shutdown_function()

2011-06-20 Thread Arpad Ray
2011/6/20 Johannes Schlüter : > > (any reason you sent this privately?) Nope, must have hit the wrong button ;) back to the list now. > > On Mon, 20 Jun 2011 18:38:50 +0100, Arpad Ray wrote: >> 2011/6/20 Johannes Schlüter : >>> Why do you register a shutdown function if you want to remove it aga

Re: [PHP-DEV] [PATCH] unregister_shutdown_function()

2011-06-20 Thread Johannes Schlüter
On Mon, 2011-06-20 at 07:36 +0100, Arpad Ray wrote: > This patch implements unregister_shutdown_function(), which removes a > function already registered with register_shutdown_function(). > > It resolves request #53702 (according to google, not sure if it's > still active) and I've thought it a c

[PHP-DEV] [PATCH] unregister_shutdown_function()

2011-06-19 Thread Arpad Ray
Hi, This patch implements unregister_shutdown_function(), which removes a function already registered with register_shutdown_function(). It resolves request #53702 (according to google, not sure if it's still active) and I've thought it a curious absence for a while. The patch (against trunk) is