So, is this going to get added? I have seen very little response to Joseph from the list. I would very much like to see this as register_shutdown_function is/was crucial to us in it previous form.
Brian Moon dealnews.com ----- Original Message ----- From: "Joseph Tate" <[EMAIL PROTECTED]> To: "Php-Dev List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Jason Priebe" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 11:22 AM Subject: [PHP-DEV] [PATCH]apache_register_shutdown_function final version | As a reminder, this replaces the register_shutdown_function functionality | removed in 4.1.x as described at http://bugs.php.net/15209. I've made my | final adjustments to the patch. Please review and commit both to HEAD and | PHP_4_3. I received no response from the SAPI guru's, so I went ahead and | added the sapi_close function to all SAPI modules, initializing it to NULL. | It's not implemented for anything but apache 1.3. Implementing for Apache2 | is not a big deal, just call ap_lingering_close from within sapi_close. | | With the addition of sapi_close, it should be possible to add the | functionality of apache_register_shutdown_function to every platform | implementing the sapi_close method. | | Also, those on non-Apache systems, please test to make sure that this does | not break your builds. | | Thanks, | Joseph | [EMAIL PROTECTED] | | ---------------------------------------------------------------------------- ---- | -- | PHP Development Mailing List <http://www.php.net/> | To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php