Skip to content

Commit 735db41

Browse files
authored
Disable trace_generator_jit.phpt test on PHP 8.0 because JIT is not stable enough on PHP 8.0 (#2835)
1 parent 1e31c3a commit 735db41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ext/sandbox/install_hook/trace_generator_jit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generator hooking works with JIT
33
--SKIPIF--
44
<?php if (!file_exists(ini_get("extension_dir") . "/opcache.so")) die('skip: opcache.so does not exist in extension_dir'); ?>
5-
<?php if (PHP_VERSION_ID < 80000) die('skip: JIT is only on PHP 8'); ?>
5+
<?php if (PHP_VERSION_ID < 80100) die('skip: JIT is only on PHP 8, and not stable enough on PHP 8.0'); ?>
66
--INI--
77
opcache.enable=1
88
opcache.enable_cli = 1

0 commit comments

Comments
 (0)