Merge branch 'PHP-8.0' into PHP-8.1

This commit is contained in:
Bob Weinand 2021-10-21 13:42:20 +02:00
commit 51a9c68ee5
7 changed files with 151 additions and 6 deletions

View file

@ -48,6 +48,7 @@ ZEND_BEGIN_MODULE_GLOBALS(zend_test)
int observer_fiber_init;
int observer_fiber_switch;
int observer_fiber_destroy;
HashTable global_weakmap;
int replace_zend_execute_ex;
int register_passes;
zend_test_fiber *active_fiber;