From: Sam Ruby Date: Sun, 21 May 2000 19:26:50 +0000 (+0000) Subject: Windows build failure X-Git-Tag: php-4.0.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5cf13eb29569a14550a6cd55d0fc01843ea834d;p=php Windows build failure --- diff --git a/Zend/zend.c b/Zend/zend.c index 961f0fc25e..2fb77b3c62 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -462,6 +462,7 @@ void zend_activate_modules() void zend_deactivate_modules() { + ELS_FETCH(); EG(opline_ptr) = NULL; /* we're no longer executing anything */ zend_hash_apply(&module_registry, (int (*)(void *)) module_registry_cleanup);