[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mcrypt/functions/_mcrypt-cbc.xml_mcrypt-cfb.xml_
From:       Nikita_Popov <nikic () php ! net>
Date:       2015-11-16 19:39:40
Message-ID: svn-nikic-1447702780-338134-749519123 () svn ! php ! net
[Download RAW message or body]

nikic                                    Mon, 16 Nov 2015 19:39:40 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338134

Log:
Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...)

These are the direct replacements for mcrypt_(ecb|...). mcrypt_generic and \
mdecrypt_generic are different, multi-step APIs.

Changed paths:
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml	2015-11-16 12:29:43 UTC \
                (rev 338133)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml	2015-11-16 19:39:40 UTC \
(rev 338134) @@ -33,8 +33,8 @@
   </para>
   <para>
    This function should not be used anymore, see
-   <function>mcrypt_generic</function> and
-   <function>mdecrypt_generic</function> for replacements.
+   <function>mcrypt_encrypt</function> and
+   <function>mcrypt_decrypt</function> for replacements.
   </para>
   &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml	2015-11-16 12:29:43 UTC \
                (rev 338133)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml	2015-11-16 19:39:40 UTC \
(rev 338134) @@ -33,8 +33,8 @@
   </para>
   <para>
    This function should not be used anymore, see
-   <function>mcrypt_generic</function> and
-   <function>mdecrypt_generic</function> for replacements.
+   <function>mcrypt_encrypt</function> and
+   <function>mcrypt_decrypt</function> for replacements.
   </para>
   &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml	2015-11-16 12:29:43 UTC \
                (rev 338133)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml	2015-11-16 19:39:40 UTC \
(rev 338134) @@ -32,8 +32,8 @@
   </para>
   <para>
    This function is deprecated and should not be used anymore, see
-   <function>mcrypt_generic</function> and
-   <function>mdecrypt_generic</function> for replacements.
+   <function>mcrypt_encrypt</function> and
+   <function>mcrypt_decrypt</function> for replacements.
   </para>
   &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml	2015-11-16 12:29:43 UTC \
                (rev 338133)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml	2015-11-16 19:39:40 UTC \
(rev 338134) @@ -33,8 +33,8 @@
   </para>
   <para>
    This function should not be used anymore, see
-   <function>mcrypt_generic</function> and
-   <function>mdecrypt_generic</function> for replacements.
+   <function>mcrypt_encrypt</function> and
+   <function>mcrypt_decrypt</function> for replacements.
   </para>
   &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic