com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/openssl/openssl.c
[email protected] (Jakub Zelenka)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: ba83b18ce34afd53d595669138d98ca02818f8fe Author: Jakub Zelenka <[email protected]> Sun, 23 Apr 2017 20:31:24 +0100 Parents: 144ddd3b423e42d3e102ec9676376cba0af8881a 366b1640d09b982ebc69001bcb476268ab668ab8 Branches: PHP-7.1 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ba83b18ce34afd53d595669138d98ca02818f8fe Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM ext/openssl/openssl.c Diff: diff --cc NEWS index bc0b9ad,27d74c2..c65218e --- a/NEWS +++ b/NEWS @@@ -37,20 -34,10 +37,22 @@@ 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 #74456 (Segmentation error while running a script in CLI mode). + (Laruence) + . Fixed bug #74431 (foreach infinite loop). (Nikita) + . Fixed bug #74442 (Opcached version produces a nested array). (Nikita) + - OpenSSL: + . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH + key). (Jakub Zelenka) . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds). (Moritz Fain)