Commit:    5246d6f02e52798e343bd5208692f1a5ed89b9d9
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Wed, 12 
Sep 2012 09:05:28 +0100
Parents:   f6000a01e286f855a7f40fcad738a1f9b00aa81e
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=5246d6f02e52798e343bd5208692f1a5ed89b9d9

Log:
Generators & UPGRADING

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index ba55635..59dfbb4 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to