History log of /PHP-8.2/Zend/tests/bug79919.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 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 ...


# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 1e0bc6e3 31-Jul-2020 Christoph M. Becker

Fix #79919: Stack use-after-scope in define()

Instead of the temporary `rv`, we use the `val_free` which is there for
this purpose.