From: Christoph M. Becker Date: Sun, 21 Aug 2016 15:46:42 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc6c4b329a853f5dfd8f6a1221689896b9fba07;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 3dc6c4b329a853f5dfd8f6a1221689896b9fba07 diff --cc NEWS index 411f81e4b5,7cd76808ad..00250e1057 --- a/NEWS +++ b/NEWS @@@ -1,29 -1,9 +1,31 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016 PHP 7.0.11 +?? ??? 2016, PHP 7.1.0RC1 + +-GD: + . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor + images). (cmb) ++ . Fixed bug #72913 (imagecopy() loses single-color transparency on palette ++ images). (cmb) + +- Reflection: + . Reverted prepending \ for class names and ? for nullable types returned + from ReflectionType::__toString(). (Trowski) + +- Intl: + . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF + sequence). (cmb) + +- Reflection: + . Reverted prepending \ for class names and ? for nullable types returned + from ReflectionType::__toString(). (Trowski) + +- XML: + . Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb) + +18 Aug 2016, PHP 7.1.0beta3 - Core: - . Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper). (Laruence) . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence) . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator). (Nikita)