mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
50ccea31f2
7 changed files with 158 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue