Skip to content

Commit f8486c7

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix buffer size configuration for AArch64
2 parents d2a5c98 + bcd1f23 commit f8486c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/tests/jit/gh15658.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GH-15658 (Segmentation fault in Zend/zend_vm_execute.h)
44
opcache
55
--INI--
66
opcache.jit=0101
7-
opcache.jit_buffer_size=1024M
7+
opcache.jit_buffer_size=64M
88
--FILE--
99
<?php
1010
echo match (random_int(1, 2)) {

0 commit comments

Comments
 (0)