History log of /PHP-8.0/ext/opcache/tests/preload_method_static_vars.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c12141c8 20-May-2022 Arnaud Le Blanc

Reduce the scope of XFAIL (#8592)


# f2ac4f20 20-May-2022 Arnaud Le Blanc

XFAIL tests (GH-8588)


Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1
# 670fe594 04-Nov-2020 Nikita Popov

Fix static variable in methods inheritance during preloading

This is now "bug compatible" with the normal behavior, and more
imporantly, does not crash :)