svn: /phpdoc/de/trunk/ install/unix/apache2.xml reference/msql/functions/msql-fieldflags.xml reference/msql/functions/msql-fieldlen.xml reference/msql/functions/msql-fieldname.xml reference/msql/functions/msql-fieldtable.xml reference/msql/functions/msql-fieldtype.xml reference/msql/functions/msql-numfields.xml reference/msql/functions/msql-numrows.xml reference/msql/functions/msql-regcase.xml reference/msql/functions/msql-tablename.xml reference/msql/functions/msql.xml reference/mysqli/function
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 05 Nov 2018 15:53:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345955
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/install/unix/apache2.xml
U phpdoc/de/trunk/reference/msql/functions/msql-fieldflags.xml
U phpdoc/de/trunk/reference/msql/functions/msql-fieldlen.xml
U phpdoc/de/trunk/reference/msql/functions/msql-fieldname.xml
U phpdoc/de/trunk/reference/msql/functions/msql-fieldtable.xml
U phpdoc/de/trunk/reference/msql/functions/msql-fieldtype.xml
U phpdoc/de/trunk/reference/msql/functions/msql-numfields.xml
U phpdoc/de/trunk/reference/msql/functions/msql-numrows.xml
U phpdoc/de/trunk/reference/msql/functions/msql-regcase.xml
U phpdoc/de/trunk/reference/msql/functions/msql-tablename.xml
U phpdoc/de/trunk/reference/msql/functions/msql.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-param.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-result.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-client-encoding.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-execute.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-fetch.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-get-metadata.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-param-count.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-send-long-data.xml
U phpdoc/de/trunk/reference/mysqli/functions/mysqli-set-opt.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
U phpdoc/de/trunk/reference/sqlite3/setup.xml
svn-diffs-345955.txt
(text/x-diff, 21.4 KB)
Modified: phpdoc/de/trunk/install/unix/apache2.xml
===================================================================
--- phpdoc/de/trunk/install/unix/apache2.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/install/unix/apache2.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341083 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345819 Maintainer: sammywg Status: ready -->
<sect1 xml:id="install.unix.apache2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Apache 2.x auf Unixsystemen</title>
@@ -32,11 +32,13 @@
</para>
<para>
- Es gibt aktuell zwei Versionen von Apache 2.x: 2.0 und 2.2. Obwohl es
- verschiedene Gründe gibt, sich für eine zu entscheiden, ist 2.2 die
+ Es gibt aktuell zwei Versionen von Apache 2.x: 2.4 und 2.2. Obwohl es
+ verschiedene Gründe gibt, sich für eine zu entscheiden, ist 2.4 die
aktuellste Version, und diejenige, die empfohlen wird, wenn sie diese
Möglichkeit haben. Allerdings funktionieren die folgenden Anweisungen
- sowohl für 2.0 als auch 2.2.
+ sowohl für 2.4 als auch 2.2. Es ist zu beachten, dass Apache httpd 2.2
+ offiziell das Lebensende erreicht hat, so dass keine Weiterentwicklungen oder
+ Fehlerkorrekturen mehr erfolgen werden.
</para>
<orderedlist>
@@ -48,8 +50,7 @@
<informalexample>
<screen>
<![CDATA[
-gzip -d httpd-2_x_NN.tar.gz
-tar -xf httpd-2_x_NN.tar
+tar -xzf httpd-2.x.NN.tar.gz
]]>
</screen>
</informalexample>
@@ -59,8 +60,7 @@
<informalexample>
<screen>
<![CDATA[
-gunzip php-NN.tar.gz
-tar -xf php-NN.tar
+tar -xzf php-NN.tar.gz
]]>
</screen>
</informalexample>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-fieldflags.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-fieldflags.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-fieldflags.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-fieldflags" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_fieldflags</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_field_flags</function>.
+ &info.function.alias; <function>msql_field_flags</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-fieldlen.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-fieldlen.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-fieldlen.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-fieldlen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_fieldlen</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias Für <function>msql_field_len</function>.
+ &info.function.alias; <function>msql_field_len</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-fieldname.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-fieldname.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-fieldname.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-fieldname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_fieldname</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_field_name</function>.
+ &info.function.alias; <function>msql_field_name</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-fieldtable.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-fieldtable.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-fieldtable.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-fieldtable" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_fieldtable</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_field_table</function>.
+ &info.function.alias; <function>msql_field_table</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-fieldtype.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-fieldtype.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-fieldtype.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-fieldtype" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_fieldtype</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_field_type</function>.
+ &info.function.alias; <function>msql_field_type</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-numfields.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-numfields.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-numfields.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-numfields" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_numfields</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_num_fields</function>.
+ &info.function.alias; <function>msql_num_fields</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-numrows.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-numrows.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-numrows.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-numrows" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_numrows</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_num_rows</function>.
+ &info.function.alias; <function>msql_num_rows</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-regcase.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-regcase.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-regcase.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-regcase" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_regcase</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>sql_regcase</function>.
+ &info.function.alias; <function>sql_regcase</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql-tablename.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql-tablename.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql-tablename.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql-tablename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>msql_tablename</refname>
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_result</function>.
+ &info.function.alias; <function>msql_result</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/msql/functions/msql.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/functions/msql.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/msql/functions/msql.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: conni Status: ready -->
<refentry xml:id="function.msql" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>msql_db_query</function>.
+ &info.function.alias; <function>msql_db_query</function>.
</para>
</refsect1>
</refentry>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-param.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-param.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-param.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-bind-param" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_bind_param</function>.
+ &info.function.alias; <function>mysqli_stmt_bind_param</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-result.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-result.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-bind-result.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-bind-result" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_bind_result</function>.
+ &info.function.alias; <function>mysqli_stmt_bind_result</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-client-encoding.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-client-encoding.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-client-encoding.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-client-encoding" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_character_set_name</function>.
+ &info.function.alias; <function>mysqli_character_set_name</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-execute.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-execute.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-execute.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-execute" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_execute</function>.
+ &info.function.alias; <function>mysqli_stmt_execute</function>.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-fetch.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-fetch.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-fetch.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-fetch" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_fetch</function>.
+ &info.function.alias; <function>mysqli_stmt_fetch</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-get-metadata.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-get-metadata.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-get-metadata.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-get-metadata" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_result_metadata</function>.
+ &info.function.alias; <function>mysqli_stmt_result_metadata</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-param-count.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-param-count.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-param-count.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-param-count" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_param_count</function>.
+ &info.function.alias; <function>mysqli_stmt_param_count</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-send-long-data.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-send-long-data.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-send-long-data.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 326726 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-send-long-data" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_stmt_send_long_data</function>.
+ &info.function.alias; <function>mysqli_stmt_send_long_data</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
Modified: phpdoc/de/trunk/reference/mysqli/functions/mysqli-set-opt.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/functions/mysqli-set-opt.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/mysqli/functions/mysqli-set-opt.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330226 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345853 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.mysqli-set-opt" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
<refsect1 role="description">
&reftitle.description;
<para>
- Diese Funktion ist ein Alias für <function>mysqli_options</function>.
+ &info.function.alias; <function>mysqli_options</function>.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344771 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 345922 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -67,7 +67,7 @@
<listitem>
<para>
Wenn dieses Flag gesetzt ist, wird mit jeder gefundenen
- Übereinstimmung der dazugehörige Versatz in der Zeichenkette
+ Übereinstimmung der dazugehörige Versatz in der Zeichenkette (in Bytes)
zurückgegeben. Beachten Sie, dass dies den Wert von
<parameter>matches</parameter> in ein Array ändert, in dem jedes
Element ein Array ist, das aus der übereinstimmenden Zeichenkette
Modified: phpdoc/de/trunk/reference/sqlite3/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/setup.xml 2018-11-05 14:56:40 UTC (rev 345954)
+++ phpdoc/de/trunk/reference/sqlite3/setup.xml 2018-11-05 15:53:20 UTC (rev 345955)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345812 Maintainer: nobody Status: ready -->
<chapter xml:id="sqlite3.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -7,7 +7,10 @@
<section xml:id="sqlite3.requirements">
&reftitle.required;
- &no.requirement;
+ <para>
+ Von PHP 7.4.0 an wird <link xlink:href="&url.sqlite;">libsqlite</link> ≥ 3.5.0 benötigt.
+ Zuvor konnte statt dessen das gebündelte libsqlite verwendet werden.
+ </para>
</section>
<!-- {{{ Installation -->