mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7378f159b4
commit
59bb457f0c
2 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue