|
|
|
@ -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)); |
|
|
|
|