mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
Merge branch 'PHP-8.3'
* PHP-8.3: Skip JIT test if php is compiled without jit
This commit is contained in:
commit
706e9ed058
@ -7,6 +7,10 @@ opcache.jit=disable
|
||||
opcache.jit_buffer_size=32M
|
||||
--EXTENSIONS--
|
||||
opcache
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (ini_get('opcache.jit') === false) die('skip PHP is compiled without JIT');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
ini_set('opcache.jit', 'tracing');
|
||||
|
Loading…
Reference in New Issue
Block a user