From: Christoph M. Becker Date: Tue, 29 Sep 2020 10:10:36 +0000 (+0200) Subject: [ci skip] Fix version X-Git-Tag: php-7.3.24RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5cb999e7fc7d669c6a0c5d28c549f7862c9f41d;p=php [ci skip] Fix version --- 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).