Skip to content

Commit c872356

Browse files
committed
Add line about scalar type declarations to UPGRADING
1 parent 49a8f80 commit c872356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@ Other
536536
(RFC: https://wiki.php.net/rfc/generator-delegation)
537537
. Reserved keywords can now be used in various new contexts.
538538
(RFC: https://wiki.php.net/rfc/context_sensitive_lexer)
539+
. Added support for scalar type declatarations and strict mode using
540+
declare(strict_types=1) (RFC: https://wiki.php.net/rfc/scalar_type_hints_v5)
539541

540542
- OpenSSL
541543
. Added "alpn_protocols" SSL context option allowing encrypted client/server

0 commit comments

Comments
 (0)