summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-09-29 14:47:57 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-09-29 14:47:57 +0200
commit96da1fe8a906da8d2927f57ff94ed25a8e6ea411 (patch)
tree128f27c6feb9fc329c0277646cd6daee28a9cb0e /UPGRADING
parent2ae2e820bee97fc9b50ce5d9462e1da2e72e6417 (diff)
downloadphp-git-96da1fe8a906da8d2927f57ff94ed25a8e6ea411.tar.gz
Fixed bug #76737
Explicitly prohibit serialization and unserialization of reflection objects.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 0bb09c6bc4..ccea43b31f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -23,6 +23,12 @@ PHP 7.4 UPGRADE NOTES
. The default parameter value of idn_to_ascii() and idn_to_utf8() is now
INTL_IDNA_VARIANT_UTS46 instead of the deprecated INTL_IDNA_VARIANT_2003.
+- Reflection:
+ . Reflection objects will now generate an exception if an attempt is made
+ to serialize them. Serialization for reflection objects was never
+ supported and resulted in corrupted reflection objects. It has been
+ explicitly prohibited now.
+
========================================
2. New Features
========================================