From: Marcus Boerger Date: Tue, 21 Oct 2003 06:41:26 +0000 (+0000) Subject: Make this clear X-Git-Tag: php-5.0.0b2RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91099f3f4f3c575fc7ffb98194e7d276ed8cc2c3;p=php Make this clear --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 27de0d9656..87cb5ee4d6 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -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.