History log of /PHP-7.4/ext/standard/tests/mail/bug54298.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ae215069 05-Jan-2020 Christoph M. Becker

Fix #54298: Using empty additional_headers adding extraneous CRLF

If the header string is empty, we pass `NULL` to `php_mail()` to avoid
further checks on the string length.