summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 12:10:36 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 12:10:51 +0200
commitb5cb999e7fc7d669c6a0c5d28c549f7862c9f41d (patch)
tree8cd8010f36c4d8248f6de937a6c4bf29a690ec9a
parentbf5f07cc8b99db53457afb87ee3e996a40a80d24 (diff)
downloadphp-git-b5cb999e7fc7d669c6a0c5d28c549f7862c9f41d.tar.gz
[ci skip] Fix version
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 2e8d358075..6f9b87c660 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -152,7 +152,7 @@ Reflection:
and `boolean`.
- SAPI:
- . Starting with 7.3.24, incoming cookie names are not url-decoded. This was never
+ . Starting with 7.3.23, incoming cookie names are not url-decoded. This was never
required by the standard, outgoing cookie names aren't encoded and this leads
to security issues (CVE-2020-7070).