History log of /php-src/ext/opcache/tests/jit/init_fcall_003.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# c16ad918 28-Nov-2023 Daniil Gentili

Change default method of disabling JIT

https://wiki.php.net/rfc/jit_config_defaults
Closes GH-12678


# 2ca142ec 14-Nov-2023 Daniil Gentili

Improve jit tests

Closes GH-12425


# cced0ddf 05-Jun-2023 nielsdos <7771979+nielsdos@users.noreply.github.com>

Fix test failure for init_fcall_003.phpt without opcache

If opcache isn't loaded, then opcache_invalidate() will fail.
Reproducible when you compile PHP without opcache, or run PHP witho

Fix test failure for init_fcall_003.phpt without opcache

If opcache isn't loaded, then opcache_invalidate() will fail.
Reproducible when you compile PHP without opcache, or run PHP without
opcache loaded, and try to run this test.

Closes GH-11378.

show more ...


# ed0b593c 02-May-2023 Dmitry Stogov

Fixed GH-11127 (JIT fault)

* Fixed GH-11127 (JIT fault)

* Added test

* Add new line