bjori Tue Dec 12 10:05:21 2006 UTC
Modified files:
/phpdoc/en/reference/mcrypt reference.xml
/phpdoc/en/reference/mhash reference.xml
Log:
Gah. its mhash, not mcrypt, that will be removed in 5.3.0
#Thanks Derick
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mcrypt/reference.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/mcrypt/reference.xml
diff -u phpdoc/en/reference/mcrypt/reference.xml:1.17
phpdoc/en/reference/mcrypt/reference.xml:1.18
--- phpdoc/en/reference/mcrypt/reference.xml:1.17 Sat Dec 9 13:22:39 2006
+++ phpdoc/en/reference/mcrypt/reference.xml Tue Dec 12 10:05:20 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- Purpose: mathcrypto.crypto -->
<!-- Membership: bundled, external -->
@@ -17,11 +17,6 @@
GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it
supports RC6 and IDEA which are considered "non-free".
</para>
- <note>
- <para>
- &pecl.moved-ver;5.3.0.
- </para>
- </note>
</section>
<section id="mcrypt.requirements">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mhash/reference.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/mhash/reference.xml
diff -u phpdoc/en/reference/mhash/reference.xml:1.7
phpdoc/en/reference/mhash/reference.xml:1.8
--- phpdoc/en/reference/mhash/reference.xml:1.7 Sun Sep 4 19:39:19 2005
+++ phpdoc/en/reference/mhash/reference.xml Tue Dec 12 10:05:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Purpose: mathcrypto.crypto -->
<!-- Membership: bundled, external -->
@@ -23,6 +23,11 @@
the hash algorithm from PHP with MHASH_HASHNAME. For example, to
access TIGER you use the PHP constant MHASH_TIGER.
</para>
+ <note>
+ <para>
+ &pecl.moved-ver;5.3.0.
+ </para>
+ </note>
</section>
<section id="mhash.requirements">