summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2017-04-23 21:03:35 +0100
committerJakub Zelenka <bukka@php.net>2017-04-23 21:03:35 +0100
commitdd36541f2cb67223085a68f63c35a6a9c37e7a86 (patch)
tree81b4607bbb76fe40bcf30bbf9601fa62a76cd4af
parentf3c4e2f5bf216aa0942d9a99836c77dbc46a7cd5 (diff)
downloadphp-git-dd36541f2cb67223085a68f63c35a6a9c37e7a86.tar.gz
Add missing NEWS entries for 7.0.19
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27d74c22ee..9d57c09982 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2017 PHP 7.0.19
- Core:
+ . Fixed bug #74188 (Null coalescing operator fails for undeclared static
+ class properties). (tpunt)
. Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
. Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
(Matt Ficken)
@@ -40,6 +42,7 @@ PHP NEWS
key). (Jakub Zelenka)
. Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
seconds). (Moritz Fain)
+ . Added OpenSSL 1.1.0 support. (Jakub Zelenka)
- phar:
. Fixed bug #74383 (phar method parameters reflection correction).
@@ -48,6 +51,7 @@ PHP NEWS
- Standard:
. Fixed bug #74409 (Reflection information for ini_get_all() is incomplete).
(Sebastian Bergmann)
+ . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
- SQLite3:
. Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).