svn: /phpdoc/de/trunk/ install/fpm/configuration.xml reference/filesystem/functions/fgetss.xml reference/ldap/functions/ldap-mod-del.xml reference/ldap/functions/ldap-parse-result.xml reference/ldap/functions/ldap-read.xml reference/ldap/functions/ldap-rename.xml reference/ldap/functions/ldap-search.xml reference/zip/configure.xml reference/zlib/functions/gzgetss.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Wed, 12 Dec 2018 12:23:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=346303

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/install/fpm/configuration.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/fgetss.xml
    U   phpdoc/de/trunk/reference/ldap/functions/ldap-mod-del.xml
    U   phpdoc/de/trunk/reference/ldap/functions/ldap-parse-result.xml
    U   phpdoc/de/trunk/reference/ldap/functions/ldap-read.xml
    U   phpdoc/de/trunk/reference/ldap/functions/ldap-rename.xml
    U   phpdoc/de/trunk/reference/ldap/functions/ldap-search.xml
    U   phpdoc/de/trunk/reference/zip/configure.xml
    U   phpdoc/de/trunk/reference/zlib/functions/gzgetss.xml
svn-diffs-346303.txt (text/x-diff, 17.7 KB)
Modified: phpdoc/de/trunk/install/fpm/configuration.xml
===================================================================
--- phpdoc/de/trunk/install/fpm/configuration.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/install/fpm/configuration.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345093 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 346281 Maintainer: nikic Status: ready -->
 <!-- Credits: Jens-Andre Koch -->

 <sect1 xml:id="install.fpm.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -49,6 +49,33 @@
      </para>
     </listitem>
    </varlistentry>
+   <varlistentry xml:id="log-limit">
+   <term>
+    <parameter>log_limit</parameter>
+    <type>integer</type>
+   </term>
+   <listitem>
+    <para>
+     Obergrenze für die protokollierten Zeilen, die es ermöglicht Nachrichten,
+     die länger als 1024 Zeichen sind, ohne Zeilenumbruch zu protokollieren.
+     Standardwert: 1024.
+     Verfügbar von PHP 7.3.0 an.
+    </para>
+   </listitem>
+   </varlistentry>
+   <varlistentry xml:id="log-buffering">
+   <term>
+    <parameter>log_buffering</parameter>
+    <type>boolean</type>
+   </term>
+   <listitem>
+    <para>
+     Experimentelles Protokollieren ohne zusätzliche Pufferung.
+     Standardwert: yes.
+     Verfügbar von PHP 7.3.0 an.
+    </para>
+   </listitem>
+   </varlistentry>
    <varlistentry xml:id="syslog-facility">
     <term>
      <parameter>syslog.facility</parameter>
@@ -640,6 +667,21 @@
      </para>
     </listitem>
    </varlistentry>
+   <varlistentry xml:id="decorate-workers-output">
+    <term>
+     <parameter>decorate_workers_output</parameter>
+     <type>boolean</type>
+    </term>
+    <listitem>
+     <para>
+      Aktiviert die Ausgabedekoration für die Ausgabe von Workern, wenn
+      <link linkend="catch-workers-output">catch_workers_output</link> aktiviert
+      ist.
+      Standardwert: yes.
+      Verfügbar von PHP 7.3.0 an.
+     </para>
+    </listitem>
+   </varlistentry>
    <varlistentry xml:id="clear-env">
     <term>
      <parameter>clear_env</parameter>

Modified: phpdoc/de/trunk/reference/filesystem/functions/fgetss.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/fgetss.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/filesystem/functions/fgetss.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 340905 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 346281 Maintainer: hholzgra Status: ready -->
   <refentry xml:id="function.fgetss" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>fgetss</refname>
@@ -9,6 +9,10 @@
     </refpurpose>
    </refnamediv>

+   <refsynopsisdiv>
+    &warn.deprecated.function-7-3-0;
+   </refsynopsisdiv>
+
    <refsect1 role="description">
     &reftitle.description;
      <methodsynopsis>

Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-mod-del.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-mod-del.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-mod-del.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 346169 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.ldap-mod-del" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -15,7 +15,7 @@
    <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
   </methodsynopsis>
   <para>
    Entfernt ein oder mehrere Merkmalswerte vom angegebenen
@@ -51,10 +51,43 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>serverctrls</parameter></term>
+     <listitem>
+      <para>
+       Array von <link linkend="ldap.controls">LDAP-Steuerbefehlen</link>,
+       die mit der Anfrage versendet werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </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>7.3</entry>
+       <entry>
+        Unterstützung für <parameter>serverctrls</parameter> hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
@@ -66,6 +99,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>ldap_mod_del_ext</function></member>
     <member><function>ldap_mod_add</function></member>
     <member><function>ldap_mod_replace</function></member>
     <member><function>ldap_modify_batch</function></member>

Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-parse-result.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-parse-result.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-parse-result.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 346281 Maintainer: nobody Status: ready -->

 <refentry xml:id='function.ldap-parse-result' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -86,6 +86,15 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>serverctrls</parameter></term>
