Skip to content

Commit f5bf19e

Browse files
committed
Update UPGRADING wrt. bug #72785
1 parent 2497ae0 commit f5bf19e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ PHP 7.1 UPGRADE NOTES
9090

9191
now results in the array ["b" => 1, "a" => 1], while for PHP 7.0 the result
9292
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.
9396

9497
- JSON:
9598
. The serialize_precision is used instead of precision when encoding double

0 commit comments

Comments
 (0)