diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-09-12 09:05:28 +0100 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-09-12 09:05:28 +0100 |
commit | 5246d6f02e52798e343bd5208692f1a5ed89b9d9 (patch) | |
tree | 338d920608f292d94978d099e03c4dc3d7546a37 | |
parent | f6000a01e286f855a7f40fcad738a1f9b00aa81e (diff) | |
download | php-git-5246d6f02e52798e343bd5208692f1a5ed89b9d9.tar.gz |
Generators & UPGRADING
-rwxr-xr-x | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ PHP X.Y UPGRADE NOTES - Add support for using empty() on the result of function calls and other expressions. Thus it is now possible to write empty(getArray()), for example. (https://wiki.php.net/rfc/empty_isset_exprs) +- Added generators. + (https://wiki.php.net/rfc/generators) ======================================== 2. Changes in SAPI modules |