From: Dmitry Stogov Date: Tue, 5 Jul 2005 14:14:03 +0000 (+0000) Subject: Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows X-Git-Tag: php-5.0.5RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fe2b1bed4b12a85a829ed3574cf1de3272f1ab4;p=php Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows --- diff --git a/main/main.c b/main/main.c index afa82db5a6..86369c4efa 100644 --- a/main/main.c +++ b/main/main.c @@ -1181,6 +1181,7 @@ void php_request_shutdown(void *dummy) * inside zend_executor callback functions. */ EG(opline_ptr) = NULL; + EG(active_op_array) = NULL; zend_try { php_end_ob_buffers((zend_bool)(SG(request_info).headers_only?0:1) TSRMLS_CC);