Skip to content

Commit 057875d

Browse files
committed
Disable JIT in file cache test
File cache and JIT are currently incomatible.
1 parent e35c163 commit 057875d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/bug78189.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ opcache.enable_cli=1
1010
opcache.optimization_level=-1
1111
opcache.file_cache="{TMP}"
1212
opcache.file_cache_only=1
13+
opcache.jit=0
1314
--FILE--
1415
<?php
1516
$tmpdir = sys_get_temp_dir();

0 commit comments

Comments
 (0)