[PHP-CVS] [php-src] master: [skip ci] Mark another preloading test as opcache.file_cache_only=0

[email protected] (Ilija Tovilo) Thu, 30 Jul 2026 10:16:11 +0000
Newsgroups php.cvs
Message-ID <[email protected]>
Author: Ilija Tovilo (iluuu1994)
Date: 2026-07-30T12:15:23+02:00

Commit: https://github.com/php/php-src/commit/28d321646f991f115e2d146c60d87e02feb77d38
Raw diff: https://github.com/php/php-src/commit/28d321646f991f115e2d146c60d87e02feb77d38.diff

[skip ci] Mark another preloading test as opcache.file_cache_only=0

shm is mandatory for preloading.

Changed paths:
  M  Zend/tests/partial_application/constexpr_015.phpt


Diff:

diff --git a/Zend/tests/partial_application/constexpr_015.phpt b/Zend/tests/partial_application/constexpr_015.phpt
index 2449adb9e4b7..22bc8dc720e8 100644
--- a/Zend/tests/partial_application/constexpr_015.phpt
+++ b/Zend/tests/partial_application/constexpr_015.phpt
@@ -5,6 +5,7 @@ opcache.enable=1
 opcache.enable_cli=1
 opcache.optimization_level=-1
 opcache.preload={PWD}/constexpr_015.inc
+opcache.file_cache_only=0
 --SKIPIF--
 <?php
 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');