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: 0959e6f4225a92206849aaab1cb2d322ac45bbe2 Author: Joe Watkins <[email protected]> Mon, 17 Apr 2017 07:57:07 +0100 Parents: 949de4e46f8faea970a73c52f3443f37ea0f5cc4 7dc6b04f453d0111447a3bcd1f3e88a5c32c2a22 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0959e6f4225a92206849aaab1cb2d322ac45bbe2 Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #74439 Wrong reflection on the Locale methods Bugs: https://bugs.php.net/74439 Changed paths: MM NEWS Diff: diff --cc NEWS index 5c605b8,59420cc..2b6db31 --- a/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)