mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
Missing ifdef; thanks Tony
This commit is contained in:
parent
274dbb1b75
commit
ff531cca4d
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user