From f52a67f4f2121e089680eb18ec2d6bb10bdac030 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 17 Sep 2009 10:34:14 +0000 Subject: [PATCH] Fixed bug#49549 ArrayObject impelments Serializable as of PHP5.3.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288402 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayobject.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/reference/spl/arrayobject.xml b/reference/spl/arrayobject.xml index 7f01d63c0d..6427519dab 100644 --- a/reference/spl/arrayobject.xml +++ b/reference/spl/arrayobject.xml @@ -41,6 +41,10 @@ ArrayAccess + + Serializable + + Countable @@ -99,6 +103,31 @@ + +
+ &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + Implements Serializable. + + + + + + +
+