Skip to content

Commit 201c691

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix buffer size configuration for AArch64
2 parents 23db895 + f8486c7 commit 201c691

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)