From: Andrea Faulds Date: Fri, 19 Dec 2014 00:58:49 +0000 (+0000) Subject: UPGRADING for Unicode Codepoint Escape Syntax X-Git-Tag: PRE_PHP7_REMOVALS~36^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccebf60db3733721a614b477a354530a2570ce85;p=php UPGRADING for Unicode Codepoint Escape Syntax --- diff --git a/UPGRADING b/UPGRADING index 1ce98194bf..68d96824e5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -47,6 +47,10 @@ PHP X.Y UPGRADE NOTES https://wiki.php.net/rfc/uniform_variable_syntax#semantic_differences_in_existing_syntax . The global keyword now only accepts simple variables. See details in: https://wiki.php.net/rfc/uniform_variable_syntax#global_keyword_takes_only_simple_variables + . Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings + and heredocs. While \u does not not become a syntax error, so existing + strings like "\u202e" will be unchanged, \u{ followed by an invalid sequence + will now error. - DBA . dba_delete() now returns false if the key was not found for the inifile