Merge branch 'PHP-8.1' into PHP-8.2

This commit is contained in:
Bob Weinand 2023-11-25 00:59:26 +01:00
commit 50ccea31f2
7 changed files with 158 additions and 2 deletions

View file

@ -55,6 +55,9 @@ ZEND_BEGIN_MODULE_GLOBALS(zend_test)
int register_passes;
bool print_stderr_mshutdown;
zend_long limit_copy_file_range;
int observe_opline_in_zendmm;
zend_mm_heap* zend_orig_heap;
zend_mm_heap* zend_test_heap;
zend_test_fiber *active_fiber;
zend_long quantity_value;
zend_string *str_test;