svn: /phpdoc/de/trunk/ appendices/reserved.constants.core.xml reference/curl/functions/curl-setopt.xml reference/dba/configure.xml reference/fileinfo/constants.xml reference/filesystem/functions/unlink.xml reference/json/constants.xml reference/ldap/functions/ldap-bind.xml reference/math/functions/base-convert.xml reference/math/functions/bindec.xml reference/math/functions/hexdec.xml reference/math/functions/octdec.xml reference/network/functions/setcookie.xml reference/strings/functions/strip-
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 19 Jan 2020 11:02:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348949
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/appendices/reserved.constants.core.xml
U phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
U phpdoc/de/trunk/reference/dba/configure.xml
U phpdoc/de/trunk/reference/fileinfo/constants.xml
U phpdoc/de/trunk/reference/filesystem/functions/unlink.xml
U phpdoc/de/trunk/reference/json/constants.xml
U phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml
U phpdoc/de/trunk/reference/math/functions/base-convert.xml
U phpdoc/de/trunk/reference/math/functions/bindec.xml
U phpdoc/de/trunk/reference/math/functions/hexdec.xml
U phpdoc/de/trunk/reference/math/functions/octdec.xml
U phpdoc/de/trunk/reference/network/functions/setcookie.xml
U phpdoc/de/trunk/reference/strings/functions/strip-tags.xml
svn-diffs-348949.txt
(text/x-diff, 16.4 KB)
Modified: phpdoc/de/trunk/appendices/reserved.constants.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/reserved.constants.core.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/appendices/reserved.constants.core.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348652 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 348879 Maintainer: nobody Status: ready -->
<!-- Credits: hholzgra -->
<sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
@@ -668,25 +668,25 @@
</varlistentry>
<varlistentry xml:id="constant.php-windows-event-ctrl-c">
<term>
- PHP_WINDOWS_EVENT_CTRL_C
+ <constant>PHP_WINDOWS_EVENT_CTRL_C</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Ein Windows <literal>CTRL+C</literal> Ereignis.
- Verfügbar von PHP 7.4.0 an.
+ Verfügbar von PHP 7.4.0 an (nur Windows).
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.php-windows-event-ctrl-break">
<term>
- PHP_WINDOWS_EVENT_CTRL_BREAK
+ <constant>PHP_WINDOWS_EVENT_CTRL_BREAK</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Ein Windows <literal>CTRL+BREAK</literal> Ereignis.
- Verfügbar von PHP 7.4.0 an.
+ Verfügbar von PHP 7.4.0 an (nur Windows).
</simpara>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347154 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 348881 Maintainer: jaenecke Status: ready -->
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -294,6 +294,15 @@
</entry>
</row>
<row>
+ <entry valign="top"><constant>CURLOPT_HTTP_CONTENT_DECODING</constant></entry>
+ <entry valign="top">
+ &false; um den Original-HTTP-Response-Body zu erhalten.
+ </entry>
+ <entry valign="top">
+ Verfügbar von PHP 5.5.0 an, wenn mit libcurl >= 7.16.2 kompiliert wurde.
+ </entry>
+ </row>
+ <row>
<entry valign="top"><constant>CURLOPT_MUTE</constant></entry>
<entry valign="top">
&true; um jegliche Ausgabe der cURL-Funktionen zu unterbinden
Modified: phpdoc/de/trunk/reference/dba/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/dba/configure.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/dba/configure.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345770 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 348792 Maintainer: samesch Status: ready -->
<section xml:id="dba.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
Modified: phpdoc/de/trunk/reference/fileinfo/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/fileinfo/constants.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/fileinfo/constants.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347499 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 348927 Maintainer: tihox Status: ready -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<appendix xml:id="fileinfo.constants" xmlns="http://docbook.org/ns/docbook">
Modified: phpdoc/de/trunk/reference/filesystem/functions/unlink.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/unlink.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/filesystem/functions/unlink.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347043 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 348727 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.unlink" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>unlink</refname>
@@ -50,6 +50,31 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.3.0</entry>
+ <entry>
+ Unter Windows ist es nun möglich, Dateien mit verwendeten Handles per
+ <function>unlink</function> zu löschen, während dies zuvor fehlschlug.
+ Es ist allerdings noch immer nicht möglich, die gelöschte Datei neu zu
+ erzeugen, bevor alle Handles geschlossen wurden.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/json/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/json/constants.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/json/constants.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347475 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 348752 Maintainer: sammywg Status: ready -->
<appendix xml:id="json.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347900 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 348935 Maintainer: nobody Status: ready -->
<refentry xml:id="function.ldap-bind" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>bind_rdn</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>bind_password</parameter><initializer>&null;</initializer></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
</methodsynopsis>
<para>
Bindung für ein LDAP Verzeichnis mit angegebenem RDN und Kennwort.
@@ -49,15 +48,6 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><parameter>serverctrls</parameter></term>
- <listitem>
- <para>
- Ein Array von <link linkend="ldap.controls">LDAP Controls</link>,
- die mit der Anfrage mitgesendet werden.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</para>
<para>
Modified: phpdoc/de/trunk/reference/math/functions/base-convert.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/base-convert.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/math/functions/base-convert.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339532 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 348878 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.base-convert" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>base_convert</refname>
@@ -46,6 +46,7 @@
<listitem>
<para>
Die zu konvertierende numerische Zeichenkette. Alle ungültigen Zeichen werden ohne Warnung ignoriert.
+ Von PHP 7.4.0 an ist die Übergabe jeglicher ungültiger Zeichen missbilligt.
</para>
</listitem>
</varlistentry>
@@ -74,6 +75,31 @@
<parameter>number</parameter> konvertiert zur Basis <parameter>tobase</parameter>
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ Die Übergabe von ungültigen Zeichen wird nun einen Deprecation-Hinweis
+ auslösen. Das Ergebnis wird weiterhin so berechnet, als würden die ungültigen
+ Zeichen nicht existieren.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/math/functions/bindec.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/bindec.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/math/functions/bindec.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 334617 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 348878 Maintainer: nobody Status: ready -->
<refentry xml:id="function.bindec" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -38,7 +38,10 @@
<term><parameter>binary_string</parameter></term>
<listitem>
<para>
- Der zu konvertierende Binärstring
+ Der zu konvertierende Binärstring.
+ Jegliche ungültigen Zeichen in <parameter>binary_string</parameter> werden
+ stillschweigend ignoriert. Von PHP 7.4.0 an ist die Übergabe jeglicher ungültiger
+ Zeichen missbilligt.
</para>
</listitem>
</varlistentry>
@@ -59,6 +62,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ Die Übergabe von ungültigen Zeichen wird nun einen Deprecation-Hinweis
+ auslösen. Das Ergebnis wird weiterhin so berechnet, als würden die ungültigen
+ Zeichen nicht existieren.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/math/functions/hexdec.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/hexdec.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/math/functions/hexdec.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 334617 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 348878 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.hexdec" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hexdec</refname>
@@ -19,6 +19,7 @@
<para>
<function>hexdec</function> ignoriert alle nicht hexadezimal
kodierten Zeichen (0-9 a-f) in <parameter>hex_string</parameter>.
+ Von PHP 7.4.0 an ist die Übergabe jeglicher ungültiger Zeichen missbilligt.
</para>
</refsect1>
<refsect1 role="parameters">
@@ -43,6 +44,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ Die Übergabe von ungültigen Zeichen wird nun einen Deprecation-Hinweis
+ auslösen. Das Ergebnis wird weiterhin so berechnet, als würden die ungültigen
+ Zeichen nicht existieren.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/math/functions/octdec.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/octdec.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/math/functions/octdec.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 334617 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 348887 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.octdec" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>octdec</refname>
@@ -26,7 +26,10 @@
<term><parameter>octal_string</parameter></term>
<listitem>
<para>
- Der umzuwandelnde Oktalstring
+ Der umzuwandelnde Oktalstring.
+ Jegliche ungültigen Zeichen in <parameter>octal_string</parameter> werden
+ stillschweigend ignoriert. Von PHP 7.4.0 an ist die Übergabe jeglicher ungültiger
+ Zeichen missbilligt.
</para>
</listitem>
</varlistentry>
@@ -40,6 +43,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ Die Übergabe von ungültigen Zeichen wird nun einen Deprecation-Hinweis
+ auslösen. Das Ergebnis wird weiterhin so berechnet, als würden die ungültigen
+ Zeichen nicht existieren.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/setcookie.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/network/functions/setcookie.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345661 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 348895 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -168,7 +168,7 @@
<literal>secure</literal>, <literal>httponly</literal> und <literal>samesite</literal>
enthalten kann. Die Werte haben dieselbe Bedeutung wie für die gleichnamigen
Parameter beschrieben. Der Wert des <literal>samesite</literal> Elements
- sollte entweder <literal>Lax</literal> oder <literal>Strict</literal> sein.
+ sollte entweder <literal>None</literal>, <literal>Lax</literal> oder <literal>Strict</literal> sein.
Ist eine der erlaubten Optionen nicht angegeben, dann ist ihr Standardwert
derselbe wie für den expliziten Parameter. Wird das <literal>samesite</literal>
Element nicht angegeben, dann wird kein SameSite-Cookie-Attribute gesetzt.
Modified: phpdoc/de/trunk/reference/strings/functions/strip-tags.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strip-tags.xml 2020-01-19 09:54:48 UTC (rev 348948)
+++ phpdoc/de/trunk/reference/strings/functions/strip-tags.xml 2020-01-19 11:02:56 UTC (rev 348949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348314 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 348925 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strip-tags">
<refnamediv>