com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/standard/type.c
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9fb2812b56a69290f1454c8b20be55679c68c3cb Author: Nikita Popov <[email protected]> Sun, 12 Feb 2017 00:15:46 +0100 Parents: 6d5ea20e0b0986a5d763ba39c5ad4773c2d6ade6 7e5cf2aa194a45470efe1fbe590ebff74034df14 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9fb2812b56a69290f1454c8b20be55679c68c3cb Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM ext/standard/type.c Diff: diff --cc NEWS index 7fd2eee,f78594b..23a64a6 --- a/NEWS +++ b/NEWS @@@ -39,18 -36,18 +39,20 @@@ PH - Standard: . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol) + . Fixed bug #74041 (substr_count with length=0 broken). (Nikita) + . Fixed bug #73118 (is_callable callable name reports misleading value for + anonymous classes). (Adam Saponara) - -16 Feb 2017 PHP 7.0.16 +16 Feb 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) + . Fixed bug #73994 (arginfo incorrect for unpack). (krakjoe) . Fixed bug #73973 (assertion error in debug_zval_dump). (andrewnester) - DOM: