From: Felipe Pena Date: Sat, 5 Apr 2008 23:50:21 +0000 (+0000) Subject: - HEREDOC syntax with double quotes X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=235770b27f6985cad7af976a636ba7ebbb9c32d0;p=php - HEREDOC syntax with double quotes --- diff --git a/NEWS b/NEWS index 0862b666fe..81a8aa5b5f 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ PHP NEWS dropped in future PHP versions. (Lars Strojny, Felipe, Marcus) - Added and improved PHP syntax and semantics: . Added NOWDOC. (Gwynne Raskind, Stas, Dmitry) + . Added HEREDOC syntax with double quotes. (Lars Strojny, Felipe) . Added "?:" operator. (Marcus) . Added support for namespaces. (Dmitry, Stas, Gregory) . Added support for Late Static Binding. (Dmitry, Etienne Kneuss)