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 2497ae0 commit f5bf19eCopy full SHA for f5bf19e
UPGRADING
@@ -90,6 +90,9 @@ PHP 7.1 UPGRADE NOTES
90
91
now results in the array ["b" => 1, "a" => 1], while for PHP 7.0 the result
92
was ["a" => 1, "b" => 1].
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
97
- JSON:
98
. The serialize_precision is used instead of precision when encoding double
0 commit comments