summaryrefslogtreecommitdiff
path: root/Zend/ZEND_CHANGES
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-11-11 19:49:29 +0000
committerAndi Gutmans <andi@php.net>2002-11-11 19:49:29 +0000
commit1cee814da0aab8c0140d7ff098938cb6e738a235 (patch)
tree9af44491bd193fd074bda4bee9e419f3d2d358be /Zend/ZEND_CHANGES
parente1f884c4bc6cfaa3363c52dc5eb4717378ece14c (diff)
downloadphp-git-1cee814da0aab8c0140d7ff098938cb6e738a235.tar.gz
- Update with statics
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r--Zend/ZEND_CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES
index 71e773b7bb..c3a632845b 100644
--- a/Zend/ZEND_CHANGES
+++ b/Zend/ZEND_CHANGES
@@ -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.