mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Value of EG(user_exception_handler) should't relive request boundary
This commit is contained in:
parent
a5258ed645
commit
43e283fd64
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue