Skip to content

Commit

Permalink
Sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
msamesch committed Aug 8, 2024
1 parent 4da3f7a commit 43ce619
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
9 changes: 8 additions & 1 deletion reference/array/functions/krsort.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2ca090342977839edca2f7f4e52305a1b5da6095 Maintainer: wiesemann Status: ready -->
<!-- EN-Revision: 4acad9b77f9422b44aa58266f5fe1585b5bb3fe5 Maintainer: wiesemann Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: d1df62fe77b6cb0676d064e8e63ee2c3304d4260 Reviewer: samesch -->
<!-- CREDITS: tom -->
Expand Down Expand Up @@ -62,6 +62,13 @@
</thead>
<tbody>
&return.type.true;
<row>
<entry>8.2.0</entry>
<entry>
Mit <constant>SORT_REGULAR</constant> vergleicht diese Funktion
numerische Zeichenketten nun nach den Standardregeln von PHP 8.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down
9 changes: 8 additions & 1 deletion reference/array/functions/ksort.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2ca090342977839edca2f7f4e52305a1b5da6095 Maintainer: wiesemann Status: ready -->
<!-- EN-Revision: 4acad9b77f9422b44aa58266f5fe1585b5bb3fe5 Maintainer: wiesemann Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: d1df62fe77b6cb0676d064e8e63ee2c3304d4260 Reviewer: samesch -->
<!-- CREDITS: tom -->
Expand Down Expand Up @@ -62,6 +62,13 @@
</thead>
<tbody>
&return.type.true;
<row>
<entry>8.2.0</entry>
<entry>
Mit <constant>SORT_REGULAR</constant> vergleicht diese Funktion
numerische Zeichenketten nun nach den Standardregeln von PHP 8.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down
7 changes: 3 additions & 4 deletions reference/gnupg/book.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: tihox Status: ready -->
<!-- State: beta -->
<!-- EN-Revision: aa4ea6fd0a6f00adaceea6e2dc030c2508ce47ac Maintainer: tihox Status: ready -->
<book xml:id="book.gnupg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>GNU Privacy Guard</title>
<titleabbrev>GnuPG</titleabbrev>

<!-- {{{ preface -->
<preface xml:id="intro.gnupg">
&reftitle.intro;
Expand All @@ -16,7 +15,7 @@
</para>
</preface>
<!-- }}} -->

&reference.gnupg.setup;
&reference.gnupg.constants;
&reference.gnupg.examples;
Expand Down
4 changes: 2 additions & 2 deletions reference/hash/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4a5170086f67c5d4d9e9ae20bb4f727663356642 Maintainer: nikic Status: ready -->
<!-- EN-Revision: 0904e1f4db189dfd2873a126bf72fe34fa9c50f8 Maintainer: nikic Status: ready -->
<book xml:id="book.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="core" ?>
<title>HASH Message Digest Framework</title>
Expand Down Expand Up @@ -60,7 +60,7 @@
<caution>
<para>
Einige der frühen kryptographischen Algorithmen wie
<literal>"md4"</literal> <literal>"md5"</literal> und
<literal>"md4"</literal>, <literal>"md5"</literal> und
<literal>"sha1"</literal> haben sich als anfällig für
Kollisionsangriffe erwiesen und es wird allgemein empfohlen, diese
nicht mehr für kryptographische Anwendungen zu verwenden.
Expand Down
13 changes: 11 additions & 2 deletions reference/mysqlinfo/set.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f3c97392225bcb44afff9ddc86529179c81d0f8e Maintainer: samesch Status: ready -->
<!-- EN-Revision: 67ddbaff3cebd1defc9a4ff1588fb101c747a07b Maintainer: samesch Status: ready -->
<!-- Reviewed: no -->

<set xml:id="set.mysqlinfo">
<set xml:id="set.mysqlinfo" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Treiber und Plugins für MySQL</title>
<titleabbrev>MySQL</titleabbrev>

Expand All @@ -17,6 +17,15 @@
In der Übersicht dieses Abschnitts werden die Unterschiede und die
Funktionalitäten der MySQL-Erweiterungen beschrieben.
</para>
<para>
Die hier genannten Erweiterungen unterstützen das MySQL-Protokoll.
Beispiele für kompatible Datenbankserver sind
<link xlink:href="&url.mariadb;">MariaDB Server</link>,
<link xlink:href="&url.mysql;">MySQL Server</link>,
<link xlink:href="&url.perconaserver;">Percona Server for MySQL</link>
und
<link xlink:href="&url.tidb;">TiDB</link>.
</para>
</abstract>
</info>

Expand Down

0 comments on commit 43ce619

Please sign in to comment.