mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- Update with statics
This commit is contained in:
parent
e1f884c4bc
commit
1cee814da0
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue