From: Christoph M. Becker Date: Wed, 17 Feb 2021 16:28:22 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=553a0c52b12d414c83130d845968fac5841236bf;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80763: msgfmt_format() does not accept DateTime references --- 553a0c52b12d414c83130d845968fac5841236bf diff --cc NEWS index 63901ebd5e,a3c388901f..aec8cce420 --- a/NEWS +++ b/NEWS @@@ -1,6 -1,16 +1,12 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| - ?? ??? 2021, PHP 8.0.3 -?? ??? 2021, php 7.4.17 ++?? ??? 2021, PHP 8.0.4 + + - Intl: + . Fixed bug #80763 (msgfmt_format() does not accept DateTime references). + (cmb) + -- MySQLnd: - . Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and - MySQL 8.0). (Nikita) - -04 Mar 2021, php 7.4.16 ++18 Feb 2021, PHP 8.0.3 - Core: . Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)