]> granicus.if.org Git - php/commitdiff
add more BC breaks
authorStanislav Malyshev <stas@php.net>
Tue, 16 Dec 2014 19:00:51 +0000 (11:00 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 16 Dec 2014 19:00:51 +0000 (11:00 -0800)
UPGRADING

index d2be2afd5df44ef09ab16364308c8851e4770e9c..1ce98194bfebe1678827f95bccbecb9809159cf8 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -42,6 +42,11 @@ PHP X.Y UPGRADE NOTES
     It will now produce 2, not 1.
   . Function parameters with duplicate name are not allowed anymore. Definitions
     like “function foo($x,$x) {}” will lead to compile time error.
+  . Indirect variable, property and method references are now interpreted with
+    left-to-right semantics. See details in:
+       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
 
 - DBA
   . dba_delete() now returns false if the key was not found for the inifile