diff options
author | Derick Rethans <github@derickrethans.nl> | 2021-01-04 10:52:04 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2021-01-04 10:52:04 +0000 |
commit | 21341834d4f5df6fdbca7fe54d74c72c5a675b6c (patch) | |
tree | f3bc14fdde330e41e287e09b4271f688d232e621 | |
parent | 5346d0ae69f290c7704a39cd10a574a2d661f05a (diff) | |
download | php-git-21341834d4f5df6fdbca7fe54d74c72c5a675b6c.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |