From: Christoph M. Becker Date: Mon, 8 Feb 2021 17:43:36 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f731477cd798615f9f8412bd2d95a40b911b64fa;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80706: mail(): Headers after Bcc headers may be ignored --- f731477cd798615f9f8412bd2d95a40b911b64fa diff --cc NEWS index 3cb8d11174,de699350cd..e5490a357a --- a/NEWS +++ b/NEWS @@@ -1,11 -1,10 +1,14 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2021, PHP 7.4.16 +?? ??? 2021, PHP 8.0.3 + - Core: + . Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb) + +- Gettext: + . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value). + (cmb) + - MySQLi: . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)