From: Sebastian Bergmann Date: Mon, 24 Feb 2003 10:38:43 +0000 (+0000) Subject: Remove obsolete not on redeclaring protected members. X-Git-Tag: RELEASE_0_5~792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d529f100dfa167940927fb15024b96aaf5f8f6;p=php Remove obsolete not on redeclaring protected members. --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 42a3cbd322..4c8f791aa3 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -69,9 +69,6 @@ Changes in the Zend Engine 2.0 class they are declared in, whereas private member variables can only be accessed by the class they belong to. - Note: Protected member variables have to be declared in every class - they are used! - * Private and protected methods. (TBD) * Object Cloning.