mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
commit
a1818dd00c
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue