kk              Fri May 18 00:47:01 2001 EDT

  Modified files:              
    /phpdoc/en/language oop.xml 
  Log:
  Completed the unfinished sentence.
  
  
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.12 phpdoc/en/language/oop.xml:1.13
--- phpdoc/en/language/oop.xml:1.12     Thu May 17 16:05:01 2001
+++ phpdoc/en/language/oop.xml  Fri May 18 00:47:01 2001
@@ -511,10 +511,19 @@
  <sect1 id="language.oop.serialization">
   <title>Serializing objects - objects in sessions</title>
 
+  <note>
+   <simpara>
+    In PHP3, objects will lose their class association
+    throughout the process of serialization and unserialization. 
+    The resulting variable is of type object, but has no class
+    and no methods, thus it is pretty useless (it has become
+    just like an array with a funny syntax).
+   </simpara>
+  </note>
+
   <caution>
    <simpara>
-    The following information is valid for PHP4 only. In
-    PHP3, an 
+    The following information is valid for PHP4 only. 
    </simpara>
   </caution>
 


Reply via email to