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 OPcache tests under specific conditions
This commit is contained in:
Dmitry Stogov
2024-09-09 10:00:47 +03:00

View File

@@ -8,6 +8,7 @@ if (getenv('SKIP_ASAN')) die('xleak Leaks memory with ASAN');
?>
--INI--
opcache.interned_strings_buffer=500
opcache.enable=1
opcache.enable_cli=1
--FILE--
<?php