History log of /PHP-8.3/ext/opcache/tests/gh9968-1.inc (Results 1 – 2 of 2)
Revision Date Author Comments
# 1f715f56 08-Jan-2023 Thomas Gerbet

Use absolute paths in OPCache tests when calling `opcache_compile_file()`

This make sure the tests do not fail if they are not run from the
repository root.

Closes GH-10266

Use absolute paths in OPCache tests when calling `opcache_compile_file()`

This make sure the tests do not fail if they are not run from the
repository root.

Closes GH-10266

Signed-off-by: George Peter Banyard <girgias@php.net>

show more ...


# 91b3b58f 25-Nov-2022 Arnaud Le Blanc

Do not resolve constants on non-linked class during preloading (#9975)

Fixes GH-9968