From: Joe Watkins Date: Thu, 26 Jan 2017 05:51:09 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.2RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a6de6b9df81f66422b86d58191124f22d99b70;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: [ci skip] news entry for PR #2337 --- e5a6de6b9df81f66422b86d58191124f22d99b70 diff --cc NEWS index 3ed0ca1a6c,686efb6643..ab1467f4ba --- a/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)