> 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
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
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
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