Update NEWS/UPGRADING for mcrypt

This commit is contained in:
Leigh 2016-12-13 10:11:14 +00:00
parent 1a8df11364
commit 1da589eeae
2 changed files with 9 additions and 0 deletions

3
NEWS
View File

@ -55,6 +55,9 @@ PHP NEWS
. Added array input support to mb_convert_encoding(). (Yasuo)
. Added array input support to mb_check_encoding(). (Yasuo)
- Mcrypt:
. The deprecated mcrypt extension has been moved to PECL. (leigh)
- PDO:
. Add PDOStatement::activeQueryString(). (Adam Baratz)

View File

@ -144,6 +144,12 @@ PHP 7.2 UPGRADE NOTES
8. Removed Extensions and SAPIs
========================================
- Mcrypt:
. The deprecated mcrypt extension has been moved to PECL.
. libmcrypt has not been maintained since 2007 and the continued use of this
extension is strongly discouraged.
. Users are advised to use alternatives such as OpenSSL or libsodium.
========================================
9. Other Changes to Extensions
========================================