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:
@@ -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
|
||||
|
||||
@@ -13,6 +13,7 @@ if (getenv("SKIP_PRELOAD")) {
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.file_cache=
|
||||
opcache.file_cache_only=0
|
||||
|
||||
Reference in New Issue
Block a user