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;