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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user