History log of /PHP-7.4/ext/imap/tests/bug80215.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 62a2387a 10-Oct-2020 Christoph M. Becker

Fix #80215: imap_mail_compose() may modify by-val parameters

We separate the input arrays and all sub-arrays to avoid modification
of the passed parameters.

This should be rewri

Fix #80215: imap_mail_compose() may modify by-val parameters

We separate the input arrays and all sub-arrays to avoid modification
of the passed parameters.

This should be rewritten to use `zend_string`s for the "master" branch.

Closes GH-6316.

show more ...