]> granicus.if.org Git - php/commitdiff
Make this clear
authorMarcus Boerger <helly@php.net>
Tue, 21 Oct 2003 06:41:26 +0000 (06:41 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 21 Oct 2003 06:41:26 +0000 (06:41 +0000)
Zend/ZEND_CHANGES

index 27de0d96568d6b4cb0b10efe7347e385014281d1..87cb5ee4d655f6ea0aa40ab8bb6db308ad671c07 100644 (file)
@@ -125,8 +125,8 @@ Changes in the Zend Engine 2.0
         $o->test();
         ?>
 
-      Abstract classes cannot be instantiated and must not contain 
-      abstract methods.
+      Classes that do not have abstract methods can be declared abstract
+      to prevent them from being instantiated.
 
       Old code that has no user-defined classes or functions named 
       'abstract' should run without modifications.