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

Fix INI setting requirements for test with opcache

Closes GH-18551
This commit is contained in:
Gina Peter Banyard
2025-05-22 14:03:01 +01:00
parent cd43536b27
commit ea2656277b
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ GH-16508: Missing lineno in inheritance errors of delayed early bound classes
--EXTENSIONS--
opcache
--INI--
opcache.enable=1
opcache.enable_cli=1
--FILE--
<?php

View File

@@ -13,6 +13,7 @@ if (getenv("SKIP_PRELOAD")) {
}
?>
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_cache=
opcache.file_cache_only=0