summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-27 20:26:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-10-14 14:14:08 +0200
commit2cc3aeb4b98bcbc9572041b2f7d3276aabd51aae (patch)
tree35ddff394311b445740544f6abbd1e471ea0ae03 /UPGRADING
parent6e3ab61fa5a199fd085ccd91476c14499362ecb9 (diff)
downloadphp-git-2cc3aeb4b98bcbc9572041b2f7d3276aabd51aae.tar.gz
Implement #72918: negative offset inside a quoted string leads to parse error
We allow negative numeric offsets for the simple syntax inside double-quoted and heredoc strings.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 5f04e1cf5f..e2e90adfcb 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -177,6 +177,8 @@ PHP 7.1 UPGRADE NOTES
type declarations, and some internal functions. Both nullable type
declarations (?int) and parameters with default values of null
(int $foo = NULL) are considered to "accept null" for this purpose.
+ . The simple syntax for variable parsing inside of string literals now
+ supports negative offsets.
========================================
3. Changes in SAPI modules