Skip to content

Commit 43e283f

Browse files
committed
Value of EG(user_exception_handler) should't relive request boundary
1 parent a5258ed commit 43e283f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_execute_API.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ void init_executor(void) /* {{{ */
154154
EG(ticks_count) = 0;
155155

156156
ZVAL_UNDEF(&EG(user_error_handler));
157+
ZVAL_UNDEF(&EG(user_exception_handler));
157158

158159
EG(current_execute_data) = NULL;
159160

0 commit comments

Comments
 (0)