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: bd32837acf51cc28d13ade6c1aeff6bffb4430ee Author: Joe Watkins <[email protected]> Thu, 13 Apr 2017 13:21:17 +0100 Parents: f70328b8476cb1b6fa734ebf1df3a825b88f3f9d f05d74feb886acfd9c9828158ff9af532ff4a75f Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bd32837acf51cc28d13ade6c1aeff6bffb4430ee Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #74433 Wrong reflection on the Normalizer methods Bugs: https://bugs.php.net/74433 Changed paths: MM NEWS Diff: diff --cc NEWS index f324355,d664db7..d97d061 --- a/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)