summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorIlija Tovilo <ilija.tovilo@me.com>2021-03-17 19:15:35 +0100
committerIlija Tovilo <ilija.tovilo@me.com>2021-03-17 19:15:35 +0100
commitd628d7e0156a44df3027f7013188577dfa438d64 (patch)
treee5cf02f3c48886776b4674a8027d086ca698c84a /UPGRADING
parent269c8dac1d56ee85d71ae94d9b28dd7d8e8de7b7 (diff)
downloadphp-git-d628d7e0156a44df3027f7013188577dfa438d64.tar.gz
Add enums to UPGRADING [ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 2bf657e740..02635f615a 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -129,6 +129,8 @@ PHP 8.1 UPGRADE NOTES
RFC: https://wiki.php.net/rfc/explicit_octal_notation
. Added support for array unpacking with strings keys.
RFC: https://wiki.php.net/rfc/array_unpacking_string_keys
+ . Added support for enumerations.
+ RFC: https://wiki.php.net/rfc/enumerations
- Curl:
. Added CURLOPT_DOH_URL option.