summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-10 11:20:52 +0000
committerAndi Gutmans <andi@php.net>2004-02-10 11:20:52 +0000
commit70c418d0642c75474e459ad7db58911130a43468 (patch)
tree842e8934b8c96f9a01fcb93812f397af53514c65
parent041b5dc2f78a9824e2d1c31c42b0129d7aaa890e (diff)
downloadphp-git-70c418d0642c75474e459ad7db58911130a43468.tar.gz
- We will go with PHP 4 behavior. With the new object model assigning by
reference has lost a lot of its importance.
-rw-r--r--Zend/ZEND_CHANGES7
1 files changed, 0 insertions, 7 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES
index b6e996e0b9..579a787a04 100644
--- a/Zend/ZEND_CHANGES
+++ b/Zend/ZEND_CHANGES
@@ -646,13 +646,6 @@ Changes in the Zend Engine 2.0
}
?>
- * 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.