From 089b0205362311fc02461c128626963ad733cdd3 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 21 Aug 2025 14:39:20 +0200 Subject: [PATCH] [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. --- .../delayed_target_validation/opcache_validator_errors.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/tests/attributes/delayed_target_validation/opcache_validator_errors.phpt b/Zend/tests/attributes/delayed_target_validation/opcache_validator_errors.phpt index a0a09ecfeae53..68d1ae43bd46a 100644 --- a/Zend/tests/attributes/delayed_target_validation/opcache_validator_errors.phpt +++ b/Zend/tests/attributes/delayed_target_validation/opcache_validator_errors.phpt @@ -4,6 +4,7 @@ opcache.enable=1 opcache.enable_cli=1 opcache.preload={PWD}/opcache_validator_errors.inc +opcache.file_cache_only=0 --EXTENSIONS-- opcache --SKIPIF--