From c8723564d4a55f99a83e011dfaf392a1aa5cbf1d Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Fri, 12 Jun 2015 10:05:07 -0400 Subject: [PATCH] Add line about scalar type declarations to UPGRADING --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 69265c8377..f2ba3df9c6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -536,6 +536,8 @@ Other (RFC: https://wiki.php.net/rfc/generator-delegation) . Reserved keywords can now be used in various new contexts. (RFC: https://wiki.php.net/rfc/context_sensitive_lexer) + . Added support for scalar type declatarations and strict mode using + declare(strict_types=1) (RFC: https://wiki.php.net/rfc/scalar_type_hints_v5) - OpenSSL . Added "alpn_protocols" SSL context option allowing encrypted client/server -- 2.40.0