We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e31c3a commit 735db41Copy full SHA for 735db41
1 file changed
tests/ext/sandbox/install_hook/trace_generator_jit.phpt
@@ -2,7 +2,7 @@
2
generator hooking works with JIT
3
--SKIPIF--
4
<?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'); ?>
+<?php if (PHP_VERSION_ID < 80100) die('skip: JIT is only on PHP 8, and not stable enough on PHP 8.0'); ?>
6
--INI--
7
opcache.enable=1
8
opcache.enable_cli = 1
0 commit comments