Skip to content

Commit 089b020

Browse files
committed
[skip ci] Fix #[DelayedTargetValidation]+preloading test in file cache job
opcache.file_cache_only=1 implicitly disables preloading, keeping the preloaded symbols from being declared.
1 parent 6290900 commit 089b020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/attributes/delayed_target_validation/opcache_validator_errors.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
opcache.enable=1
55
opcache.enable_cli=1
66
opcache.preload={PWD}/opcache_validator_errors.inc
7+
opcache.file_cache_only=0
78
--EXTENSIONS--
89
opcache
910
--SKIPIF--

0 commit comments

Comments
 (0)