From: Andi Gutmans Date: Wed, 20 Nov 2002 19:15:36 +0000 (+0000) Subject: - Add abstract methods X-Git-Tag: RELEASE_1_0b2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce4bc76bf6e296bf4feb8efe0d56716cad0ec23;p=php - Add abstract methods --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index c3a632845b..2ded4b52ad 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -491,6 +491,8 @@ Changes in the Zend Engine 2.0 * Static methods (TBD) + * Abstract methods (TBD) + * static function variables statics are now treated at compile-time which allows developers to assign variables to statics by reference. This change also