]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Thu, 26 Jan 2017 05:51:09 +0000 (05:51 +0000)
committerJoe Watkins <krakjoe@php.net>
Thu, 26 Jan 2017 05:51:35 +0000 (05:51 +0000)
* PHP-7.0:
  [ci skip] news entry for PR #2337

1  2 
NEWS

diff --cc NEWS
index 3ed0ca1a6ceb4ad70d8cb4b7fd48483f376d02c6,686efb6643ad9f930d648a77f47ef5a26b3ca1d1..ab1467f4ba0c9fbfadb58a635cd7f9823f5077f3
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,15 -1,18 +1,19 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2017 PHP 7.0.16
 +?? ??? 2017, PHP 7.1.2
  
  - Core:
 -  . Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference).
 -    (Laruence)
 +  . Improved GENERATOR_CREATE opcode handler. (Bob, Dmitry)
 +  . Fixed bug #73877 (readlink() returns garbage for UTF-8 paths). (Anatol)
    . Fixed bug #73876 (Crash when exporting **= in expansion of assign op).
      (Sara)
 +  . Fixed bug #73962 (bug with symlink related to cyrillic directory). (Anatol)
    . Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester)
  
+ - DOM:
+   . Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes).
+     (aboks)
  - DTrace:
    . Fixed bug #73965 (DTrace reported as enabled when disabled). (Remi)