]> granicus.if.org Git - php/commitdiff
New entry (MFH: goto)
authorFelipe Pena <felipe@php.net>
Sat, 29 Mar 2008 00:01:42 +0000 (00:01 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 29 Mar 2008 00:01:42 +0000 (00:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b02e9cc05517039439fbbdc5575727bb3127e3ed..0862b666feaafd1b0c956538613a783078972062 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP                                                                        NEWS
 - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)
 - Dropped zend.ze1_compatibility_mode (Dmitry)
 
+- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
 - Added ability to use stream wrappers in include_path (Gregory, Dmitry)
 - Added concept of "delayed early binding" that allows opcode caches to perform
   class declaration (early and/or run-time binding) in exactly the same order