]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 21 Aug 2016 14:16:27 +0000 (16:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 21 Aug 2016 14:21:13 +0000 (16:21 +0200)
1  2 
NEWS

diff --cc NEWS
index 9d6235205b0d89ca46a6097807e5ede7c0affaa2,9404084e496ea9cd324d4dd802fefff926cdbd5d..411f81e4b5edc49012a04fa820ee20de99f5c315
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,25 -1,9 +1,29 @@@
  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)
++
 +- 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)