From a4ddd3a63683f12de4ef7be24fd1a94d2c67d02e Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 16 Dec 2014 11:00:51 -0800 Subject: [PATCH] add more BC breaks --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index d2be2afd5d..1ce98194bf 100644 --- 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 -- 2.49.0