> Cool! I just tested it out and it works. At lest under PHP 4.3.0 and
> Apache 1.3.26.
>
> But according to the bug report this functionality may change in the
> future and a new function apache_register_shutdown() might replace the
> current one ...
>
> The current functionality is *not* what is documented, but is it was is
> *intended*. I.e. will the current functionality be change to be what the
> docs say or will it continue and the docs will be changed?
>
> I will be using this functionality and need to know if it will change in
> future releases ...
There was a discussion about this topic on the dev list, and because of many 
reasons the current functionality of register_shutdown_function() will remain 
the same in future releases too. Joseph Tate is working on a new function 
(apache_register_shutdown_function) to make it possible on apache to use the 
old behavior (Thanks Joseph! :)).

        Arpi

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to