php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch sapi_apache2.gmoniker.patch for Apache2 related Bug #68486Patch version 2015-03-18 15:25 UTC Return to Bug #68486 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: php@bof.dediff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 088ff77..840c550 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -688,6 +688,7 @@ zend_first_try { } zend_end_try(); } apr_brigade_cleanup(brigade); + apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); } else { ctx->r = parent_req; } |
Copyright © 2001-2025 The PHP Group All rights reserved. |
Last updated: Wed Feb 05 07:01:32 2025 UTC |