From e5eb47ac8dc5c66bc380a9a041b85f4fabcc4a31 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 30 May 2004 14:42:01 +0000 Subject: [PATCH] add PHP5 note - overload is not in php5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160062 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/overload/reference.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/overload/reference.xml b/reference/overload/reference.xml index 2afadca1d8..8eb97e359a 100644 --- a/reference/overload/reference.xml +++ b/reference/overload/reference.xml @@ -1,5 +1,5 @@ - + Object property and method call overloading Object overloading @@ -22,6 +22,14 @@ properties normally. &warn.experimental; + + + This extension is not a part of PHP 5. PHP 5 supports __get(), + __set() and __call() natively. See + PHP 5 migration chapter for more + information. + +