summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2020-04-18 12:22:00 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-22 16:41:04 +0200
commit657f756ccd79b0fd1268eb9796e371aa3f76c2a8 (patch)
tree0673a6c58fa846e951a1f4955e780e974976c350 /UPGRADING
parentd9a96629fe33d7b058bb8324ed374cd405be5d4a (diff)
downloadphp-git-657f756ccd79b0fd1268eb9796e371aa3f76c2a8.tar.gz
Skip non-existing properties returned by __sleep()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 000e586677..568bdf584a 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -391,6 +391,9 @@ PHP 8.0 UPGRADE NOTES
using serialize_precision rather than precision. In a default configuration,
this means that floating-point numbers are now printed with full accuracy
by these debugging functions.
+ . If the array returned by __sleep() contains non-existing properties, these
+ are now silently ignored. Previously, such properties would have been
+ serialized as if they had the value NULL.
- tidy:
. The $use_include_path parameter, which was not used internally, has been