From: Christoph M. Becker Date: Sun, 21 Aug 2016 17:49:57 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5347246f562729d0cb179e4aa00f831ca2af7173;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- 5347246f562729d0cb179e4aa00f831ca2af7173 diff --cc NEWS index 00250e1057,20e24b45b9..d3e6e9f12b --- a/NEWS +++ b/NEWS @@@ -1,31 -1,9 +1,32 @@@ 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) ++ . Fixed bug #68716 (possible resource leaks in _php_image_convert()). (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)