From 8b34428167898d1445077614ddff5050118fdc02 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 5 Dec 2001 07:04:16 +0000 Subject: [PATCH] Document recent changes. --- Zend/ZEND_CHANGES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 1570bd53c9..fda1c2ca7b 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -87,6 +87,29 @@ Changes in the Zend Engine 2.0 Old code that does not take advantage of namespaces will run without modifications. + * Static member variables of static classes can now be + initialized. + + + + * Class constants. + + + Changes in the Zend Engine 1.0 The Zend Engine was designed from the ground up for increased speed, -- 2.40.0