Skip to content

Commit a4ddd3a

Browse files
committed
add more BC breaks
1 parent 9152214 commit a4ddd3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ PHP X.Y UPGRADE NOTES
4242
It will now produce 2, not 1.
4343
. Function parameters with duplicate name are not allowed anymore. Definitions
4444
like “function foo($x,$x) {}” will lead to compile time error.
45+
. Indirect variable, property and method references are now interpreted with
46+
left-to-right semantics. See details in:
47+
https://wiki.php.net/rfc/uniform_variable_syntax#semantic_differences_in_existing_syntax
48+
. The global keyword now only accepts simple variables. See details in:
49+
https://wiki.php.net/rfc/uniform_variable_syntax#global_keyword_takes_only_simple_variables
4550

4651
- DBA
4752
. dba_delete() now returns false if the key was not found for the inifile

0 commit comments

Comments
 (0)