Fix buffer size configuration for AArch64

This commit is contained in:
Niels Dossche 2024-09-09 22:02:39 +02:00
parent c1ffd4b484
commit bcd1f23b30
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -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)) {