Gah. its mhash, not mcrypt, that will be removed in 5.3.0

#Thanks Derick


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224883 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2006-12-12 10:05:21 +00:00
parent 7378f159b4
commit 59bb457f0c
2 changed files with 7 additions and 7 deletions

View file

@ -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">

View file

@ -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">