svn: /phpdoc/de/trunk/ reference/outcontrol/ini.xml reference/spl/functions/spl-autoload-extensions.xml reference/sqlite3/ini.xml reference/sqlite3/sqlite3/construct.xml reference/sqlite3/sqlite3/open.xml reference/strings/functions/sscanf.xml reference/strings/functions/strcoll.xml reference/strings/functions/strip-tags.xml reference/strings/functions/stristr.xml reference/strings/functions/strrchr.xml reference/strings/functions/strstr.xml reference/strings/functions/substr-compare.xml referen
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 06 Oct 2019 11:16:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348138
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/outcontrol/ini.xml
U phpdoc/de/trunk/reference/spl/functions/spl-autoload-extensions.xml
U phpdoc/de/trunk/reference/sqlite3/ini.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml
U phpdoc/de/trunk/reference/strings/functions/sscanf.xml
U phpdoc/de/trunk/reference/strings/functions/strcoll.xml
U phpdoc/de/trunk/reference/strings/functions/strip-tags.xml
U phpdoc/de/trunk/reference/strings/functions/stristr.xml
U phpdoc/de/trunk/reference/strings/functions/strrchr.xml
U phpdoc/de/trunk/reference/strings/functions/strstr.xml
U phpdoc/de/trunk/reference/strings/functions/substr-compare.xml
U phpdoc/de/trunk/reference/uodbc/functions/odbc-execute.xml
U phpdoc/de/trunk/reference/var/functions/is-callable.xml
U phpdoc/de/trunk/reference/var/ini.xml
U phpdoc/de/trunk/reference/zlib/configure.xml
U phpdoc/de/trunk/reference/zlib/functions/readgzfile.xml
U phpdoc/de/trunk/reference/zlib/ini.xml
U phpdoc/de/trunk/security/cgi-bin.xml
U phpdoc/de/trunk/security/database.xml
svn-diffs-348138.txt
(text/x-diff, 27 KB)
Modified: phpdoc/de/trunk/reference/outcontrol/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/outcontrol/ini.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/outcontrol/ini.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: hholzgra Status: ready -->
<section xml:id="outcontrol.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -28,13 +28,13 @@
<entry><link linkend="ini.output-handler">output_handler</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry>Verfügbar seit 4.0.4.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>PHP_INI_PERDIR in PHP <= 4.2.3.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
@@ -41,7 +41,7 @@
<entry>"a=href,area=href,frame=src,form=,fieldset="</entry>
<entry>PHP_INI_ALL</entry>
<entry>
- Verfügbar seit PHP 4.0.4. Vor PHP 7.1.0 wurde dies für das trans sid
+ Vor PHP 7.1.0 wurde dies für das trans sid
rewrite der Session verwendet. Von PHP 7.1.0 an wird es nur noch von
<function>output_add_rewrite_var</function> verwendet.
</entry>
@@ -50,7 +50,7 @@
<entry><link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link></entry>
<entry><literal>$_SERVER['HTTP_HOST']</literal> wird als Voreinstellung verwendet.</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 7.1.0</entry>
+ <entry>Verfügbar von PHP 7.1.0 an</entry>
</row>
</tbody>
</tgroup>
@@ -158,7 +158,7 @@
<simpara>
Vor PHP 7.1.0 wurde <link linkend="ini.url-rewriter.tags">url_rewriter.tags</link>
verwendet, um <link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link> anzugeben.
- Seit PHP 7.1.0 wird <literal>fieldset</literal> nicht länger als besonderes Tag angesehen.
+ Von PHP 7.1.0 an wird <literal>fieldset</literal> nicht länger als besonderes Tag angesehen.
</simpara>
</note>
</listitem>
Modified: phpdoc/de/trunk/reference/spl/functions/spl-autoload-extensions.xml
===================================================================
--- phpdoc/de/trunk/reference/spl/functions/spl-autoload-extensions.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/spl/functions/spl-autoload-extensions.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347422 Maintainer: cmb Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.spl-autoload-extensions" xmlns="http://docbook.org/ns/docbook">
@@ -18,6 +18,11 @@
Diese Funktion kann die Dateiendungen, die in der <function>__autoload</function> Fallback-Funktion <function>spl_autoload</function>
verwendet werden, prüfen und ändern.
</para>
+ <note>
+ <simpara>
+ Es sollte sich kein Leerzeichen zwischen den definierten Dateierweiterung befinden.
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="parameters">
@@ -48,6 +53,20 @@
</para>
</refsect1>
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <example>
+ <title><function>spl_autoload_extensions</function> Beispiel</title>
+ <programlisting role="php">
+<![CDATA[
+<?php
+spl_autoload_extensions(".php,.inc");
+?>
+]]>
+ </programlisting>
+ </example>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/sqlite3/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/ini.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/sqlite3/ini.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323642 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 346996 Maintainer: lapistano Status: ready -->
<section xml:id="sqlite3.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -14,16 +14,22 @@
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
- <entry>Changelog</entry>
+ <entry>&Changelog;</entry>
</row>
</thead>
- <tbody>
+ <tbody xml:id="sqlite3.configuration.list">
<row>
<entry><link linkend="ini.sqlite3.extension-dir">sqlite3.extension_dir</link></entry>
- <entry>NULL</entry>
+ <entry>""</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Verfügbar von PHP 5.3.11 an.</entry>
</row>
+ <row>
+ <entry><link linkend="ini.sqlite3.defensive">sqlite3.defensive</link></entry>
+ <entry>1</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>Verfügbar von PHP 7.2.17 und 7.3.4 an für libsqlite ≥ 3.26.0.</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -44,6 +50,21 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry xml:id="ini.sqlite3.defensive">
+ <term>
+ <parameter>sqlite3.defensive</parameter>
+ <type>bool</type>
+ </term>
+ <listitem>
+ <para>
+ Ist das defensive-Flag aktiviert, dann sind Sprachfeatures, die es gewöhnlichem
+ SQL ermöglichen, absichtlich die Datenbankdatei zu beschädigen, deaktiviert.
+ Dies verbietet das direkte Schreiben des Schemas, von Schattentabellen (z.B. FTS Datentabellen),
+ oder der virtuellen sqlite_dbpage Tabelle.
+ Diese &php.ini;-Direktive wirkt nur für libsqlite ≥ 3.26.0.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</section>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347846 Maintainer: nobody Status: ready -->
<refentry xml:id="sqlite3.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -16,7 +16,7 @@
<modifier>public</modifier> <methodname>SQLite3::__construct</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Instanziiert ein SQLite3-Objekt und öffnet eine Verbindung zu einer SQLite3-Datenbank.
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -14,7 +14,7 @@
<modifier>public</modifier> <type>void</type><methodname>SQLite3::open</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Öffnet eine SQLite 3 Datenbank. Sollte diese verschlüsselt sein,
Modified: phpdoc/de/trunk/reference/strings/functions/sscanf.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/sscanf.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/sscanf.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -149,9 +149,15 @@
&reftitle.seealso;
<para>
<simplelist>
- <member><function>fscanf</function></member>
<member><function>printf</function></member>
<member><function>sprintf</function></member>
+ <member><function>fprintf</function></member>
+ <member><function>vprintf</function></member>
+ <member><function>vsprintf</function></member>
+ <member><function>vfprintf</function></member>
+ <member><function>fscanf</function></member>
+ <member><function>number_format</function></member>
+ <member><function>date</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/strings/functions/strcoll.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strcoll.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/strcoll.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strcoll">
<refnamediv>
<refname>strcoll</refname>
@@ -60,30 +60,6 @@
</para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
- <para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>4.2.3</entry>
- <entry>
- Die Funktion ist jetzt auch unter Win32-Systemen nutzbar.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </para>
- </refsect1>
-
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/strings/functions/strip-tags.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strip-tags.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/strip-tags.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338915 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strip-tags">
<refnamediv>
@@ -101,12 +101,6 @@
<parameter>allowable_tags</parameter> angegeben wird.
</entry>
</row>
- <row>
- <entry>5.0.0</entry>
- <entry>
- Die Funktion <function>strip_tags</function> ist jetzt Binary safe.
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>
@@ -145,6 +139,13 @@
&reftitle.notes;
<warning>
<para>
+ Diese Funktion sollte nicht verwendet werden, um zu versuchen XSS-Attacken
+ zu verhindern. Statt dessen sind geeignetere Funktionen wie <function>htmlspecialchars</function>,
+ oder andere Mittel abhängig vom Ausgabekontext, zu verwenden.
+ </para>
+ </warning>
+ <warning>
+ <para>
Da <function>strip_tags</function> HTML nicht wirklich validiert, kann es
passieren, dass bei unvollständigen oder unkorrekten Tags mehr Text/Daten
gelöscht werden als erwartet.
Modified: phpdoc/de/trunk/reference/strings/functions/stristr.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/stristr.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/stristr.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346302 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
<refnamediv>
@@ -86,12 +86,6 @@
Der optionale Parameter <parameter>before_needle</parameter> wurde hinzugefügt.
</entry>
</row>
- <row>
- <entry>4.3.0</entry>
- <entry>
- <function>stristr</function> ist jetzt Binary safe.
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>
Modified: phpdoc/de/trunk/reference/strings/functions/strrchr.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strrchr.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/strrchr.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346302 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrchr">
<refnamediv>
<refname>strrchr</refname>
@@ -56,30 +56,6 @@
</para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
- <para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>4.3.0</entry>
- <entry>
- Die Funktion ist jetzt Binary safe.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </para>
- </refsect1>
-
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/strings/functions/strstr.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strstr.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/strstr.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346302 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
<refnamediv>
@@ -98,12 +98,6 @@
Der optionale Parameter <parameter>before_needle</parameter> wurde hinzugefügt.
</entry>
</row>
- <row>
- <entry>4.3.0</entry>
- <entry>
- <function>strstr</function> ist nun binary safe.
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>
Modified: phpdoc/de/trunk/reference/strings/functions/substr-compare.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/substr-compare.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/strings/functions/substr-compare.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347366 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.substr-compare">
<refnamediv>
@@ -88,12 +88,13 @@
&reftitle.returnvalues;
<para>
Gibt eine Zahl < 0 zurück, wenn <parameter>main_str</parameter> ab der in
- <parameter>offset</parameter> festgelegten Position kürzer ist als
+ <parameter>offset</parameter> festgelegten Position kleiner ist als
<parameter>str</parameter>, eine Zahl > 0, wenn der ermittelte String
- länger ist als <parameter>str</parameter>, und 0, wenn sie gleich sind.
- Wenn der Parameter <parameter>offset</parameter> gesetzt und gleich oder
+ größer ist als <parameter>str</parameter>, und 0, wenn sie gleich sind.
+ Wenn der Parameter <parameter>offset</parameter> gleich (vor PHP 7.2.18, 7.3.5) oder
größer als die Länge von <parameter>main_str</parameter> ist oder
- <parameter>length</parameter> gesetzt und kleiner als 1 ist (vor PHP 5.5.11), gibt <function>substr_compare</function>
+ <parameter>length</parameter> gesetzt und kleiner als 0 ist (oder, vor PHP 5.5.11, kleiner als 1),
+ gibt <function>substr_compare</function>
eine Warnung aus und hat den Rückgabewert &false;.
</para>
</refsect1>
@@ -111,6 +112,12 @@
</thead>
<tbody>
<row>
+ <entry>7.2.18, 7.3.5</entry>
+ <entry>
+ <parameter>offset</parameter> kann nun gleich der Länge des <parameter>main_str</parameter> sein.
+ </entry>
+ </row>
+ <row>
<entry>5.5.11</entry>
<entry>
<parameter>length</parameter> kann nun <literal>0</literal> sein.
Modified: phpdoc/de/trunk/reference/uodbc/functions/odbc-execute.xml
===================================================================
--- phpdoc/de/trunk/reference/uodbc/functions/odbc-execute.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/uodbc/functions/odbc-execute.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: nobody Status: ready -->
<refentry xml:id="function.odbc-execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -101,32 +101,6 @@
</para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
- <para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>4.2.0</entry>
- <entry>
- Das Lesen von in <parameter>parameters_array</parameter> angegebene
- Dateien unterliegt nun &safemode; und <link
- linkend="ini.open-basedir">open-basedir</link> Beschränkungen.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </para>
- </refsect1>
-
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/var/functions/is-callable.xml
===================================================================
--- phpdoc/de/trunk/reference/var/functions/is-callable.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/var/functions/is-callable.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347807 Maintainer: nobody Status: ready -->
<refentry xml:id="function.is-callable" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/var/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/var/ini.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/var/ini.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344075 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347577 Maintainer: sammywg Status: ready -->
<section xml:id="var.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -20,9 +20,9 @@
<tbody>
<row>
<entry><link linkend="ini.unserialize-callback-func">unserialize_callback_func</link></entry>
- <entry>NULL</entry>
+ <entry>&null;</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.2.0.</entry>
+ <entry></entry>
</row>
</tbody>
</tgroup>
Modified: phpdoc/de/trunk/reference/zlib/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/zlib/configure.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/zlib/configure.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: sammywg Status: ready -->
<section xml:id="zlib.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
@@ -9,12 +9,6 @@
beim Kompilieren von PHP anzugeben.
</para>
&windows.builtin;
- <note>
- <simpara>
- Die integrierte Unterstützung für zlib in der Windowsversion steht ab
- PHP 4.3.0 zur Verfügung.
- </simpara>
- </note>
</section>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/zlib/functions/readgzfile.xml
===================================================================
--- phpdoc/de/trunk/reference/zlib/functions/readgzfile.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/zlib/functions/readgzfile.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347576 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.readgzfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>readgzfile</refname>
@@ -53,13 +53,16 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt die Anzahl der ausgegebenen Zeichen zurück. Falls ein Fehler
- auftritt wird &false; zurückgegeben, außerdem wird eine Fehlermeldung
- ausgegeben es sei denn die Funktion wurde als <literal>@readgzfile</literal>
- aufgerufen.
- printed.
+ Gibt im Erfolgsfall die Anzahl der ausgegebenen Zeichen zurück.
+ &return.falseforfailure;
</para>
</refsect1>
+
+ <refsect1 role="errors">
+ &reftitle.errors;
+ &fs.emits.warning.on.failure;
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/zlib/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/zlib/ini.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/reference/zlib/ini.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323642 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: sammywg Status: ready -->
<section xml:id="zlib.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -26,19 +26,19 @@
<entry><link linkend="ini.zlib.output-compression">zlib.output_compression</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.0.5.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.zlib.output-compression-level">zlib.output_compression_level</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.zlib.output-handler">zlib.output_handler</link></entry>
<entry>""</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
</tbody>
</tgroup>
Modified: phpdoc/de/trunk/security/cgi-bin.xml
===================================================================
--- phpdoc/de/trunk/security/cgi-bin.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/security/cgi-bin.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./index.xml, last change in rev 1.66 -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347063 Maintainer: wiesemann Status: ready -->
<chapter xml:id="security.cgi-bin" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Installiert als CGI-Version</title>
@@ -113,8 +113,6 @@
role="php">http://my.host/cgi-bin/php/secretdir/script.php</filename>.
Stattdessen parst PHP in diesem Modus nur dann, wenn der Aufruf
durch einen korrekten Redirect des Webservers erfolgte.
- PHP älter als 4.2.0 nutzte stattdessen die
- <literal>--enable-force-cgi-redirect</literal>-Kompilierungsoption.n
</simpara>
<simpara>
Normalerweise wird der Redirect in der Apache-Konfiguration mit den
Modified: phpdoc/de/trunk/security/database.xml
===================================================================
--- phpdoc/de/trunk/security/database.xml 2019-10-06 10:07:59 UTC (rev 348137)
+++ phpdoc/de/trunk/security/database.xml 2019-10-06 11:16:22 UTC (rev 348138)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339619 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347660 Maintainer: hholzgra Status: ready -->
<!-- Credits: tom -->
<chapter xml:id="security.database" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Datenbank - Sicherheit</title>
@@ -59,16 +59,6 @@
einer dieser Referenzen Zugriff auf Ihre Datenbank erlangt haben, nur so
viele Änderungen durchführen können, wie es Ihre Applikation kann.
</simpara>
- <simpara>
- Implementieren Sie nicht alle Geschäftslogik in die Webapplikation (z.B.
- Ihr Skript), sondern tun Sie das im Datenbankschema unter Verwendung von
- Sichten, Triggern, oder Regeln. Wenn sich das System entwickelt, werden
- neu zu öffnende Ports zu der Datenbank vorgesehen, und Sie müssen die
- Logik in jedem Datenbank-Client neu implementieren. Überdies können
- Trigger verwendet werden, um transparent und automatisch mit Feldern
- umzugehen, welche beim debuggen Ihrer Applikation oder beim
- Zurückverfolgen von Transaktionen oft einen Einblick gewähren.
- </simpara>
</sect1>
<sect1 xml:id="security.database.connection">
@@ -333,11 +323,11 @@
]]>
</programlisting>
</example>
- Aber ein böswilliger Benutzer übermittelt den Wert
- <literal>' or uid like'%admin%</literal> zu <varname>$uid</varname>,
- um das Administrator Passwort zu ändern, oder setzt einfach
- <varname>$pwd</varname> auf <literal>hehehe', trusted=100, admin='yes</literal>, um mehr Rechte zu erhalten.
- Dann wird die Abfrage verdreht:
+ Aber wenn ein böswilliger Benutzer den Wert
+ <literal>' or uid like'%admin%</literal> an <varname>$uid</varname> übermittelt,
+ um das Administrator Passwort zu ändern, oder einfach
+ <varname>$pwd</varname> auf <literal>hehehe', trusted=100, admin='yes</literal> setzt, um mehr Rechte zu erhalten,
+ dann wird die Abfrage verdreht:
<informalexample>
<programlisting role="php">
<![CDATA[