svn: /phpdoc/de/trunk/reference/ array/functions/array-merge-recursive.xml array/functions/array-merge.xml array/functions/array-shift.xml array/functions/compact.xml array/functions/in-array.xml ftp/functions/ftp-fget.xml ftp/functions/ftp-fput.xml ftp/functions/ftp-nb-fget.xml ftp/functions/ftp-nb-fput.xml ftp/functions/ftp-nb-get.xml ftp/functions/ftp-nb-put.xml ftp/functions/ftp-put.xml network/functions/ip2long.xml pcntl/functions/pcntl-signal.xml pspell/configure.xml readline/constants.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 20 Oct 2019 10:31:52 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/array-merge-recursive.xml
    U   phpdoc/de/trunk/reference/array/functions/array-merge.xml
    U   phpdoc/de/trunk/reference/array/functions/array-shift.xml
    U   phpdoc/de/trunk/reference/array/functions/compact.xml
    U   phpdoc/de/trunk/reference/array/functions/in-array.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml
    U   phpdoc/de/trunk/reference/network/functions/ip2long.xml
    U   phpdoc/de/trunk/reference/pcntl/functions/pcntl-signal.xml
    U   phpdoc/de/trunk/reference/pspell/configure.xml
    U   phpdoc/de/trunk/reference/readline/constants.xml
    U   phpdoc/de/trunk/reference/readline/functions/readline.xml
    U   phpdoc/de/trunk/reference/recode/book.xml
svn-diffs-348184.txt (text/x-diff, 23.2 KB)
Modified: phpdoc/de/trunk/reference/array/functions/array-merge-recursive.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-merge-recursive.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/array/functions/array-merge-recursive.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345370 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347508 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.array-merge-recursive">
  <refnamediv>
@@ -12,7 +12,6 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>array_merge_recursive</methodname>
-   <methodparam><type>array</type><parameter>array1</parameter></methodparam>
    <methodparam choice="opt"><type>array</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -37,14 +36,6 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>array1</parameter></term>
-     <listitem>
-      <para>
-       Das Startarray für das Zusammenführen.
-      </para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
      <term><parameter>...</parameter></term>
      <listitem>
       <para>
@@ -61,9 +52,35 @@
   <para>
    Ein Array mit Werten, die aus dem Zusammenführen der Argumente
    resultieren.
+   Bei Aufruf ohne Argument wird ein leeres &array; zurückgeliefert.
   </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.4.0</entry>
+       <entry>
+        Diese Funktion kann nun ohne Parameter aufgerufen werden.
+        Zuvor war mindestens ein Parameter erforderlich.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/array/functions/array-merge.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-merge.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/array/functions/array-merge.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345965 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347508 Maintainer: nobody Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-merge" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,6 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>array_merge</methodname>
-   <methodparam><type>array</type><parameter>array1</parameter></methodparam>
    <methodparam choice="opt"><type>array</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -36,14 +35,6 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>array1</parameter></term>
-     <listitem>
-      <para>
-       Erstes Array zum Zusammenfügen.
-      </para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
      <term><parameter>...</parameter></term>
      <listitem>
       <para>
@@ -58,8 +49,35 @@
   &reftitle.returnvalues;
   <para>
    Gibt das resultierende Array zurück.
+   Bei Aufruf ohne Argument wird ein leeres &array; zurückgeliefert.
   </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.4.0</entry>
+       <entry>
+        Diese Funktion kann nun ohne Parameter aufgerufen werden.
+        Zuvor war mindestens ein Parameter erforderlich.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/array/functions/array-shift.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-shift.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/array/functions/array-shift.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347736 Maintainer: simp Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-shift" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/de/trunk/reference/array/functions/compact.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/compact.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/array/functions/compact.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345170 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347684 Maintainer: cmb Status: ready -->
 <!-- CREDITS: tom -->

 <refentry xml:id="function.compact" xmlns="http://docbook.org/ns/docbook">
@@ -107,7 +107,7 @@

 $location_vars = array("city", "state");

-$result = compact("event", "nothing_here", $location_vars);
+$result = compact("event", $location_vars);
 print_r($result);
 ?>
 ]]>

Modified: phpdoc/de/trunk/reference/array/functions/in-array.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/in-array.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/array/functions/in-array.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347118 Maintainer: hholzgra Status: ready -->
 <!-- CREDITS: tom, simp -->
 <refentry xml:id="function.in-array" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,8 +16,8 @@
     <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
    </methodsynopsis>
   <para>
-   Diese Funktion sucht in <parameter>haystack</parameter> nach
-   <parameter>needle</parameter>. Wenn <parameter>strict</parameter>
+   Diese Funktion sucht nach <parameter>needle</parameter> in
+   <parameter>haystack</parameter>. Wenn <parameter>strict</parameter>
    gesetzt ist, wird dabei auch der Typ des Elements beachtet.
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-fget" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_fget</refname>
@@ -16,7 +16,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-fput" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_fput</refname>
@@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
    <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-fget" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_fget</refname>
@@ -16,7 +16,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-fput" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_fput</refname>
@@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
    <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-get" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_get</refname>
