com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6bd30e8f1a12f062f13013796d736847c827d1a4 Author: Joe Watkins <[email protected]> Tue, 2 May 2017 06:24:59 +0100 Parents: 2735318c7b8a464488e9bfe6c4f88921186b3fe2 4c0e50c88ac49052c61d1f23d5797e5d00384524 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6bd30e8f1a12f062f13013796d736847c827d1a4 Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix bug #74457 Wrong reflection on XMLReader::expand Bugs: https://bugs.php.net/74457 Changed paths: MM NEWS Diff: diff --cc NEWS index 959298f,2a05eae..14bfe90 --- a/NEWS +++ b/NEWS @@@ -5,17 -5,15 +5,20 @@@ PH - intl: . Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa) + - xmlreader: + . Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa) + -11 May 2017 PHP 7.0.19 +11 May 2017, PHP 7.1.5 - Core: + . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence) + . Fixed bug #74353 (Segfault when killing within bash script trap code). + (Laruence) + . Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x). + (Nikita) . Fixed bug #74188 (Null coalescing operator fails for undeclared static class properties). (tpunt) - . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence) + . Fixed bug #74444 (multiple catch freezes in some cases). (David Matějka) . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver). (Matt Ficken) . Fixed bug #74337 (php-cgi.exe crash on facebook callback).