1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix buffer size configuration for AArch64
This commit is contained in:
Niels Dossche
2024-09-09 22:02:52 +02:00

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