com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/date/php_date.c
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6a8476281679ce4e27091a67a98e9930b76cb53f Author: Joe Watkins <[email protected]> Mon, 10 Apr 2017 12:49:15 +0100 Parents: 68b312db7d2a60c8cb6faec38c850370c169079e d9e2f803750033bdd6dcf756ef1ca85dc53309dd Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a8476281679ce4e27091a67a98e9930b76cb53f Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions) Bugs: https://bugs.php.net/74404 Changed paths: MM NEWS MM ext/date/php_date.c Diff: diff --cc NEWS index 1e1fb5c,a8305ac..6a7902a --- a/NEWS +++ b/NEWS @@@ -1,15 -1,11 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2017 PHP 7.0.19 +?? ??? 2017, PHP 7.1.5 + +- Core: + . 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) + - Date: + . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions). + (krakjoe) + - Fileinfo: . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c). (Laruence)