From: Nikita Popov Date: Thu, 16 Aug 2012 15:10:05 +0000 (+0200) Subject: Adjust UPGRADING/NEWS for additional mcrypt deprecations X-Git-Tag: php-5.5.0alpha1~20^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc26aa7f3e223ab8e3d5c07b4b0c6dd3cf09cb83;p=php Adjust UPGRADING/NEWS for additional mcrypt deprecations --- diff --git a/NEWS b/NEWS index 58eeabd37f..b71945087f 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,10 @@ PHP NEWS - Hash . Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara) +- MCrypt + . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw + E_DEPRECATED. (GoogleGuy) + - MySQLi . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql. Known for stability problems. (Andrey) diff --git a/UPGRADING b/UPGRADING index f95ab4962b..aeab14b48f 100755 --- a/UPGRADING +++ b/UPGRADING @@ -98,7 +98,9 @@ PHP X.Y UPGRADE NOTES instead. - IntlDateFormatter::format() and datefmt_format() now also accept an IntlCalendar object for formatting. -- Deprecated mcrypt_ecb() made to produce E_DEPRECATED. +- mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw + E_DEPRECATED. Their use was already previously discouraged in the docs, + but that predated the existence of E_DEPRECATED. - php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid() and zend_logo_guid() have been removed