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 f5bf19e commit eb25e14Copy full SHA for eb25e14
UPGRADING
@@ -93,6 +93,8 @@ PHP 7.1 UPGRADE NOTES
93
. The allowed_classes element of the $options parameter of unserialize() is
94
now strictly typed, i.e. if anything other than an array or a boolean is
95
given, unserialize() returns FALSE and issues an E_WARNING.
96
+ . $this, autoglobals, and variables with the same name as a parameter can no
97
+ longer be bound to a closure via the use construct.
98
99
- JSON:
100
. The serialize_precision is used instead of precision when encoding double
0 commit comments