svn: /phpdoc/ja/trunk/reference/curl/ constants.xml functions/curl-setopt.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Sun, 26 Jan 2020 23:55:52 +0000

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

Log:
Document CURLOPT_HTTP09_ALLOWED

Cf. <https://github.com/php/php-src/pull/5114>.

Changed paths:
    U   phpdoc/ja/trunk/reference/curl/constants.xml
    U   phpdoc/ja/trunk/reference/curl/functions/curl-setopt.xml

Modified: phpdoc/ja/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/constants.xml	2020-01-26 23:55:29 UTC (rev 349029)
+++ phpdoc/ja/trunk/reference/curl/constants.xml	2020-01-26 23:55:52 UTC (rev 349030)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347367 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349025 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
@@ -4189,6 +4189,17 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curlopt-http09-allowed">
+   <term>
+    <constant>CURLOPT_HTTP09_ALLOWED </constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     PHP 7.3.15 と 7.4.3 および cURL 7.64.0 以降で使用可能です。
+    </simpara>
+   </listitem>
+  </varlistentry>
  </variablelist>

 </appendix>

Modified: phpdoc/ja/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/functions/curl-setopt.xml	2020-01-26 23:55:29 UTC (rev 349029)
+++ phpdoc/ja/trunk/reference/curl/functions/curl-setopt.xml	2020-01-26 23:55:52 UTC (rev 349030)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348881 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349025 Maintainer: takagi Status: ready -->
 <!-- CREDITS: hirokawa,mumumu -->
 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -271,6 +271,16 @@
            </entry>
           </row>
           <row>
+           <entry valign="top"><constant>CURLOPT_HTTP09_ALLOWED</constant></entry>
+           <entry valign="top">
+            HTTP/0.9 形式のレスポンスを許可するかどうか。libcurl 7.66.0 以降のデフォルトは &false; です。
+            それより前のバージョンのデフォルトは &true; でした。
+           </entry>
+           <entry valign="top">
+            PHP 7.3.15 と 7.4.3 以降 および cURL >= 7.64.0 をビルドした場合に使用可能です。
+           </entry>
+          </row>
+          <row>
            <entry valign="top"><constant>CURLOPT_HTTPGET</constant></entry>
            <entry valign="top">
             &true; を設定すると、HTTP のリクエスト形式を GET に戻します。
@@ -1813,6 +1823,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.15, 7.4.3</entry>
+       <entry>
+        <constant>CURLOPT_HTTP09_ALLOWED</constant> が追加されました。
+       </entry>
+      </row>
+      <row>
        <entry>7.0.7</entry>
        <entry>
         <constant>CURL_HTTP_VERSION_2</constant>, <constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>,
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.