Merge branch 'PHP-7.2'

This commit is contained in:
Nikita Popov 2018-06-22 16:22:50 +02:00
commit b592cd7b98
2 changed files with 5 additions and 0 deletions

View file

@ -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();