colder Wed Sep 6 19:47:35 2006 UTC
Modified files: /phpdoc/en/reference/var/functions serialize.xml Log: Fix #35579 (Ambiguity about how serialize keeps references) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/serialize.xml?r1=1.10&r2=1.11&diff_format=u Index: phpdoc/en/reference/var/functions/serialize.xml diff -u phpdoc/en/reference/var/functions/serialize.xml:1.10 phpdoc/en/reference/var/functions/serialize.xml:1.11 --- phpdoc/en/reference/var/functions/serialize.xml:1.10 Mon Nov 8 15:01:34 2004 +++ phpdoc/en/reference/var/functions/serialize.xml Wed Sep 6 19:47:35 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/var.xml, last change in rev 1.28 --> <refentry id="function.serialize"> <refnamediv> @@ -28,8 +28,9 @@ <function>unserialize</function>. <function>serialize</function> handles all types, except the <type>resource</type>-type. You can even <function>serialize</function> arrays that contain - references to itself. References inside the array/object you - are <function>serialize</function>ing will also be stored. + references to itself. Circular references inside the array/object you + are <function>serialize</function>ing will also be stored. Any other + reference will be lost. </simpara> <simpara> When serializing objects, PHP will attempt to call the member function