summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 12:11:48 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 12:12:21 +0200
commit2bceb4bedc70b3375de66e7130eaf53a88a30e9c (patch)
treeed3391d481a4cdd0238a42dc077793978667bf48
parentb87e43d931063abaf8e253886765911a83efcbfd (diff)
parentb5cb999e7fc7d669c6a0c5d28c549f7862c9f41d (diff)
downloadphp-git-2bceb4bedc70b3375de66e7130eaf53a88a30e9c.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: [ci skip] Fix version
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 40a768d6ba..354e4fac02 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -126,7 +126,7 @@ DOM:
The new signature is also (LSP) compatible with older PHP versions.
- SAPI:
- . Starting with 7.4.12, incoming cookie names are not url-decoded. This was never
+ . Starting with 7.4.11, 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).