1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Add enums to UPGRADING [ci skip]

This commit is contained in:
Ilija Tovilo
2021-03-17 19:15:35 +01:00
parent 269c8dac1d
commit d628d7e015

View File

@@ -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.