We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acfb79 commit 311922dCopy full SHA for 311922d
UPGRADING
@@ -151,6 +151,11 @@ Reflection:
151
. Reflection export to string now uses `int` and `bool` instead of `integer`
152
and `boolean`.
153
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
+
159
SPL:
160
. If an SPL autoloader throws an exception, following autoloaders will not be
161
executed. Previously all autoloaders were executed and exceptions were
0 commit comments