From: Nikita Popov Date: Fri, 2 Jun 2017 22:05:35 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.2.0alpha1~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfedff58e3d59bc4994c74b6af6b4bbe1f82d9ea;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- bfedff58e3d59bc4994c74b6af6b4bbe1f82d9ea diff --cc NEWS index ff378519c0,eecf1e50a6..03d095e3de --- a/NEWS +++ b/NEWS @@@ -7,10 -7,9 +7,13 @@@ PH properties). (Laruence) . Fixed misparsing of abstract unix domain socket names. (Sara) +- Date: + . Fixed bug #74639 (implement clone for DatePeriod and DateInterval). + (andrewnester) + + - Intl: + . Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex) + - Mbstring: . Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)