+     <listitem>
+      <para>
+       Array von <link linkend="ldap.controls">LDAP-Steuerbefehlen</link>,
+       die mit der Antwort versendet wurden.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -97,6 +106,30 @@
   </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>7.3</entry>
+       <entry>
+        Unterstützung für <parameter>serverctrls</parameter> hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-read.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-read.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-read.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 346169 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.ldap-read" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -15,12 +15,12 @@
    <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
    <methodparam><type>string</type><parameter>base_dn</parameter></methodparam>
    <methodparam><type>string</type><parameter>filter</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>attributes</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>attrsonly</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>sizelimit</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>timelimit</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>deref</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>attributes</parameter><initializer>array("*")</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>attrsonly</parameter><initializer>0</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>sizelimit</parameter><initializer>-1</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>timelimit</parameter><initializer>-1</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>deref</parameter><initializer>LDAP_DEREF_NEVER</initializer></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
   </methodsynopsis>
   <para>
    Führt eine Suche nach dem angegeben <parameter>filter</parameter> im
@@ -162,6 +162,15 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>serverctrls</parameter></term>
+     <listitem>
+      <para>
+       Array von <link linkend="ldap.controls">LDAP-Steuerbefehlen</link>,
+       die mit der Anfrage versendet werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -192,6 +201,12 @@
         <function>ldap_search</function> für Details.
        </entry>
       </row>
+      <row>
+       <entry>7.3</entry>
+       <entry>
+        Unterstützung für <parameter>serverctrls</parameter> hinzugefügt.
+       </entry>
+      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-rename.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-rename.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-rename.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 346169 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.ldap-rename" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -17,7 +17,7 @@
    <methodparam><type>string</type><parameter>newrdn</parameter></methodparam>
    <methodparam><type>string</type><parameter>newparent</parameter></methodparam>
    <methodparam><type>bool</type><parameter>deleteoldrdn</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
   </methodsynopsis>
   <para>
    Der Eintrag, der durch <parameter>dn</parameter> gegeben ist, wird
@@ -70,6 +70,15 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>serverctrls</parameter></term>
+     <listitem>
+      <para>
+       Array von <link linkend="ldap.controls">LDAP-Steuerbefehlen</link>,
+       die mit der Anfrage versendet werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -81,6 +90,30 @@
   </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>7.3</entry>
+       <entry>
+        Unterstützung für <parameter>serverctrls</parameter> hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   <note>
@@ -98,6 +131,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>ldap_rename_ext</function></member>
     <member><function>ldap_modify</function></member>
    </simplelist>
   </para>

Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-search.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-search.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-search.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 346169 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.ldap-search" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -15,12 +15,12 @@
    <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
    <methodparam><type>string</type><parameter>base_dn</parameter></methodparam>
    <methodparam><type>string</type><parameter>filter</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>attributes</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>attrsonly</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>sizelimit</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>timelimit</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>deref</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>attributes</parameter><initializer>array("*")</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>attrsonly</parameter><initializer>0</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>sizelimit</parameter><initializer>-1</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>timelimit</parameter><initializer>-1</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>deref</parameter><initializer>LDAP_DEREF_NEVER</initializer></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
   </methodsynopsis>
   <para>
    Führt eine Suche für einen gegebenen Filter im Verzeichnis mit der Reichweite
@@ -178,6 +178,15 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>serverctrls</parameter></term>
+     <listitem>
+      <para>
+       Array von <link linkend="ldap.controls">LDAP-Steuerbefehlen</link>,
+       die mit der Anfrage versendet werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -189,6 +198,30 @@
   </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>7.3</entry>
+       <entry>
+        Unterstützung für <parameter>serverctrls</parameter> hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/zip/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/configure.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/zip/configure.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339992 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 346299 Maintainer: hholzgra Status: ready -->
 <section xml:id="zip.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;

@@ -19,6 +19,11 @@
     verwenden. libzip 0.11 wird benötigt, aber 0.11.2 oder höher werden
     empfohlen.
    </para>
+   <para>
+    Von PHP 7.3.0 an wird die Kompilierung mit der gebündelten libzip nicht mehr
+    empfohlen, ist aber noch immer möglich, indem <option
+    role="configure">--without-libzip</option> zur Konfiguration hinzugefügt wird.
+   </para>
   </section>

   <section xml:id="zip.installation.new.windows">

Modified: phpdoc/de/trunk/reference/zlib/functions/gzgetss.xml
===================================================================
--- phpdoc/de/trunk/reference/zlib/functions/gzgetss.xml	2018-12-12 11:27:56 UTC (rev 346302)
+++ phpdoc/de/trunk/reference/zlib/functions/gzgetss.xml	2018-12-12 12:23:45 UTC (rev 346303)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 333166 Maintainer: hholzgra  Status: ready -->
+<!-- EN-Revision: 346281 Maintainer: hholzgra  Status: ready -->
 <refentry xml:id="function.gzgetss" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>gzgetss</refname>
@@ -8,6 +8,11 @@
    Get line from gz-file pointer and strip HTML tags
   </refpurpose>
  </refnamediv>
+
+ <refsynopsisdiv>
+  &warn.deprecated.function-7-3-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.