svn: /phpdoc/de/trunk/ appendices/ini.core.xml appendices/ini.list.xml language/generators.xml language/oop5/autoload.xml language/types/string.xml reference/image/functions/imagesavealpha.xml reference/image/ini.xml reference/pspell/functions/pspell-new-config.xml reference/sqlite3/sqlite3/exec.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Thu, 07 Feb 2019 13:44:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=346740
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/appendices/ini.core.xml
U phpdoc/de/trunk/appendices/ini.list.xml
U phpdoc/de/trunk/language/generators.xml
U phpdoc/de/trunk/language/oop5/autoload.xml
U phpdoc/de/trunk/language/types/string.xml
U phpdoc/de/trunk/reference/image/functions/imagesavealpha.xml
U phpdoc/de/trunk/reference/image/ini.xml
U phpdoc/de/trunk/reference/pspell/functions/pspell-new-config.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/exec.xml
svn-diffs-346740.txt
(text/x-diff, 9.9 KB)
Modified: phpdoc/de/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.core.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/appendices/ini.core.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346544 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 346628 Maintainer: nikic Status: ready -->
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Beschreibung der &php.ini;-Direktiven des Sprachkerns</title>
@@ -56,9 +56,12 @@
</row>
<row>
<entry><link linkend="ini.serialize-precision">serialize_precision</link></entry>
- <entry>"17"</entry>
+ <entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Bis PHP 5.3.5 war der Standardwert 100.</entry>
+ <entry>
+ Vor PHP 5.3.6 war der Vorgabewert 100.
+ Vor PHP 7.1.0 war der Vorgabewert 17.
+ </entry>
</row>
<row>
<entry><link linkend="ini.y2k-compliance">y2k_compliance</link></entry>
Modified: phpdoc/de/trunk/appendices/ini.list.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.list.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/appendices/ini.list.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346421 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 346697 Maintainer: nikic Status: ready -->
<section xml:id="ini.list" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Liste der &php.ini;-Direktiven</title>
@@ -1987,6 +1987,7 @@
<entry>PHP_INI_ALL</entry>
<entry>Entfernt ab opendirectory 0.2.2.</entry>
</row>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('opcache.configuration.list')/*)" />
<row>
<entry>opendirectory.max_refs</entry>
<entry>"-1"</entry>
@@ -2316,8 +2317,8 @@
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>
- Bis PHP 5.3.5 war der Standardwert 100.
- Bis PHP 7.1.0 war der Standardwert 17.
+ Vor PHP 5.3.6 war der Standardwert 100.
+ Vor PHP 7.1.0 war der Standardwert 17.
</entry>
</row>
<row>
@@ -2824,6 +2825,7 @@
<entry>PHP_INI_SYSTEM</entry>
<entry>Verfügbar seit PHP 5.3.0.</entry>
</row>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('uopz.configuration.list')/*)" />
<row>
<entry>valkyrie.auto_validate</entry>
<entry>"0"</entry>
Modified: phpdoc/de/trunk/language/generators.xml
===================================================================
--- phpdoc/de/trunk/language/generators.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/language/generators.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345545 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 346612 Maintainer: cmb Status: ready -->
<chapter xml:id="language.generators" xmlns="http://docbook.org/ns/docbook">
<title>Generatoren</title>
@@ -119,6 +119,7 @@
Eine Generatorfunktion sieht genau so aus wie eine normale Funktion mit
der Ausnahme, dass ein Generator statt eines Wertes so viele Werte wie
nötig zurückgibt (Stichwort: &yield;).
+ Jede Funktion, die &yield; enthält, ist eine Generatorfunktion.
</para>
<para>
Modified: phpdoc/de/trunk/language/oop5/autoload.xml
===================================================================
--- phpdoc/de/trunk/language/oop5/autoload.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/language/oop5/autoload.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344075 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 346661 Maintainer: simp Status: ready -->
<!-- Credits: hholzgra -->
<sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook">
<title>Autoloading</title>
@@ -26,8 +26,8 @@
verwenden. Dies ist so, weil sie eine flexiblere Alternative darstellt (die
es ermöglicht eine beliebige Anzahl von Autoladern in der Anwendung zu
spezifizieren, wie etwa bei Fremdbibliotheken). Aus diesem Grund wird von
- der Verwendung von <function>__autoload</function> abgeraten und diese
- Funktion könnte zukünftig als veraltet gekennzeichnet werden.
+ der Verwendung von <function>__autoload</function> abgeraten, und von PHP 7.2.0
+ an missbilligt.
</para>
</tip>
<note>
Modified: phpdoc/de/trunk/language/types/string.xml
===================================================================
--- phpdoc/de/trunk/language/types/string.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/language/types/string.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346031 Maintainer: nobody Status: working -->
+<!-- EN-Revision: 346613 Maintainer: nobody Status: working -->
<sect1 xml:id="language.types.string">
<title>Strings</title>
@@ -443,13 +443,27 @@
<programlisting role="php">
<![CDATA[
<?php
-$str = <<<'EOD'
-Example of string
-spanning multiple lines
-using nowdoc syntax.
+echo <<<'EOD'
+Example of string spanning multiple lines
+using nowdoc syntax. Backslashes are always treated literally,
+e.g. \\ and \'.
EOD;
+]]>
+ </programlisting>
+ &example.outputs;
+ <screen>
+<![CDATA[
+Example of string spanning multiple lines
+using nowdoc syntax. Backslashes are always treated literally,
+e.g. \\ and \'.
+]]>
+ </screen>
+ </example>
-/* More complex example, with variables. */
+ <example>
+ <title>Nowdoc string quoting example with variables</title>
+ <programlisting role="php">
+<![CDATA[
class foo
{
var $foo;
Modified: phpdoc/de/trunk/reference/image/functions/imagesavealpha.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/imagesavealpha.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/reference/image/functions/imagesavealpha.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 339875 $ -->
-<!-- EN-Revision: 339875 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 346690 Maintainer: cmb Status: ready -->
<refentry xml:id="function.imagesavealpha" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/image/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/image/ini.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/reference/image/ini.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344076 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 346625 Maintainer: cmb Status: ready -->
<section xml:id="image.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -14,7 +14,7 @@
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
- <entry>Changelog</entry>
+ <entry>&Changelog;</entry>
</row>
</thead>
<tbody>
Modified: phpdoc/de/trunk/reference/pspell/functions/pspell-new-config.xml
===================================================================
--- phpdoc/de/trunk/reference/pspell/functions/pspell-new-config.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/reference/pspell/functions/pspell-new-config.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 346663 Maintainer: samesch Status: ready -->
<refentry xml:id="function.pspell-new-config" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pspell_new_config</refname>
@@ -45,7 +45,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt bei Erfolg die Kennung eines Wörterbuch-Links zurück.
+ Gibt bei Erfolg die Kennung eines Wörterbuch-Links zurück. &return.falseforfailure;
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/exec.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/exec.xml 2019-02-07 13:14:36 UTC (rev 346739)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/exec.xml 2019-02-07 13:44:52 UTC (rev 346740)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 346676 Maintainer: lapistano Status: ready -->
<refentry xml:id="sqlite3.exec" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::exec</refname>
- <refpurpose>Führt eine ergebnislose Anfrage gegen den Datenbank-Server aus</refpurpose>
+ <refpurpose>Führt eine ergebnislose Abfrage gegen den Datenbank-Server aus</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -15,8 +15,15 @@
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>
- Führt eine ergebnislose Anfrage gegen den Datenbank-Server aus.
+ Führt eine ergebnislose Abfrage gegen den Datenbank-Server aus.
</para>
+ <note>
+ <simpara>
+ SQLite3 muss möglicherweise während der Ausführung von Abfragen
+ <link xlink:href="&url.sqlite.tempfiles;">temporäre Dateien</link> erzeugen,
+ so dass die entsprechenden Verzeichnisse beschreibbar sein müssen.
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="parameters">