mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Fix corruption issue
This commit is contained in:
parent
6b206a66a4
commit
51303fc051
@ -302,6 +302,7 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals)
|
||||
zend_init_rsrc_plist(ELS_C);
|
||||
EG(lambda_count)=0;
|
||||
EG(user_error_handler) = NULL;
|
||||
EG(interactive) = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user