]> granicus.if.org Git - php/commitdiff
- Update with statics
authorAndi Gutmans <andi@php.net>
Mon, 11 Nov 2002 19:49:29 +0000 (19:49 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 11 Nov 2002 19:49:29 +0000 (19:49 +0000)
Zend/ZEND_CHANGES

index 71e773b7bbc4e64baca8448cd808a6f6a5a3b58b..c3a632845b96c37a0a178199625c237914486a85 100644 (file)
@@ -491,6 +491,12 @@ Changes in the Zend Engine 2.0
 
     * Static 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
+      greatly improves their performance but means that indirect
+      references to statics will not work anymore.
+
     * Parameters that are passed by reference to a function
       may now have default values.