|
|
|
@ -5108,8 +5108,11 @@ void php_free_shutdown_functions(TSRMLS_D) /* {{{ */ |
|
|
|
zend_hash_destroy(BG(user_shutdown_function_names)); |
|
|
|
FREE_HASHTABLE(BG(user_shutdown_function_names)); |
|
|
|
BG(user_shutdown_function_names) = NULL; |
|
|
|
} |
|
|
|
zend_end_try(); |
|
|
|
} zend_catch { |
|
|
|
/* maybe shutdown method call exit, we just ignore it */ |
|
|
|
FREE_HASHTABLE(BG(user_shutdown_function_names)); |
|
|
|
BG(user_shutdown_function_names) = NULL; |
|
|
|
} zend_end_try(); |
|
|
|
} |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
|