From fc26aa7f3e223ab8e3d5c07b4b0c6dd3cf09cb83 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 16 Aug 2012 17:10:05 +0200 Subject: [PATCH] Adjust UPGRADING/NEWS for additional mcrypt deprecations --- NEWS | 4 ++++ UPGRADING | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.50.0