]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Mon, 10 Apr 2017 11:49:15 +0000 (12:49 +0100)
committerJoe Watkins <krakjoe@php.net>
Mon, 10 Apr 2017 11:49:44 +0000 (12:49 +0100)
* PHP-7.0:
  Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)

1  2 
NEWS
ext/date/php_date.c

diff --cc NEWS
index 1e1fb5cc63d7b98608cba09bfa38dfee8213bde2,a8305ac866c00e554412642ada8b4709adaf4c14..6a7902ad753afde8fec27556046f137eb1f0d394
--- 1/NEWS
--- 2/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)
Simple merge