summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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.