Skip to content

Commit 311922d

Browse files
committed
Update UPGRADING
1 parent 6acfb79 commit 311922d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ Reflection:
151151
. Reflection export to string now uses `int` and `bool` instead of `integer`
152152
and `boolean`.
153153

154+
- SAPI:
155+
. Starting with 7.3.24, incoming cookie names are not url-decoded. This was never
156+
required by the standard, outgoing cookie names aren't encoded and this leads
157+
to security issues (CVE-2020-7070).
158+
154159
SPL:
155160
. If an SPL autoloader throws an exception, following autoloaders will not be
156161
executed. Previously all autoloaders were executed and exceptions were

0 commit comments

Comments
 (0)