summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2021-01-04 01:45:04 -0800
committerStanislav Malyshev <stas@php.net>2021-01-04 01:45:15 -0800
commit65d7ade6842bcf06b3d2ed59a796bdd78d073df9 (patch)
tree40b064677ac7ba9cd7cdd029bde2b60ea985b3e8
parent8967e66559445a3cec7c96d5e8685e9c170fe2b0 (diff)
downloadphp-git-65d7ade6842bcf06b3d2ed59a796bdd78d073df9.tar.gz
[ci skip] Fix order
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7a47f5ec7e..0eaaec8f89 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,10 @@ PHP NEWS
07 Jan 2021, PHP 7.3.26
- Standard:
- . Fixed bug #80457 (stream_get_contents() fails with maxlength=-1 or default).
- (bruno dot premont at restena dot lu)
. Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
(CVE-2020-7071) (cmb)
+ . Fixed bug #80457 (stream_get_contents() fails with maxlength=-1 or default).
+ (bruno dot premont at restena dot lu)
26 Nov 2020, PHP 7.3.25