Skip to content

Commit fd9e347

Browse files
committed
[skip ci] Disable opcache.file_cache_only for gh22782.phpt
Preloading is not compatible opcache.file_cache_only=0.
1 parent e44966c commit fd9e347

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/tests/first_class_callable/constexpr/gh22782.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ opcache.enable=1
77
opcache.enable_cli=1
88
opcache.optimization_level=-1
99
opcache.preload={PWD}/gh22782.inc
10+
opcache.file_cache_only=0
1011
--SKIPIF--
1112
<?php
1213
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');

0 commit comments

Comments
 (0)