svn: /phpdoc/de/trunk/ install/fpm/configuration.xml reference/curl/constants.xml reference/curl/functions/curl-getinfo.xml reference/ldap/functions/ldap-bind.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Fri, 25 May 2018 14:30:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345051
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/install/fpm/configuration.xml
U phpdoc/de/trunk/reference/curl/constants.xml
U phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml
U phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml
Modified: phpdoc/de/trunk/install/fpm/configuration.xml
===================================================================
--- phpdoc/de/trunk/install/fpm/configuration.xml 2018-05-25 14:14:41 UTC (rev 345050)
+++ phpdoc/de/trunk/install/fpm/configuration.xml 2018-05-25 14:30:11 UTC (rev 345051)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341667 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 345004 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">
@@ -511,6 +511,22 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry xml:id="process-dumpable">
+ <term>
+ <parameter>process.dumpable</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ Setzt das „process dumpable flag“ (PR_SET_DUMPABLE prctl), selbst wenn
+ der Prozess-Nutzer oder die -Gruppe sich vom Master-Prozess-Nutzer
+ unterscheidet. Dies erlaubt es dem Pool-Nutzer, Prozess-Coredumps zu
+ erstellen, und den Prozess mit ptrace zu untersuchen.
+ Standardwert: no.
+ Seit PHP 7.0.29, 7.1.17 und 7.2.5.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry xml:id="prefix">
<term>
<parameter>prefix</parameter>
Modified: phpdoc/de/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/constants.xml 2018-05-25 14:14:41 UTC (rev 345050)
+++ phpdoc/de/trunk/reference/curl/constants.xml 2018-05-25 14:30:11 UTC (rev 345051)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341647 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 345002 Maintainer: jaenecke Status: ready -->
<appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -1506,10 +1506,22 @@
</term>
<listitem>
<simpara>
-
+ Von PHP 5.5.0 und cURL 7.10.8 an ist dies ein veralteter Alias von
+ <constant>CURLINFO_RESPONSE_CODE</constant>
</simpara>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.curlinfo-response-code">
+ <term>
+ <constant>CURLINFO_RESPONSE_CODE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Verfügbar seit PHP 5.5.0 und cURL 7.10.8
+ </simpara>
+ </listitem>
+ </varlistentry>
<varlistentry xml:id="constant.curlinfo-header-out">
<term>
<constant>CURLINFO_HEADER_OUT</constant>
Modified: phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml 2018-05-25 14:14:41 UTC (rev 345050)
+++ phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml 2018-05-25 14:30:11 UTC (rev 345051)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339608 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 345002 Maintainer: jaenecke Status: ready -->
<refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_getinfo</refname>
@@ -37,7 +37,9 @@
</listitem>
<listitem>
<simpara>
- <constant>CURLINFO_HTTP_CODE</constant> - Zuletzt empfangener HTTP-Code
+ <constant>CURLINFO_HTTP_CODE</constant> - Der letzte Response-Code.
+ Von PHP 5.5.0 und cURL 7.10.8 an ist dies ein veralteter Alias von
+ <constant>CURLINFO_RESPONSE_CODE</constant>
</simpara>
</listitem>
<listitem>
Modified: phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml
===================================================================
--- phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml 2018-05-25 14:14:41 UTC (rev 345050)
+++ phpdoc/de/trunk/reference/ldap/functions/ldap-bind.xml 2018-05-25 14:30:11 UTC (rev 345051)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341651 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345039 Maintainer: nobody Status: ready -->
<refentry xml:id="function.ldap-bind" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -51,9 +51,9 @@
</variablelist>
</para>
<para>
- Wenn <parameter>bind_rdn</parameter> und <parameter>bind_password</parameter>
- nicht angegeben wurden, wird ein anonymes bind versucht.
- Der Parameter <parameter>bind_dn</parameter> kann ebenfalls ausgelassen werden,
+ Wenn <parameter>bind_password</parameter>
+ nicht angegeben wurde oder leer ist, wird ein anonymes bind versucht.
+ Der Parameter <parameter>bind_rdn</parameter> kann ebenfalls ausgelassen werden,
um ein anonymes Bind durchzuführen.
Dies ist in https://tools.ietf.org/html/rfc2251#section-4.2.2 spezifiziert.
</para>