Skip to content

Commit 626705f

Browse files
committed
Update UPGRADING
1 parent f1d8395 commit 626705f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

+5
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ DOM:
125125
After: ReflectionMethod::getClosure($object = null)
126126
The new signature is also (LSP) compatible with older PHP versions.
127127

128+
- SAPI:
129+
. Starting with 7.4.12, incoming cookie names are not url-decoded. This was never
130+
required by the standard, outgoing cookie names aren't encoded and this leads
131+
to security issues (CVE-2020-7070).
132+
128133
- SPL:
129134
. Calling get_object_vars() on an ArrayObject instance will now always return
130135
the properties of the ArrayObject itself (or a subclass). Previously it

0 commit comments

Comments
 (0)