]> granicus.if.org Git - php/commitdiff
Missing ifdef; thanks Tony
authorWez Furlong <wez@php.net>
Thu, 29 Jul 2004 11:54:12 +0000 (11:54 +0000)
committerWez Furlong <wez@php.net>
Thu, 29 Jul 2004 11:54:12 +0000 (11:54 +0000)
ext/standard/basic_functions.c

index edb2200a0bf9104bdbee18bea6676b250485ee0b..cae20b90a1a1a115cf9a16b7ae1a47ed7f6d6e63 100644 (file)
@@ -1227,7 +1227,9 @@ PHP_RSHUTDOWN_FUNCTION(basic)
        PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
        PHP_RSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
        PHP_RSHUTDOWN(streams)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
+#ifdef PHP_WIN32
        PHP_RSHUTDOWN(win32_core_globals)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
+#endif
 
        if (BG(user_tick_functions)) {
                zend_llist_destroy(BG(user_tick_functions));