From: Dmitry Stogov Date: Tue, 5 Jul 2005 14:13:46 +0000 (+0000) Subject: Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows X-Git-Tag: php-5.1.0b3~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c84919bedaf8663e82e037f395edf68dd5043a;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 cb20792f00..ef336e03c0 100644 --- a/main/main.c +++ b/main/main.c @@ -1195,6 +1195,7 @@ void php_request_shutdown(void *dummy) * inside zend_executor callback functions. */ EG(opline_ptr) = NULL; + EG(active_op_array) = NULL; /* 1. Call all possible __destruct() functions */ zend_try {