svn: /phpdoc/de/trunk/reference/ curl/constants.xml ftp/constants.xml json/book.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 01 Oct 2018 21:23:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345764
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/curl/constants.xml
U phpdoc/de/trunk/reference/ftp/constants.xml
U phpdoc/de/trunk/reference/json/book.xml
Modified: phpdoc/de/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/constants.xml 2018-10-01 21:13:29 UTC (rev 345763)
+++ phpdoc/de/trunk/reference/curl/constants.xml 2018-10-01 21:23:20 UTC (rev 345764)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345002 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 345704 Maintainer: jaenecke Status: ready -->
<appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -3658,6 +3658,17 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.curlopt-request-target">
+ <term>
+ <constant>CURLOPT_REQUEST_TARGET</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Verfügbar seit PHP 7.3.0 und cURL 7.55.0.
+ </simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</appendix>
Modified: phpdoc/de/trunk/reference/ftp/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/constants.xml 2018-10-01 21:13:29 UTC (rev 345763)
+++ phpdoc/de/trunk/reference/ftp/constants.xml 2018-10-01 21:23:20 UTC (rev 345764)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345744 Maintainer: tihox Status: ready -->
<appendix xml:id="ftp.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -108,6 +108,18 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.ftp-usepasvaddress">
+ <term>
+ <constant>FTP_USEPASVADDRESS</constant>
+ (<type>bool</type>)
+ </term>
+ <listitem>
+ <para>
+ Weitere Informationen finden Sie unter <function>ftp_set_option</function>.
+ Verfügbar von PHP 5.6.0 an.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</appendix>
Modified: phpdoc/de/trunk/reference/json/book.xml
===================================================================
--- phpdoc/de/trunk/reference/json/book.xml 2018-10-01 21:13:29 UTC (rev 345763)
+++ phpdoc/de/trunk/reference/json/book.xml 2018-10-01 21:23:20 UTC (rev 345764)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340847 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345724 Maintainer: sammywg Status: ready -->
<book xml:id="book.json" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
@@ -23,6 +23,7 @@
&reference.json.setup;
&reference.json.constants;
+ &reference.json.jsonexception;
&reference.json.jsonserializable;
&reference.json.reference;