From: Christoph M. Becker Date: Sat, 20 Aug 2016 01:09:10 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29849e5ba12b186b9af0839fc80342682fdc5d51;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 29849e5ba12b186b9af0839fc80342682fdc5d51 diff --cc NEWS index 2018826edf,2726658215..25dcc17898 --- a/NEWS +++ b/NEWS @@@ -1,14 -1,6 +1,18 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016 PHP 7.0.11 +?? ??? 2016, PHP 7.1.0RC1 + +- IMAP: + . Fixed bug #72852 (imap_mail null dereference). (Anatol) + ++- Intl: ++ . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF ++ sequence). (cmb) ++ +- XML: + . Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb) + +18 Aug 2016, PHP 7.1.0beta3 - Core: . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)