History log of /PHP-8.2/ext/opcache/tests/jit/bug80861.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 691ff9f8 04-Mar-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Set error_log to an empty value if the test relies on that feature

Some tests fail if the error_log is overriden by the loaded ini
configuration. Explicitly set it to an empty value to p

Set error_log to an empty value if the test relies on that feature

Some tests fail if the error_log is overriden by the loaded ini
configuration. Explicitly set it to an empty value to prevent the
failures.
See https://github.com/php/php-src/issues/10737#issuecomment-1452899299

Closes GH-10772.

show more ...

# e9f783fc 01-Apr-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p3

For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop

# 7e494d92 17-Mar-2021 Dmitry Stogov

Fixed bug #80861 (erronous array key overflow in 2D array with JIT)