We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d8395 commit 626705fCopy full SHA for 626705f
UPGRADING
@@ -125,6 +125,11 @@ DOM:
125
After: ReflectionMethod::getClosure($object = null)
126
The new signature is also (LSP) compatible with older PHP versions.
127
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
+
133
- SPL:
134
. Calling get_object_vars() on an ArrayObject instance will now always return
135
the properties of the ArrayObject itself (or a subclass). Previously it
0 commit comments