Fix OPcache tests under specific conditions

This commit is contained in:
Go Kudo 2024-09-09 10:00:25 +03:00 committed by Dmitry Stogov
parent bca5f6e74f
commit d966c296d0
No known key found for this signature in database

View file

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