mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Undocument PHP4 and incorporate Remi's note into the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343501 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
26b781ca38
commit
bd9add30af
2 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,13 @@
|
|||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.mcrypt">
|
||||
&reftitle.intro;
|
||||
<warning>
|
||||
<simpara>
|
||||
This extension relies on an old and unmaintained library, for modern cryptography, then
|
||||
have a look at the <link linkend="book.sodium">Libsodium</link> (available as PHP 7.2.0)
|
||||
or the <link linkend="book.openssl">OpenSSL</link> extension.
|
||||
</simpara>
|
||||
</warning>
|
||||
<warning>
|
||||
<simpara>
|
||||
This extension has been deprecated as of PHP 7.1.0 and moved to PECL as of
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
installation instructions.
|
||||
</para>
|
||||
<simpara>
|
||||
As of PHP 5.0.0 you will need libmcrypt Version 2.5.6 or greater.
|
||||
libmcrypt Version 2.5.6 or greater is required.
|
||||
</simpara>
|
||||
<para>
|
||||
Windows users will find the library is the PHP 5.2 Windows binaries release.
|
||||
|
|
Loading…
Reference in a new issue