]> granicus.if.org Git - php/commitdiff
Windows build failure
authorSam Ruby <rubys@php.net>
Sun, 21 May 2000 19:26:50 +0000 (19:26 +0000)
committerSam Ruby <rubys@php.net>
Sun, 21 May 2000 19:26:50 +0000 (19:26 +0000)
Zend/zend.c

index 961f0fc25eedf4be4f97c63f343f455cfa8fe77c..2fb77b3c625d5a53eff1aa254461d92a34bbfc1d 100644 (file)
@@ -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);