[php-src] master: Merge branch 'PHP-8.5'

Ilija Tovilo <[email protected]> Thu, 23 Jul 2026 11:34:13 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Ilija Tovilo (iluuu1994)
Date: 2026-07-23T13:34:04+02:00

Commit: https://github.com/php/php-src/commit/6db03786fbd48c6078bd92a93024dc9c3553ec1f
Raw diff: https://github.com/php/php-src/commit/6db03786fbd48c6078bd92a93024dc9c3553ec1f.diff

Merge branch 'PHP-8.5'

* PHP-8.5:
  [skip ci] Disable opcache.file_cache_only for gh22782.phpt

Changed paths:
  M  Zend/tests/first_class_callable/constexpr/gh22782.phpt


Diff:

diff --git a/Zend/tests/first_class_callable/constexpr/gh22782.phpt b/Zend/tests/first_class_callable/constexpr/gh22782.phpt
index b30820be9805..e2f5d007263e 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=1
 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');