]> granicus.if.org Git - php/commitdiff
Remove obsolete not on redeclaring protected members.
authorSebastian Bergmann <sebastian@php.net>
Mon, 24 Feb 2003 10:38:43 +0000 (10:38 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 24 Feb 2003 10:38:43 +0000 (10:38 +0000)
Zend/ZEND_CHANGES

index 42a3cbd32247c595783242f03cead98abebc43ed..4c8f791aa30304c1c1217311dcc01740f99568bd 100644 (file)
@@ -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.