nforbes         Sat Sep 17 10:52:34 2005 EDT

  Modified files:              
    /phpdoc/en/language/oop5    static.xml 
  Log:
  Fixed bug #34390 (static members and methods really can be redefined in 
subclasses)
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/static.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/language/oop5/static.xml
diff -u phpdoc/en/language/oop5/static.xml:1.8 
phpdoc/en/language/oop5/static.xml:1.9
--- phpdoc/en/language/oop5/static.xml:1.8      Tue Aug 30 11:08:38 2005
+++ phpdoc/en/language/oop5/static.xml  Sat Sep 17 10:52:32 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
  <sect1 id="language.oop5.static">
   <title>Static Keyword</title>
 
@@ -7,8 +7,7 @@
    Declaring class members or methods as static makes them accessible
    without needing an instantiation of the class. A member declared as
    static can not be accessed with an instantiated class object (though
-   a static method can). Static members and methods cannot be re-defined
-   in subclasses.
+   a static method can).
   </para>
 
   <para>

Reply via email to