Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  [ci skip] Fix version
This commit is contained in:
Christoph M. Becker 2020-09-29 12:11:48 +02:00
commit 2bceb4bedc

View file

@ -126,7 +126,7 @@ DOM:
The new signature is also (LSP) compatible with older PHP versions. The new signature is also (LSP) compatible with older PHP versions.
- SAPI: - 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 required by the standard, outgoing cookie names aren't encoded and this leads
to security issues (CVE-2020-7070). to security issues (CVE-2020-7070).