]> granicus.if.org Git - php/commitdiff
Adjust UPGRADING/NEWS for additional mcrypt deprecations
authorNikita Popov <nikic@php.net>
Thu, 16 Aug 2012 15:10:05 +0000 (17:10 +0200)
committerNikita Popov <nikic@php.net>
Thu, 16 Aug 2012 15:10:05 +0000 (17:10 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 58eeabd37f2bc71fe595b8153fcdbf2a51966faa..b71945087ff118592e18989193ac22690dd8d964 100644 (file)
--- 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)
index f95ab4962b176fe50dce2af083309b93efcde3d9..aeab14b48fce9b9af2137989c245859802ae276b 100755 (executable)
--- 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