summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-18 15:43:05 +0200
committerAnatol Belski <ab@php.net>2014-04-18 15:43:05 +0200
commit53c68811bae5f81047d101f9dc79532d89eed363 (patch)
treed26e4894d3a8d55b0a0e92df3b201eaa621d8923 /UPGRADING
parentc2acdbdd3deb6787329bf0aca8ab0c04ace2a50c (diff)
downloadphp-git-53c68811bae5f81047d101f9dc79532d89eed363.tar.gz
UPGRADING note about bug #67072
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b484f94b50..74f59e6136 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -350,6 +350,9 @@ PHP 5.4 UPGRADE NOTES
- Since 5.4.7, ctor is always called when new user stream wrapper object is created.
Before, it was called only when stream_open was called.
+- Manipulated serialization strings for objects implementing Serializable by
+ replacing "C:" with "O:" at the start will now produce an error.
+
==============================
5. Changes to existing classes
==============================