mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update UPGRADING
This commit is contained in:
parent
6acfb79276
commit
311922ddbe
1 changed files with 5 additions and 0 deletions
|
@ -151,6 +151,11 @@ Reflection:
|
|||
. Reflection export to string now uses `int` and `bool` instead of `integer`
|
||||
and `boolean`.
|
||||
|
||||
- SAPI:
|
||||
. Starting with 7.3.24, 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).
|
||||
|
||||
SPL:
|
||||
. If an SPL autoloader throws an exception, following autoloaders will not be
|
||||
executed. Previously all autoloaders were executed and exceptions were
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue