From c5cf13eb29569a14550a6cd55d0fc01843ea834d Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sun, 21 May 2000 19:26:50 +0000 Subject: [PATCH] Windows build failure --- Zend/zend.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1