diff options
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -396,6 +396,8 @@ Other ======================================== - Core + . Added group use declarations. + (RFC: https://wiki.php.net/rfc/group_use_declarations) . Added null coalesce operator (??). (RFC: https://wiki.php.net/rfc/isset_ternary) . Support for strings with length >= 2^31 bytes in 64 bit builds. |