Commit:    fc26aa7f3e223ab8e3d5c07b4b0c6dd3cf09cb83
Author:    Nikita Popov <ni...@php.net>         Thu, 16 Aug 2012 17:10:05 +0200
Parents:   b2b02fcf92e5b8085f408b1c8cfdcb7cc2163037
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=fc26aa7f3e223ab8e3d5c07b4b0c6dd3cf09cb83

Log:
Adjust UPGRADING/NEWS for additional mcrypt deprecations

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 58eeabd..b719450 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 f95ab49..aeab14b 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to