* 'master' of https://git.php.net/repository/php-src:
  fix NEWS after releses
  Generators & UPGRADING
  Merge 5.3.16 NEWS in.
This commit is contained in:
Christopher Jones 2012-09-12 18:14:37 -07:00
commit 9884666e62

View File

@ -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