Commit fd9e347fb9f for php.net
commit fd9e347fb9f110f7be76db9bc675065c8e65b74f
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Thu Jul 23 13:27:00 2026 +0200
[skip ci] Disable opcache.file_cache_only for gh22782.phpt
Preloading is not compatible opcache.file_cache_only=0.
diff --git a/Zend/tests/first_class_callable/constexpr/gh22782.phpt b/Zend/tests/first_class_callable/constexpr/gh22782.phpt
index b30820be980..e2f5d007263 100644
--- a/Zend/tests/first_class_callable/constexpr/gh22782.phpt
+++ b/Zend/tests/first_class_callable/constexpr/gh22782.phpt
@@ -7,6 +7,7 @@
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.preload={PWD}/gh22782.inc
+opcache.file_cache_only=0
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');