Re: [PHP-DEV] user defined vs php provided function (was Re: str_ireplace vs. stri_replace)

2003-01-31 Thread Tamas Arpad
> You are correct in the event of a user writing a new function, however > consider what will happen if we are dealing with a old code, especially if > it is no longer used just by the author but rather by a variety of other > people not familiar with PHP code. The result is that after they or thei

Re: [PHP-DEV] Register Shutdown Function for Apache

2003-01-23 Thread Tamas Arpad
On Thursday 23 January 2003 17:38, Joseph Tate wrote: > I can have the patches ready to go in a very short amount of time. I'll > work on and post them if I can be reasonably sure they'll be committed. > I'm tired of spinning my wheels with this though. I've got a personally > patched version of

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