History log of /PHP-8.3/ext/opcache/tests/jit/init_fcall_003.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 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