From cbdd63db2f8a335088ade9eb0f5e216ccf1148ab Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Wed, 2 Jul 2008 15:27:47 +0000 Subject: [PATCH] * Add changelog entry about warning. Bug 43924. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261930 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 1306d3f49b..1a45787dd6 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -21,11 +21,6 @@ - All overloading methods must be defined as public. @@ -70,6 +65,7 @@ http://bugs.php.net/bug.php?id=43924 5.3.0 Added __callStatic(). + Added warning to enforce public visibility and non-static declaration.