svn: /phpdoc/de/trunk/ appendices/migration56/extensions.xml reference/filter/configure.xml reference/mysqli/ini.xml reference/sqlite3/sqlite3/createfunction.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 30 Apr 2018 13:00:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344886
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/appendices/migration56/extensions.xml
U phpdoc/de/trunk/reference/filter/configure.xml
U phpdoc/de/trunk/reference/mysqli/ini.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml
Modified: phpdoc/de/trunk/appendices/migration56/extensions.xml
===================================================================
--- phpdoc/de/trunk/appendices/migration56/extensions.xml 2018-04-30 12:32:45 UTC (rev 344885)
+++ phpdoc/de/trunk/appendices/migration56/extensions.xml 2018-04-30 13:00:36 UTC (rev 344886)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335124 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 344879 Maintainer: simp Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="migration56.extensions">
@@ -97,6 +97,15 @@
</para>
</sect2>
+ <sect2 xml:id="migration56.extensions.mysqli">
+ <title><link linkend="book.mysqli">MySQLi</link></title>
+ <para>
+ Die neue Option
+ <link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link>
+ wurde hinzugefügt, die das Rollback-Verhalten persistenter Verbindungen steuert.
+ </para>
+ </sect2>
+
<!-- TODO: anything since alpha 1 -->
</sect1>
Modified: phpdoc/de/trunk/reference/filter/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/configure.xml 2018-04-30 12:32:45 UTC (rev 344885)
+++ phpdoc/de/trunk/reference/filter/configure.xml 2018-04-30 13:00:36 UTC (rev 344886)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 344870 Maintainer: wiesemann Status: ready -->
+
<section xml:id="filter.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
Modified: phpdoc/de/trunk/reference/mysqli/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/ini.xml 2018-04-30 12:32:45 UTC (rev 344885)
+++ phpdoc/de/trunk/reference/mysqli/ini.xml 2018-04-30 13:00:36 UTC (rev 344886)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343775 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 344879 Maintainer: sammywg Status: ready -->
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -243,8 +243,11 @@
</term>
<listitem>
<para>
- Verwendet, um Rollbacking-Verbindungen in den persistenten Verbindungspool
- zurückzusetzen.
+ Ist diese Option aktiviert, dann werden beim Schließen einer persistenten
+ Verbindung alle ausstehenden Transaktionen dieser Verbindung zurückgesetzt
+ bevor sie in den Pool der persistenten Verbindungen zurückgestellt wird.
+ Andernfalls werden ausstehende Transaktionen erst zurückgesetzt, wenn die
+ Verbindung wiederverwendet, oder wenn sie tatsächlich geschlossen wird.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml 2018-04-30 12:32:45 UTC (rev 344885)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml 2018-04-30 13:00:36 UTC (rev 344886)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342156 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 344878 Maintainer: lapistano Status: ready -->
<refentry xml:id="sqlite3.createfunction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -89,7 +89,7 @@
</thead>
<tbody>
<row>
- <entry>PHP 7.1.4</entry>
+ <entry>7.1.4</entry>
<entry>
Der <parameter>flags</parameter> Parameter wurde hinzugefügt.
</entry>