File tree Expand file tree Collapse file tree 7 files changed +94
-6
lines changed
language/predefined/sensitiveparametervalue Expand file tree Collapse file tree 7 files changed +94
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ce78d59569fcae6286c46abe1b781a0b6fc594c0 Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" sensitiveparametervalue.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >SensitiveParameterValue::__construct</refname >
Original file line number Diff line number Diff line change 1397
1397
</simpara >
1398
1398
</listitem >
1399
1399
</varlistentry >
1400
+ <varlistentry xml : id =" constant.curl-http-version-3" >
1401
+ <term >
1402
+ <constant >CURL_HTTP_VERSION_3</constant >
1403
+ (<type >int</type >)
1404
+ </term >
1405
+ <listitem >
1406
+ <simpara >
1407
+ Available as of PHP 8.4.0 and cURL 7.66.0.
1408
+ </simpara >
1409
+ </listitem >
1410
+ </varlistentry >
1411
+ <varlistentry xml : id =" constant.curl-http-version-3only" >
1412
+ <term >
1413
+ <constant >CURL_HTTP_VERSION_3ONLY</constant >
1414
+ (<type >int</type >)
1415
+ </term >
1416
+ <listitem >
1417
+ <simpara >
1418
+ Available as of PHP 8.4.0 and cURL 7.88.0.
1419
+ </simpara >
1420
+ </listitem >
1421
+ </varlistentry >
1400
1422
<varlistentry xml : id =" constant.curl-http-version-none" >
1401
1423
<term >
1402
1424
<constant >CURL_HTTP_VERSION_NONE</constant >
2307
2329
</simpara >
2308
2330
</listitem >
2309
2331
</varlistentry >
2332
+ <varlistentry xml : id =" constant.curl-prereqfunc-ok" >
2333
+ <term >
2334
+ <constant >CURL_PREREQFUNC_OK</constant >
2335
+ (<type >int</type >)
2336
+ </term >
2337
+ <listitem >
2338
+ <simpara >
2339
+ Available as of PHP 8.4.0 and cURL 7.80.0.
2340
+ </simpara >
2341
+ </listitem >
2342
+ </varlistentry >
2343
+ <varlistentry xml : id =" constant.curl-prereqfunc-abort" >
2344
+ <term >
2345
+ <constant >CURL_PREREQFUNC_ABORT</constant >
2346
+ (<type >int</type >)
2347
+ </term >
2348
+ <listitem >
2349
+ <simpara >
2350
+ Available as of PHP 8.4.0 and cURL 7.80.0.
2351
+ </simpara >
2352
+ </listitem >
2353
+ </varlistentry >
2310
2354
</variablelist >
2311
2355
&reference.curl.constants-curl-setopt;
2312
2356
&reference.curl.constants-curl-share-setopt;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 8ff19ed3d6cc23f8349f589d09736a859c0aa2e3 Maintainer: mumumu Status: working -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: mumumu Status: working -->
4
4
<variablelist xml : id =" constant.curl-getinfo.constants" role =" constant_list" >
5
5
<title ><function >curl_getinfo</function ></title >
6
6
<varlistentry xml : id =" constant.curlinfo-appconnect-time" >
778
778
</simpara >
779
779
</listitem >
780
780
</varlistentry >
781
+ <varlistentry xml : id =" constant.curlinfo-posttransfer-time-t" >
782
+ <term >
783
+ <constant >CURLINFO_POSTTRANSFER_TIME_T</constant >
784
+ (<type >int</type >)
785
+ </term >
786
+ <listitem >
787
+ <simpara >
788
+ Time it took from the start until the last byte is sent, in microseconds.
789
+ Available as of PHP 8.4.0 and cURL 8.10.0
790
+ </simpara >
791
+ </listitem >
792
+ </varlistentry >
781
793
</variablelist >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 56171c30f4f4bb558537d9f5b400f21fdd2ebee8 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: hirokawa Status: ready -->
4
4
<!-- Reviewed: no -->
5
5
<!-- CREDITS: takagi,mumumu -->
6
6
<refentry xml : id =" function.curl-getinfo" xmlns =" http://docbook.org/ns/docbook" >
183
183
をコールしたときに <constant >CURLINFO_HEADER_OUT</constant > を設定した場合のみです)
184
184
</simpara >
185
185
</listitem >
186
+ <listitem >
187
+ <simpara >
188
+ "posttransfer_time_us" (PHP 8.4.0 以降かつ cURL 8.10.0 以降で利用可能。)
189
+ </simpara >
190
+ </listitem >
186
191
</itemizedlist >
187
192
プライベートデータはこの連想配列には含まれず、<constant >CURLINFO_PRIVATE</constant > オプションで個別に取得しなければいけないことに注意しましょう。
188
193
</para >
200
205
</row >
201
206
</thead >
202
207
<tbody >
208
+ <row >
209
+ <entry >8.4.0</entry >
210
+ <entry >
211
+ 定数 <constant >CURLINFO_POSTTRANSFER_TIME_T</constant > と <literal >posttransfer_time_us</literal > が追加されました。(Curl 8.10.0 以降).
212
+ </entry >
213
+ </row >
203
214
<row >
204
215
<entry >8.3.0</entry >
205
216
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 56171c30f4f4bb558537d9f5b400f21fdd2ebee8 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa,mumumu -->
5
5
<refentry xml : id =" function.curl-setopt" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
68
68
</row >
69
69
</thead >
70
70
<tbody >
71
+ <row >
72
+ <entry >8.4.0</entry >
73
+ <entry >
74
+ <constant >CURLOPT_DNS_USE_GLOBAL_CACHE</constant > は意味を成さず、
75
+ スレッドセーフな PHP ビルドで有効にしても警告は表示されなくなりました。
76
+ </entry >
77
+ </row >
71
78
&curl.changelog.handle-param;
72
79
<row >
73
80
<entry >7.3.15, 7.4.3</entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.curl-version" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
73
73
<entry >protocols</entry >
74
74
<entry >cURL がサポートするプロトコル名の配列</entry >
75
75
</row >
76
+ <row >
77
+ <entry >feature_list</entry >
78
+ <entry >
79
+ 全ての既知のcURL機能の連想配列と、それらがサポートされている(&true; )
80
+ もしくはサポートされていない(&false; ) かどうかを示す値
81
+ </entry >
82
+ </row >
76
83
</tbody >
77
84
</tgroup >
78
85
</informaltable >
90
97
</row >
91
98
</thead >
92
99
<tbody >
100
+ <row >
101
+ <entry >8.4.0</entry >
102
+ <entry >
103
+ <literal >features_list</literal > が追加されました。
104
+ </entry >
105
+ </row >
93
106
<row >
94
107
<entry >8.0.0</entry >
95
108
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: b08895614bbc3bfb0273a41c29eda921161538c7 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: c29164e0e6db5f24c46d8f98d520003cfde9d1fa Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: shimooka,hirokawa,mumumu -->
5
5
6
6
<chapter xml : id =" curl.setup" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
15
15
libcurl 7.10.5 以降が必要です。
16
16
PHP 7.3.0 以降では、7.15.5 以降が必要です。
17
17
PHP 8.0.0 以降では、7.29.0 以降が必要です。
18
+ PHP 8.4.0 以降では、7.61.0 以降が必要です。
18
19
</para >
19
20
</section >
20
21
<!-- }}} -->
You can’t perform that action at this time.
0 commit comments