]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Thu, 13 Apr 2017 12:21:17 +0000 (13:21 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 13 Apr 2017 12:21:51 +0000 (13:21 +0100)
* PHP-7.0:
  Fixed bug #74433 Wrong reflection on the Normalizer methods

1  2 
NEWS

diff --cc NEWS
index f324355363a1598715946e80676703e986989e83,d664db7e6a585320a8f58cb33bf9b68d17ae7715..d97d061535f2f88a389518e43496249192b6e8d5
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -31,11 -28,6 +31,12 @@@ PH
    . Fixed bug #74376 (Invalid free of persistent results on error/connection
      loss). (Yussuf Khalil)
  
 +- Intl:
 +  . Fixed bug #65683 (Intl does not support DateTimeImmutable). (Ben Scholzen)
 +  . Fixed bug #74298 (IntlDateFormatter->format() doesn't return
 +    microseconds/fractions). (Andrew Nester)
++  . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa)
 +
  - OpenSSL:
    . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
      seconds). (Moritz Fain)