summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-08-18 12:39:18 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-18 12:39:18 +0200
commit4514afc1875bedf4dc07cb457f8ef5c986a7ca55 (patch)
treeb556c1aa63489954142f9958a3b6ea11ca5bdb42 /UPGRADING
parent6f36b20abf2ec91d956d2df25ff1f785a665a20d (diff)
downloadphp-git-4514afc1875bedf4dc07cb457f8ef5c986a7ca55.tar.gz
Fix #79988: new reserved keyword `match` is a backward incompatible change
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index c74fc585ad..4cb91bc013 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -21,6 +21,7 @@ PHP 8.0 UPGRADE NOTES
========================================
- Core:
+ . `match` is now a reserved keyword.
. Assertion failures now throw by default. If the old behavior is desired,
then set `assert.exception=0` in INI settings.
. Methods with the same name as the class are no longer interpreted as