From b37a6a1c205fc62a043e7c08b004f73ab18c3a59 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 22 Jul 2005 12:27:17 +0000 Subject: [PATCH] Serializing information is valid for PHP 5 too (bug #33817) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191207 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index 8ca3cb593b..8b7735671c 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -651,7 +651,7 @@ $b->example(); - The following information is valid for PHP 4 only. + The following information is valid for PHP >= 4 only.