Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Fix buffer size configuration for AArch64
  • Loading branch information
nielsdos committed Sep 9, 2024
2 parents 23db895 + f8486c7 commit 201c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/tests/jit/gh15658.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GH-15658 (Segmentation fault in Zend/zend_vm_execute.h)
opcache
--INI--
opcache.jit=0101
opcache.jit_buffer_size=1024M
opcache.jit_buffer_size=64M
--FILE--
<?php
echo match (random_int(1, 2)) {
Expand Down

0 comments on commit 201c691

Please sign in to comment.