From: Felipe Pena Date: Sat, 29 Mar 2008 00:01:42 +0000 (+0000) Subject: New entry (MFH: goto) X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=065af96002e7bcdf773d2448eb91ca82083f4963;p=php New entry (MFH: goto) --- diff --git a/NEWS b/NEWS index b02e9cc055..0862b666fe 100644 --- 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