1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Value of EG(user_exception_handler) should't relive request boundary

This commit is contained in:
Dmitry Stogov
2017-07-12 15:37:12 +03:00
parent a5258ed645
commit 43e283fd64

View File

@@ -154,6 +154,7 @@ void init_executor(void) /* {{{ */
EG(ticks_count) = 0;
ZVAL_UNDEF(&EG(user_error_handler));
ZVAL_UNDEF(&EG(user_exception_handler));
EG(current_execute_data) = NULL;