summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-12-30 14:17:38 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2016-12-30 14:17:38 +0100
commitf5bf19ee3acaa7da75cf6fe99158d300e6d847a7 (patch)
tree151296218cf30ca8e3fbd8ae6cc24739881e99a5 /UPGRADING
parent2497ae031b11e10ef6d287f6421f842ce1b810f9 (diff)
downloadphp-git-f5bf19ee3acaa7da75cf6fe99158d300e6d847a7.tar.gz
Update UPGRADING wrt. bug #72785
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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