]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Mon, 17 Apr 2017 06:57:07 +0000 (07:57 +0100)
committerJoe Watkins <krakjoe@php.net>
Mon, 17 Apr 2017 06:58:22 +0000 (07:58 +0100)
* PHP-7.0:
  Fixed bug #74439 Wrong reflection on the Locale methods

1  2 
NEWS

diff --cc NEWS
index 5c605b8cc93d93d809ed825528185e012d223d32,59420cc6bdc351546ab8aafbeab4d962335c6060..2b6db31f3d3d94fec8d0148d00ef0cc6c6ef03a9
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -34,16 -31,7 +34,17 @@@ 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)
++  . Fixed bug #74439 (wrong reflection for Locale methods). (villfa)
 +
 +- Opcache:
 +  . Fixed bug #74431 (foreach infinite loop). (Nikita)
 +  . Fixed bug #74442 (Opcached version produces a nested array). (Nikita)
 +
  - OpenSSL:
    . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
      seconds). (Moritz Fain)