@@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>string</type><parameter>local_file</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>resumepos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-put" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_put</refname>
@@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
    <methodparam><type>string</type><parameter>local_file</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348169 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-put" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_put</refname>
@@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
    <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
    <methodparam><type>string</type><parameter>local_file</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_IMAGE</constant></initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>startpos</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/network/functions/ip2long.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/ip2long.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/network/functions/ip2long.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342153 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 348167 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.ip2long" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>ip2long</refname>

Modified: phpdoc/de/trunk/reference/pcntl/functions/pcntl-signal.xml
===================================================================
--- phpdoc/de/trunk/reference/pcntl/functions/pcntl-signal.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/pcntl/functions/pcntl-signal.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347589 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.pcntl-signal" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -117,19 +117,6 @@
      </thead>
      <tbody>
       <row>
-       <entry>4.3.0</entry>
-       <entry>
-        Von PHP 4.3.0 an benutzt PCNTL Ticks als Signalverarbeitungsmechanismus,
-        welcher wesentlich schneller als der zuvor verwendete Mechanismus ist.
-        Dieser Wechsel folgt der selben Semantik wie die Verwendung von "<link
-        linkend="control-structures.declare.ticks">Benutzer Ticks</link>". Die
-        <link linkend="control-structures.declare">declare()</link> Anweisung
-        ist zu verwenden, um die Stellen im Programm anzugeben, in denen
-        Callbacks stattfinden dürfen, damit die Signalverarbeitung korrekt
-        funktioniert (wie im Beispiel weiter unten).
-       </entry>
-      </row>
-      <row>
        <entry>7.1.0</entry>
        <entry>
         Von PHP 7.1.0 an wird der Signalverbeitung ein zweites Argument
@@ -153,7 +140,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-// Verwendung von Ticks; wird seit PHP 4.3.0. benötigt
+// Verwendung von Ticks benötigt
 declare(ticks = 1);

 // Signalverarbeitungsfunktion
@@ -184,7 +171,7 @@
 pcntl_signal(SIGHUP,  "sig_handler");
 pcntl_signal(SIGUSR1, "sig_handler");

-// oder ein Objekt verwenden, ab PHP 4.3.0 möglich
+// oder ein Objekt verwenden
 // pcntl_signal(SIGUSR1, array($obj, "do_something");

 echo "Erzeuge signal SIGTERM an mich selbst...\n";

Modified: phpdoc/de/trunk/reference/pspell/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/pspell/configure.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/pspell/configure.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: samesch Status: ready -->
 <section xml:id="pspell.installation" xmlns="http://docbook.org/ns/docbook">
  &reftitle.install;
  <para>
@@ -16,8 +16,7 @@
    <filename>bin</filename> der aspell-Installation.
   </para>
   <para>
-   Die Ünterstützung von Win32 steht erst ab PHP 4.3.3 zur Verfügung. Außerdem
-   wird aspell ab Version 0.50 benötigt.
+   Die Ünterstützung von Win32 benötigt aspell ab Version 0.50.
   </para>
  </note>
 </section>

Modified: phpdoc/de/trunk/reference/readline/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/readline/constants.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/readline/constants.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,10 +1,25 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347880 Maintainer: sammywg Status: ready -->

 <appendix xml:id="readline.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.constants;
- &no.constants;
+ &extension.constants;
+ <variablelist>
+  <varlistentry xml:id="constant.readline-lib">
+   <term>
+    <constant>READLINE_LIB</constant>
+    (<type>string</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Die Bibliothek, die für readline Unterstützung verwendet wird; zurzeit entweder
+     <literal>readline</literal> oder <literal>libedit</literal>.
+     Verfügbar von PHP 5.5.0 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+ </variablelist>
 </appendix>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/de/trunk/reference/readline/functions/readline.xml
===================================================================
--- phpdoc/de/trunk/reference/readline/functions/readline.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/readline/functions/readline.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 346943 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.readline" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>readline</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>readline</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>prompt</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>prompt</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Liest eine einzelne Zeile vom Benutzer ein. Sie müssen diese Zeile selbst

Modified: phpdoc/de/trunk/reference/recode/book.xml
===================================================================
--- phpdoc/de/trunk/reference/recode/book.xml	2019-10-20 04:55:44 UTC (rev 348183)
+++ phpdoc/de/trunk/reference/recode/book.xml	2019-10-20 10:31:52 UTC (rev 348184)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347728 Maintainer: sammywg Status: ready -->

 <book xml:id="book.recode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="bundledexternal" ?>
@@ -21,6 +21,14 @@
    <link xlink:href="&url.rfc;1345">RFC 1345</link>-Zeichensätze werden
    unterstützt.
   </para>
+  <note>
+   <simpara>
+    Diese Extension ist von PHP 7.4.0 an entbündelt und nach
+    <link xlink:href="&url.pecl.package;recode">PECL</link> verschoben.
+    Es ist zu erwägen statt dessen die <link linkend="book.mbstring">Multibyte String</link> oder
+    <link linkend="book.iconv">iconv</link> Extension zu verwenden.
+   </simpara>
+  </note>
   &note.no-windows.extension;
  </preface>
  <!-- }}} -->
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.