History log of /php-src/tests/output/gh14808.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 43e3f577 08-Jul-2024 Calvin Buckley

Declare that this test needs iconv extension

Otherwise it would fail with the usual recommended ./configure
invocation used for RMs testing (i.e. --disable-all).


# 89c3e034 04-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14808: Unexpected null pointer in Zend/zend_string.h with empty output buffer

The output buffer can be NULL when the number of bytes is zero.

Closes GH-14815.