summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2021-01-04 10:52:04 +0000
committerDerick Rethans <github@derickrethans.nl>2021-01-04 10:52:04 +0000
commit21341834d4f5df6fdbca7fe54d74c72c5a675b6c (patch)
treef3bc14fdde330e41e287e09b4271f688d232e621
parent5346d0ae69f290c7704a39cd10a574a2d661f05a (diff)
downloadphp-git-21341834d4f5df6fdbca7fe54d74c72c5a675b6c.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7276f14b15..7673dcfac8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-17 Dec 2020, PHP 7.4.14RC1
+07 Jan 2021, PHP 7.4.14
- Core:
. Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()).
@@ -50,6 +50,8 @@ PHP NEWS
PROCEDURE resultset SIGNAL). (Nikita)
- Standard:
+ . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
+ (CVE-2020-7071) (cmb)
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
. Fixed bug #80411 (References to null-serialized object break serialize()).
(Nikita)