Robert Fisher wrote:
According to Arpi (see below) I can use register_shutdown(), as the docs are wrong and it *will* send output to the browser *before* the connection is closed.If you are willing to do a rewrite, then have your main script start a fork, or child process.
Jc
>Tamas Arpad wrote:
> That's not right now. The manual is outdated. See this bug report
> http://bugs.php.net/bug.php?id=15209.
> This behavior was changed from 4.06 to 4.1. In newer versions of php the
> registered functions will run before the connection is closed so ouptput can
> be done from there as well.
> So Jean you can make it as it is suggested on this page:
> http://www.php.net/manual/en/features.connection-handling.php
>
> Arpi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php