Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fixed GH-12494: Zend/tests/arginfo_zpp_mismatch.phpt causes a segfault withJIT + --repeat 2
This commit is contained in:
Dmitry Stogov 2023-10-23 10:51:59 +03:00
commit a1818dd00c
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ typedef struct _handler_entry {
} zend_shared_memory_handler_entry;
typedef struct _zend_shared_memory_state {
int *positions; /* current positions for each segment */
size_t *positions; /* current positions for each segment */
size_t shared_free; /* amount of free shared memory */
} zend_shared_memory_state;