summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-26 15:25:19 -0700
committerStanislav Malyshev <stas@php.net>2014-06-26 15:25:19 -0700
commitb23460063f913dc6dfcfa1a3b0a71c07c4f5491e (patch)
treee7752349633e5cae55dc73a3ec4db5df3dac184c
parentad9ed232e746e69c374e946dd4054ced49bb5a22 (diff)
downloadphp-git-b23460063f913dc6dfcfa1a3b0a71c07c4f5491e.tar.gz
better explanation
-rw-r--r--UPGRADING7
1 files changed, 4 insertions, 3 deletions
diff --git a/UPGRADING b/UPGRADING
index 92ed275a08..1fdcda7f38 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -363,9 +363,10 @@ PHP 5.4 UPGRADE NOTES
Using O: for user classes not extending internal classes (including
those implementing Serializable) is still supported in 5.4, though
- it is deprecated and may not be supported in 5.6. Same for using O: for
- internal classes implementing Serializable (like ArrayObject) and
- classes that extend them.
+ it is deprecated and may not be supported in 5.6 for classes that do not
+ originally serialize to O:. Same for using O: for internal classes
+ implementing Serializable (like ArrayObject) and classes that extend
+ them.
The reason for that is that O: format is meant to be used with classes
that do not define custom handlers, and was never intended for the use