From: Christoph M. Becker Date: Fri, 30 Dec 2016 13:17:38 +0000 (+0100) Subject: Update UPGRADING wrt. bug #72785 X-Git-Tag: php-7.1.1RC1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5bf19ee3acaa7da75cf6fe99158d300e6d847a7;p=php Update UPGRADING wrt. bug #72785 --- diff --git a/UPGRADING b/UPGRADING index 0e3115e19a..c626884ee2 100644 --- a/UPGRADING +++ b/UPGRADING @@ -90,6 +90,9 @@ PHP 7.1 UPGRADE NOTES now results in the array ["b" => 1, "a" => 1], while for PHP 7.0 the result was ["a" => 1, "b" => 1]. + . The allowed_classes element of the $options parameter of unserialize() is + now strictly typed, i.e. if anything other than an array or a boolean is + given, unserialize() returns FALSE and issues an E_WARNING. - JSON: . The serialize_precision is used instead of precision when encoding double