From 91099f3f4f3c575fc7ffb98194e7d276ed8cc2c3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 21 Oct 2003 06:41:26 +0000 Subject: [PATCH] Make this clear --- Zend/ZEND_CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 27de0d96568d6..87cb5ee4d655f 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.