Re: [PHP-DEV] changed behavior of shutdown-registered function in 4.0.x->4.1.x (conn. handling)

2002-06-03 Thread Tamas Arpad
On Monday 03 June 2002 18:05, Joseph Tate wrote: > Please do not cross post. > > The register_shutdown_function bug has been open for quite some > time: See bug #15209 at http://bugs.php.net/bug.php?id=15209. I > work with the original poster, and have access to his patch that > seems to fix the

[PHP-DEV] changed behavior of shutdown-registered function in 4.0.x->4.1.x (conn. handling)

2002-06-03 Thread Tamas Arpad
Hi, I use register_shutdown_function to regenerate my content-cache's data after the old page were sent. In 4.0.6 there was no problem with it, the connection was closed after the normal script is finished, and before the shutdown_registered function is started (which does the real work). So I