svn: /phpdoc/de/trunk/reference/mcrypt/ book.xml configure.xml functions/mcrypt-cbc.xml setup.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Tue, 30 Jan 2018 16:03:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344116
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/mcrypt/book.xml
U phpdoc/de/trunk/reference/mcrypt/configure.xml
U phpdoc/de/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
U phpdoc/de/trunk/reference/mcrypt/setup.xml
Modified: phpdoc/de/trunk/reference/mcrypt/book.xml
===================================================================
--- phpdoc/de/trunk/reference/mcrypt/book.xml 2018-01-30 16:00:52 UTC (rev 344115)
+++ phpdoc/de/trunk/reference/mcrypt/book.xml 2018-01-30 16:03:24 UTC (rev 344116)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 343532 Maintainer: tihox Status: ready -->
<!-- Reviewed: no -->
@@ -11,6 +11,23 @@
<!-- {{{ preface -->
<preface xml:id="intro.mcrypt">
&reftitle.intro;
+ <warning>
+ &warn.deprecated.feature.7-1-0.removed.7-2-0.alternatives;
+ <simplelist role="alternatives">
+ <member>
+ <link linkend="book.sodium">Sodium</link>
+ (verfügbar von PHP 7.2.0 an)
+ </member>
+ <member>
+ <link linkend="book.openssl">OpenSSL</link>
+ </member>
+ </simplelist>
+ </warning>
+ <note>
+ <para>
+ &pecl.moved-ver;7.2.0.
+ </para>
+ </note>
<para>
Dies ist eine Schnittstelle zur mcrypt Bibliothek, welche eine
breite Spanne von Block-Algorythmen wie DES, TripleDES, Blowfish(standard),
Modified: phpdoc/de/trunk/reference/mcrypt/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/mcrypt/configure.xml 2018-01-30 16:00:52 UTC (rev 344115)
+++ phpdoc/de/trunk/reference/mcrypt/configure.xml 2018-01-30 16:03:24 UTC (rev 344116)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 343532 Maintainer: tihox Status: ready -->
<!-- Reviewed: no -->
-<section xml:id="mcrypt.installation" xmlns="http://docbook.org/ns/docbook">
+<section xml:id="mcrypt.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
- Sie müssen PHP mit dem <option
- role="configure">--with-mcrypt[=DIR]</option>-Parameter kompilieren,
- um diese Erweiterung zu aktivieren. DIR ist das mcrypt-Installationsverzeichnis.
- Stellen Sie sicher, dass sie libmcrypt mit der Option
- <option role="configure">--disable-posix-threads</option> kompilieren.
+ &pecl.moved;
</para>
+ <para>
+ &pecl.info;
+ <link xlink:href="&url.pecl.package;mcrypt">&url.pecl.package;mcrypt</link>.
+ </para>
</section>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
===================================================================
--- phpdoc/de/trunk/reference/mcrypt/functions/mcrypt-cbc.xml 2018-01-30 16:00:52 UTC (rev 344115)
+++ phpdoc/de/trunk/reference/mcrypt/functions/mcrypt-cbc.xml 2018-01-30 16:03:24 UTC (rev 344116)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336802 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 338429 Maintainer: tihox Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mcrypt-cbc" xmlns="http://docbook.org/ns/docbook">
@@ -9,6 +9,16 @@
<refpurpose>Entschlüsselt/Verschlüsselt Daten im CBC Modus</refpurpose>
</refnamediv>
+ <refsynopsisdiv>
+ <warning>
+ &warn.deprecated.function.5-5-0.removed.7-0-0.alternatives;
+ <simplelist role="alternatives">
+ <member><function>mcrypt_decrypt</function></member>
+ <member><function>mcrypt_encrypt</function></member>
+ </simplelist>
+ </warning>
+ </refsynopsisdiv>
+
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
@@ -32,11 +42,6 @@
Der <parameter>mode</parameter> sollte entweder <constant>MCRYPT_ENCRYPT</constant> oder
<constant>MCRYPT_DECRYPT</constant> sein.
</para>
- <para>
- Diese Funktion sollte nicht mehr verwendet werden, für Alternativen siehe
- <function>mcrypt_generic</function> und <function>mdecrypt_generic</function>.
- </para>
- &warn.deprecated.function-5-5-0.removed-7-0-0;
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/mcrypt/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/mcrypt/setup.xml 2018-01-30 16:00:52 UTC (rev 344115)
+++ phpdoc/de/trunk/reference/mcrypt/setup.xml 2018-01-30 16:03:24 UTC (rev 344116)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 306262 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 343501 Maintainer: tihox Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="mcrypt.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -16,7 +16,7 @@
beiliegenden Installationsanweisungen.
</para>
<simpara>
- Seit PHP 5.0.0 benötigen Sie libmcrypt Version >=2.5.6.
+ libmcrypt Version 2.5.6 oder höher wird benötigt.
</simpara>
<para>
Windows-Benutzer werden die Bibliothek in den veröffentlichten PHP 5.2 Windows-Binärdateien finden.