History log of /PHP-7.4/Zend/tests/bug79599.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 5795dfda 09-Jul-2020 Nikita Popov

Fix bug #79599 in a different way

Move the emission of the undefined variable notice before the
array separation.


# a3cb6122 09-Jul-2020 Nikita Popov

Revert "Fixed bug #97599 (coredump in set_error_handler)"

This reverts commit ccd41e083359cf6dd264f88806dce4cc49d9358e.

This causes a large performance regression when notices are t

Revert "Fixed bug #97599 (coredump in set_error_handler)"

This reverts commit ccd41e083359cf6dd264f88806dce4cc49d9358e.

This causes a large performance regression when notices are thrown
and large arrays are in scope, see bug #79794.

show more ...


# ccd41e08 15-May-2020 Xinchen Hui

Fixed bug #97599 (coredump in set_error_handler)