- Update with statics

This commit is contained in:
Andi Gutmans 2002-11-11 19:49:29 +00:00
parent e1f884c4bc
commit 1cee814da0

View file

@ -491,6 +491,12 @@ Changes in the Zend Engine 2.0
* Static methods (TBD) * 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 * Parameters that are passed by reference to a function
may now have default values. may now have default values.