History log of /php-src/ext/standard/tests/mail/gh10990.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 79c5b32d 01-Apr-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-10990: mail() throws TypeError after iterating over $additional_headers array by reference

We should dereference the values, otherwise references don't work.

Closes GH-10991.