mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
b592cd7b98
2 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,7 @@ void init_executor(void) /* {{{ */
|
|||
EG(in_autoload) = NULL;
|
||||
EG(autoload_func) = NULL;
|
||||
EG(error_handling) = EH_NORMAL;
|
||||
EG(flags) = EG_FLAGS_INITIAL;
|
||||
|
||||
zend_vm_stack_init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue