reference/curl/constants.xml
47d4ae82e672d351876013db4174bd0bb593c9d2
...
...
@@ -16,7 +16,7 @@
16
16
</term>
17
17
<listitem>
18
18
<simpara>
19
-
Available since PHP 5.1.0
19
+

20
20
</simpara>
21
21
</listitem>
22
22
</varlistentry>
...
...
@@ -27,168 +27,62 @@
27
27
</term>
28
28
<listitem>
29
29
<simpara>
30
-
Available since PHP 5.1.0
30
+

31
31
</simpara>
32
32
</listitem>
33
33
</varlistentry>
34
-
<varlistentry xml:id="constant.curlopt-dns-use-global-cache">
34
+
<varlistentry xml:id="constant.curlopt-doh-url">
35
35
<term>
36
-
<constant>CURLOPT_DNS_USE_GLOBAL_CACHE</constant>
36
+
<constant>CURLOPT_DOH_URL</constant>
37
37
(<type>int</type>)
38
38
</term>
39
39
<listitem>
40
40
<simpara>
41
-
41
+
Provides the DNS-over-HTTPS URL.
42
+
Available as of PHP 8.1.0 and cURL 7.62.0.
42
43
</simpara>
43
44
</listitem>
44
45
</varlistentry>
45
-
<varlistentry xml:id="constant.curlopt-dns-cache-timeout">
46
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifyhost">
46
47
<term>
47
-
<constant>CURLOPT_DNS_CACHE_TIMEOUT</constant>
48
+
<constant>CURLOPT_DOH_SSL_VERIFYHOST</constant>
48
49
(<type>int</type>)
49
50
</term>
50
51
<listitem>
51
52
<simpara>
52
-
53
+
Verify the DNS-over-HTTPS server's SSL certificate name fields against the host name.
54
+
Available as of PHP 8.2.0 and cURL 7.76.0.
53
55
</simpara>
54
56
</listitem>
55
57
</varlistentry>
56
-
<varlistentry xml:id="constant.curlopt-ftp-ssl">
57
-
<term>
58
-
<constant>CURLOPT_FTP_SSL</constant>
59
-
(<type>int</type>)
60
-
</term>
61
-
<listitem>
62
-
<simpara>
63
-
Available since PHP 5.2.0
64
-
</simpara>
65
-
</listitem>
66
-
</varlistentry>
67
-
<varlistentry xml:id="constant.curlftp-create-dir">
68
-
<term>
69
-
<constant>CURLFTP_CREATE_DIR</constant>
70
-
(<type>int</type>)
71
-
</term>
72
-
<listitem>
73
-
<simpara>
74
-
Available since PHP 7.0.7 and cURL 7.19.3
75
-
</simpara>
76
-
</listitem>
77
-
</varlistentry>
78
-
<varlistentry xml:id="constant.curlftp-create-dir-none">
79
-
<term>
80
-
<constant>CURLFTP_CREATE_DIR_NONE</constant>
81
-
(<type>int</type>)
82
-
</term>
83
-
<listitem>
84
-
<simpara>
85
-
Available since PHP 7.0.7 and cURL 7.19.3
86
-
</simpara>
87
-
</listitem>
88
-
</varlistentry>
89
-
<varlistentry xml:id="constant.curlftp-create-dir-retry">
90
-
<term>
91
-
<constant>CURLFTP_CREATE_DIR_RETRY</constant>
92
-
(<type>int</type>)
93
-
</term>
94
-
<listitem>
95
-
<simpara>
96
-
Available since PHP 7.0.7 and cURL 7.19.3
97
-
</simpara>
98
-
</listitem>
99
-
</varlistentry>
100
-
<varlistentry xml:id="constant.curlftpssl-try">
101
-
<term>
102
-
<constant>CURLFTPSSL_TRY</constant>
103
-
(<type>int</type>)
104
-
</term>
105
-
<listitem>
106
-
<simpara>
107
-
Available since PHP 5.2.0
108
-
</simpara>
109
-
</listitem>
110
-
</varlistentry>
111
-
<varlistentry xml:id="constant.curlftpssl-all">
112
-
<term>
113
-
<constant>CURLFTPSSL_ALL</constant>
114
-
(<type>int</type>)
115
-
</term>
116
-
<listitem>
117
-
<simpara>
118
-
Available since PHP 5.2.0
119
-
</simpara>
120
-
</listitem>
121
-
</varlistentry>
122
-
<varlistentry xml:id="constant.curlftpssl-control">
123
-
<term>
124
-
<constant>CURLFTPSSL_CONTROL</constant>
125
-
(<type>int</type>)
126
-
</term>
127
-
<listitem>
128
-
<simpara>
129
-
Available since PHP 5.2.0
130
-
</simpara>
131
-
</listitem>
132
-
</varlistentry>
133
-
<varlistentry xml:id="constant.curlftpssl-none">
134
-
<term>
135
-
<constant>CURLFTPSSL_NONE</constant>
136
-
(<type>int</type>)
137
-
</term>
138
-
<listitem>
139
-
<simpara>
140
-
Available since PHP 5.2.0
141
-
</simpara>
142
-
</listitem>
143
-
</varlistentry>
144
-
<varlistentry xml:id="constant.curlopt-private">
145
-
<term>
146
-
<constant>CURLOPT_PRIVATE</constant>
147
-
(<type>int</type>)
148
-
</term>
149
-
<listitem>
150
-
<simpara>
151
-
Available since PHP 5.2.4
152
-
</simpara>
153
-
</listitem>
154
-
</varlistentry>
155
-
<varlistentry xml:id="constant.curlopt-ftpsslauth">
156
-
<term>
157
-
<constant>CURLOPT_FTPSSLAUTH</constant>
158
-
(<type>int</type>)
159
-
</term>
160
-
<listitem>
161
-
<simpara>
162
-
Available since PHP 5.1.0
163
-
</simpara>
164
-
</listitem>
165
-
</varlistentry>
166
-
<varlistentry xml:id="constant.curlopt-port">
58
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifypeer">
167
59
<term>
168
-
<constant>CURLOPT_PORT</constant>
60
+
<constant>CURLOPT_DOH_SSL_VERIFYPEER</constant>
169
61
(<type>int</type>)
170
62
</term>
171
63
<listitem>
172
64
<simpara>
173
-
65
+
Verify the authenticity of the DNS-over-HTTPS server's SSL certificate.
66
+
Available as of PHP 8.2.0 and cURL 7.76.0.
174
67
</simpara>
175
68
</listitem>
176
69
</varlistentry>
177
-
<varlistentry xml:id="constant.curlopt-file">
70
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifystatus">
178
71
<term>
179
-
<constant>CURLOPT_FILE</constant>
72
+
<constant>CURLOPT_DOH_SSL_VERIFYSTATUS</constant>
180
73
(<type>int</type>)
181
74
</term>
182
75
<listitem>
183
76
<simpara>
184
-
77
+
Tell cURL to verify the status of the DNS-over-HTTPS server certificate
78
+
using the "Certificate Status Request" TLS extension (OCSP stapling).
79
+
Available as of PHP 8.2.0 and cURL 7.76.0.
185
80
</simpara>
186
81
</listitem>
187
82
</varlistentry>
188
-
<!-- intentionally leave out, currently does nothing
189
-
<varlistentry xml:id="constant.curlopt-readdata">
83
+
<varlistentry xml:id="constant.curlopt-dns-use-global-cache">
190
84
<term>
191
-
<constant>CURLOPT_READDATA</constant>
85
+
<constant>CURLOPT_DNS_USE_GLOBAL_CACHE</constant>
192
86
(<type>int</type>)
193
87
</term>
194
88
<listitem>
...
...
@@ -197,10 +91,9 @@
197
91
</simpara>
198
92
</listitem>
199
93
</varlistentry>
200
-
-->
201
-
<varlistentry xml:id="constant.curlopt-infile">
94
+
<varlistentry xml:id="constant.curlopt-dns-cache-timeout">
202
95
<term>
203
-
<constant>CURLOPT_INFILE</constant>
96
+
<constant>CURLOPT_DNS_CACHE_TIMEOUT</constant>
204
97
(<type>int</type>)
205
98
</term>
206
99
<listitem>
...
...
@@ -209,9 +102,9 @@
209
102
</simpara>
210
103
</listitem>
211
104
</varlistentry>
212
-
<varlistentry xml:id="constant.curlopt-infilesize">
105
+
<varlistentry xml:id="constant.curlopt-ftp-ssl">
213
106
<term>
214
-
<constant>CURLOPT_INFILESIZE</constant>
107
+
<constant>CURLOPT_FTP_SSL</constant>
215
108
(<type>int</type>)
216
109
</term>
217
110
<listitem>
...
...
@@ -220,42 +113,42 @@
220
113
</simpara>
221
114
</listitem>
222
115
</varlistentry>
223
-
<varlistentry xml:id="constant.curlopt-url">
116
+
<varlistentry xml:id="constant.curlftp-create-dir">
224
117
<term>
225
-
<constant>CURLOPT_URL</constant>
118
+
<constant>CURLFTP_CREATE_DIR</constant>
226
119
(<type>int</type>)
227
120
</term>
228
121
<listitem>
229
122
<simpara>
230
-
123
+
Available since PHP 7.0.7 and cURL 7.19.3
231
124
</simpara>
232
125
</listitem>
233
126
</varlistentry>
234
-
<varlistentry xml:id="constant.curlopt-proxy">
127
+
<varlistentry xml:id="constant.curlftp-create-dir-none">
235
128
<term>
236
-
<constant>CURLOPT_PROXY</constant>
129
+
<constant>CURLFTP_CREATE_DIR_NONE</constant>
237
130
(<type>int</type>)
238
131
</term>
239
132
<listitem>
240
133
<simpara>
241
-
134
+
Available since PHP 7.0.7 and cURL 7.19.3
242
135
</simpara>
243
136
</listitem>
244
137
</varlistentry>
245
-
<varlistentry xml:id="constant.curlopt-verbose">
138
+
<varlistentry xml:id="constant.curlftp-create-dir-retry">
246
139
<term>
247
-
<constant>CURLOPT_VERBOSE</constant>
140
+
<constant>CURLFTP_CREATE_DIR_RETRY</constant>
248
141
(<type>int</type>)
249
142
</term>
250
143
<listitem>
251
144
<simpara>
252
-
145
+
Available since PHP 7.0.7 and cURL 7.19.3
253
146
</simpara>
254
147
</listitem>
255
148
</varlistentry>
256
-
<varlistentry xml:id="constant.curlopt-header">
149
+
<varlistentry xml:id="constant.curlftpssl-try">
257
150
<term>
258
-
<constant>CURLOPT_HEADER</constant>
151
+
<constant>CURLFTPSSL_TRY</constant>
259
152
(<type>int</type>)
260
153
</term>
261
154
<listitem>
...
...
@@ -264,9 +157,9 @@
264
157
</simpara>
265
158
</listitem>
266
159
</varlistentry>
267
-
<varlistentry xml:id="constant.curlopt-httpheader">
160
+
<varlistentry xml:id="constant.curlftpssl-all">
268
161
<term>
269
-
<constant>CURLOPT_HTTPHEADER</constant>
162
+
<constant>CURLFTPSSL_ALL</constant>
270
163
(<type>int</type>)
271
164
</term>
272
165
<listitem>
...
...
@@ -275,9 +168,9 @@
275
168
</simpara>
276
169
</listitem>
277
170
</varlistentry>
278
-
<varlistentry xml:id="constant.curlopt-noprogress">
171
+
<varlistentry xml:id="constant.curlftpssl-control">
279
172
<term>
280
-
<constant>CURLOPT_NOPROGRESS</constant>
173
+
<constant>CURLFTPSSL_CONTROL</constant>
281
174
(<type>int</type>)
282
175
</term>
283
176
<listitem>
...
...
@@ -286,9 +179,9 @@
286
179
</simpara>
287
180
</listitem>
288
181
</varlistentry>
289
-
<varlistentry xml:id="constant.curlopt-nobody">
182
+
<varlistentry xml:id="constant.curlftpssl-none">
290
183
<term>
291
-
<constant>CURLOPT_NOBODY</constant>
184
+
<constant>CURLFTPSSL_NONE</constant>
292
185
(<type>int</type>)
293
186
</term>
294
187
<listitem>
...
...
@@ -297,20 +190,20 @@
297
190
</simpara>
298
191
</listitem>
299
192
</varlistentry>
300
-
<varlistentry xml:id="constant.curlopt-failonerror">
193
+
<varlistentry xml:id="constant.curlftpmethod-default">
301
194
<term>
302
-
<constant>CURLOPT_FAILONERROR</constant>
195
+
<constant>CURLFTPMETHOD_DEFAULT</constant>
303
196
(<type>int</type>)
304
197
</term>
305
198
<listitem>
306
199
<simpara>
307
-
200
+
Available as of PHP 8.2.0 and cURL 7.15.3.
308
201
</simpara>
309
202
</listitem>
310
203
</varlistentry>
311
-
<varlistentry xml:id="constant.curlopt-upload">
204
+
<varlistentry xml:id="constant.curlopt-private">
312
205
<term>
313
-
<constant>CURLOPT_UPLOAD</constant>
206
+
<constant>CURLOPT_PRIVATE</constant>
314
207
(<type>int</type>)
315
208
</term>
316
209
<listitem>
...
...
@@ -319,9 +212,9 @@
319
212
</simpara>
320
213
</listitem>
321
214
</varlistentry>
322
-
<varlistentry xml:id="constant.curlopt-post">
215
+
<varlistentry xml:id="constant.curlopt-ftpsslauth">
323
216
<term>
324
-
<constant>CURLOPT_POST</constant>
217
+
<constant>CURLOPT_FTPSSLAUTH</constant>
325
218
(<type>int</type>)
326
219
</term>
327
220
<listitem>
...
...
@@ -330,9 +223,9 @@
330
223
</simpara>
331
224
</listitem>
332
225
</varlistentry>
333
-
<varlistentry xml:id="constant.curlopt-ftplistonly">
226
+
<varlistentry xml:id="constant.curlopt-port">
334
227
<term>
335
-
<constant>CURLOPT_FTPLISTONLY</constant>
228
+
<constant>CURLOPT_PORT</constant>
336
229
(<type>int</type>)
337
230
</term>
338
231
<listitem>
...
...
@@ -341,9 +234,9 @@
341
234
</simpara>
342
235
</listitem>
343
236
</varlistentry>
344
-
<varlistentry xml:id="constant.curlopt-ftpappend">
237
+
<varlistentry xml:id="constant.curlopt-file">
345
238
<term>
346
-
<constant>CURLOPT_FTPAPPEND</constant>
239
+
<constant>CURLOPT_FILE</constant>
347
240
(<type>int</type>)
348
241
</term>
349
242
<listitem>
...
...
@@ -352,9 +245,10 @@
352
245
</simpara>
353
246
</listitem>
354
247
</varlistentry>
355
-
<varlistentry xml:id="constant.curlopt-ftp-create-missing-dirs">
248
+
<!-- intentionally leave out, currently does nothing
249
+
<varlistentry xml:id="constant.curlopt-readdata">
356
250
<term>
357
-
<constant>CURLOPT_FTP_CREATE_MISSING_DIRS</constant>
251
+
<constant>CURLOPT_READDATA</constant>
358
252
(<type>int</type>)
359
253
</term>
360
254
<listitem>
...
...
@@ -363,9 +257,10 @@
363
257
</simpara>
364
258
</listitem>
365
259
</varlistentry>
366
-
<varlistentry xml:id="constant.curlopt-netrc">
260
+
-->
261
+
<varlistentry xml:id="constant.curlopt-infile">
367
262
<term>
368
-
<constant>CURLOPT_NETRC</constant>
263
+
<constant>CURLOPT_INFILE</constant>
369
264
(<type>int</type>)
370
265
</term>
371
266
<listitem>
...
...
@@ -374,32 +269,32 @@
374
269
</simpara>
375
270
</listitem>
376
271
</varlistentry>
377
-
<varlistentry xml:id="constant.curlopt-followlocation">
272
+
<varlistentry xml:id="constant.curlopt-infilesize">
378
273
<term>
379
-
<constant>CURLOPT_FOLLOWLOCATION</constant>
274
+
<constant>CURLOPT_INFILESIZE</constant>
380
275
(<type>int</type>)
381
276
</term>
382
277
<listitem>
383
278
<simpara>
384
-
This constant is not available when <link linkend="ini.open-basedir">open_basedir</link>
385
-
is enabled.
279
+
386
280
</simpara>
387
281
</listitem>
388
282
</varlistentry>
389
-
<varlistentry xml:id="constant.curlopt-ftpascii">
283
+
<varlistentry xml:id="constant.curlopt-issuercert-blob">
390
284
<term>
391
-
<constant>CURLOPT_FTPASCII</constant>
285
+
<constant>CURLOPT_ISSUERCERT_BLOB</constant>
392
286
(<type>int</type>)
393
287
</term>
394
288
<listitem>
395
289
<simpara>
396
-
290
+
Issuer SSL certificate from memory blob.
291
+
Available as of PHP 8.1.0 and cURL 7.71.0.
397
292
</simpara>
398
293
</listitem>
399
294
</varlistentry>
400
-
<varlistentry xml:id="constant.curlopt-put">
295
+
<varlistentry xml:id="constant.curlopt-url">
401
296
<term>
402
-
<constant>CURLOPT_PUT</constant>
297
+
<constant>CURLOPT_URL</constant>
403
298
(<type>int</type>)
404
299
</term>
405
300
<listitem>
...
...
@@ -408,9 +303,9 @@
408
303
</simpara>
409
304
</listitem>
410
305
</varlistentry>
411
-
<varlistentry xml:id="constant.curlopt-mute">
306
+
<varlistentry xml:id="constant.curlopt-proxy">
412
307
<term>
413
-
<constant>CURLOPT_MUTE</constant>
308
+
<constant>CURLOPT_PROXY</constant>
414
309
(<type>int</type>)
415
310
</term>
416
311
<listitem>
...
...
@@ -419,53 +314,57 @@
419
314
</simpara>
420
315
</listitem>
421
316
</varlistentry>
422
-
<varlistentry xml:id="constant.curlopt-userpwd">
317
+
<varlistentry xml:id="constant.curlopt-proxy-issuercert">
423
318
<term>
424
-
<constant>CURLOPT_USERPWD</constant>
319
+
<constant>CURLOPT_PROXY_ISSUERCERT</constant>
425
320
(<type>int</type>)
426
321
</term>
427
322
<listitem>
428
323
<simpara>
429
-
324
+
Proxy issuer SSL certificate filename.
325
+
Available as of PHP 8.1.0 and cURL 7.71.0.
430
326
</simpara>
431
327
</listitem>
432
328
</varlistentry>
433
-
<varlistentry xml:id="constant.curlopt-proxyuserpwd">
329
+
<varlistentry xml:id="constant.curlopt-proxy-issuercert-blob">
434
330
<term>
435
-
<constant>CURLOPT_PROXYUSERPWD</constant>
331
+
<constant>CURLOPT_PROXY_ISSUERCERT_BLOB</constant>
436
332
(<type>int</type>)
437
333
</term>
438
334
<listitem>
439
335
<simpara>
440
-
336
+
Proxy issuer SSL certificate from memory blob.
337
+
Available as of PHP 8.1.0 and cURL 7.71.0.
441
338
</simpara>
442
339
</listitem>
443
340
</varlistentry>
444
-
<varlistentry xml:id="constant.curlopt-range">
341
+
<varlistentry xml:id="constant.curlopt-proxy-sslcert-blob">
445
342
<term>
446
-
<constant>CURLOPT_RANGE</constant>
343
+
<constant>CURLOPT_PROXY_SSLCERT_BLOB</constant>
447
344
(<type>int</type>)
448
345
</term>
449
346
<listitem>
450
347
<simpara>
451
-
348
+
SSL proxy client certificate from memory blob.
349
+
Available as of PHP 8.1.0 and cURL 7.71.0.
452
350
</simpara>
453
351
</listitem>
454
352
</varlistentry>
455
-
<varlistentry xml:id="constant.curlopt-timeout">
353
+
<varlistentry xml:id="constant.curlopt-proxy-sslkey-blob">
456
354
<term>
457
-
<constant>CURLOPT_TIMEOUT</constant>
355
+
<constant>CURLOPT_PROXY_SSLKEY_BLOB</constant>
458
356
(<type>int</type>)
459
357
</term>
460
358
<listitem>
461
359
<simpara>
462
-
360
+
Private key for proxy cert from memory blob.
361
+
Available as of PHP 8.1.0 and cURL 7.71.0.
463
362
</simpara>
464
363
</listitem>
465
364
</varlistentry>
466
-
<varlistentry xml:id="constant.curlopt-timeout-ms">
365
+
<varlistentry xml:id="constant.curlopt-verbose">
467
366
<term>
468
-
<constant>CURLOPT_TIMEOUT_MS</constant>
367
+
<constant>CURLOPT_VERBOSE</constant>
469
368
(<type>int</type>)
470
369
</term>
471
370
<listitem>
...
...
@@ -474,75 +373,75 @@
474
373
</simpara>
475
374
</listitem>
476
375
</varlistentry>
477
-
<varlistentry xml:id="constant.curlopt-tcp-nodelay">
376
+
<varlistentry xml:id="constant.curlopt-altsvc">
478
377
<term>
479
-
<constant>CURLOPT_TCP_NODELAY</constant>
378
+
<constant>CURLOPT_ALTSVC</constant>
480
379
(<type>int</type>)
481
380
</term>
482
381
<listitem>
483
382
<simpara>
484
-
Available since PHP 5.2.1
383
+
Available as of PHP 8.2.0 and cURL 7.64.1.
485
384
</simpara>
486
385
</listitem>
487
386
</varlistentry>
488
-
<varlistentry xml:id="constant.curlopt-postfields">
387
+
<varlistentry xml:id="constant.curlopt-altsvc-ctrl">
489
388
<term>
490
-
<constant>CURLOPT_POSTFIELDS</constant>
389
+
<constant>CURLOPT_ALTSVC_CTRL</constant>
491
390
(<type>int</type>)
492
391
</term>
493
392
<listitem>
494
393
<simpara>
495
-
394
+
Available as of PHP 8.2.0 and cURL 7.64.1.
496
395
</simpara>
497
396
</listitem>
498
397
</varlistentry>
499
-
<varlistentry xml:id="constant.curlopt-progressfunction">
398
+
<varlistentry xml:id="constant.curlaltsvc-h1">
500
399
<term>
501
-
<constant>CURLOPT_PROGRESSFUNCTION</constant>
400
+
<constant>CURLALTSVC_H1</constant>
502
401
(<type>int</type>)
503
402
</term>
504
403
<listitem>
505
404
<simpara>
506
-
Available since PHP 5.3.0
405
+
Available as of PHP 8.2.0 and cURL 7.64.1.
507
406
</simpara>
508
407
</listitem>
509
408
</varlistentry>
510
-
<varlistentry xml:id="constant.curlopt-referer">
409
+
<varlistentry xml:id="constant.curlaltsvc-h2">
511
410
<term>
512
-
<constant>CURLOPT_REFERER</constant>
411
+
<constant>CURLALTSVC_H2</constant>
513
412
(<type>int</type>)
514
413
</term>
515
414
<listitem>
516
415
<simpara>
517
-
416
+
Available as of PHP 8.2.0 and cURL 7.64.1.
518
417
</simpara>
519
418
</listitem>
520
419
</varlistentry>
521
-
<varlistentry xml:id="constant.curlopt-useragent">
420
+
<varlistentry xml:id="constant.curlaltsvc-h3">
522
421
<term>
523
-
<constant>CURLOPT_USERAGENT</constant>
422
+
<constant>CURLALTSVC_H3</constant>
524
423
(<type>int</type>)
525
424
</term>
526
425
<listitem>
527
426
<simpara>
528
-
427
+
Available as of PHP 8.2.0 and cURL 7.64.1.
529
428
</simpara>
530
429
</listitem>
531
430
</varlistentry>
532
-
<varlistentry xml:id="constant.curlopt-ftpport">
431
+
<varlistentry xml:id="constant.curlaltsvc-readonlyfile">
533
432
<term>
534
-
<constant>CURLOPT_FTPPORT</constant>
433
+
<constant>CURLALTSVC_READONLYFILE</constant>
535
434
(<type>int</type>)
536
435
</term>
537
436
<listitem>
538
437
<simpara>
539
-
438
+
Available as of PHP 8.2.0 and cURL 7.64.1.
540
439
</simpara>
541
440
</listitem>
542
441
</varlistentry>
543
-
<varlistentry xml:id="constant.curlopt-ftp-use-epsv">
442
+
<varlistentry xml:id="constant.curlopt-header">
544
443
<term>
545
-
<constant>CURLOPT_FTP_USE_EPSV</constant>
444
+
<constant>CURLOPT_HEADER</constant>
546
445
(<type>int</type>)
547
446
</term>
548
447
<listitem>
...
...
@@ -551,9 +450,9 @@
551
450
</simpara>
552
451
</listitem>
553
452
</varlistentry>
554
-
<varlistentry xml:id="constant.curlopt-low-speed-limit">
453
+
<varlistentry xml:id="constant.curlopt-httpheader">
555
454
<term>
556
-
<constant>CURLOPT_LOW_SPEED_LIMIT</constant>
455
+
<constant>CURLOPT_HTTPHEADER</constant>
557
456
(<type>int</type>)
558
457
</term>
559
458
<listitem>
...
...
@@ -562,9 +461,9 @@
562
461
</simpara>
563
462
</listitem>
564
463
</varlistentry>
565
-
<varlistentry xml:id="constant.curlopt-low-speed-time">
464
+
<varlistentry xml:id="constant.curlopt-noprogress">
566
465
<term>
567
-
<constant>CURLOPT_LOW_SPEED_TIME</constant>
466
+
<constant>CURLOPT_NOPROGRESS</constant>
568
467
(<type>int</type>)
569
468
</term>
570
469
<listitem>
...
...
@@ -573,9 +472,9 @@
573
472
</simpara>
574
473
</listitem>
575
474
</varlistentry>
576
-
<varlistentry xml:id="constant.curlopt-resume-from">
475
+
<varlistentry xml:id="constant.curlopt-nobody">
577
476
<term>
578
-
<constant>CURLOPT_RESUME_FROM</constant>
477
+
<constant>CURLOPT_NOBODY</constant>
579
478
(<type>int</type>)
580
479
</term>
581
480
<listitem>
...
...
@@ -584,9 +483,9 @@
584
483
</simpara>
585
484
</listitem>
586
485
</varlistentry>
587
-
<varlistentry xml:id="constant.curlopt-cookie">
486
+
<varlistentry xml:id="constant.curlopt-failonerror">
588
487
<term>
589
-
<constant>CURLOPT_COOKIE</constant>
488
+
<constant>CURLOPT_FAILONERROR</constant>
590
489
(<type>int</type>)
591
490
</term>
592
491
<listitem>
...
...
@@ -595,31 +494,31 @@
595
494
</simpara>
596
495
</listitem>
597
496
</varlistentry>
598
-
<varlistentry xml:id="constant.curlopt-cookielist">
497
+
<varlistentry xml:id="constant.curlopt-upload">
599
498
<term>
600
-
<constant>CURLOPT_COOKIELIST</constant>
499
+
<constant>CURLOPT_UPLOAD</constant>
601
500
(<type>int</type>)
602
501
</term>
603
502
<listitem>
604
503
<simpara>
605
-
Available since PHP 5.5.0 and cURL 7.14.1
504
+
606
505
</simpara>
607
506
</listitem>
608
507
</varlistentry>
609
-
<varlistentry xml:id="constant.curlopt-sslcert">
508
+
<varlistentry xml:id="constant.curlopt-upload-buffersize">
610
509
<term>
611
-
<constant>CURLOPT_SSLCERT</constant>
510
+
<constant>CURLOPT_UPLOAD_BUFFERSIZE</constant>
612
511
(<type>int</type>)
613
512
</term>
614
513
<listitem>
615
514
<simpara>
616
-
515
+
Available as of PHP 8.2.0 and cURL 7.62.0
617
516
</simpara>
618
517
</listitem>
619
518
</varlistentry>
620
-
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
519
+
<varlistentry xml:id="constant.curlopt-post">
621
520
<term>
622
-
<constant>CURLOPT_SSLCERTPASSWD</constant>
521
+
<constant>CURLOPT_POST</constant>
623
522
(<type>int</type>)
624
523
</term>
625
524
<listitem>
...
...
@@ -628,9 +527,9 @@
628
527
</simpara>
629
528
</listitem>
630
529
</varlistentry>
631
-
<varlistentry xml:id="constant.curlopt-writeheader">
530
+
<varlistentry xml:id="constant.curlopt-ftplistonly">
632
531
<term>
633
-
<constant>CURLOPT_WRITEHEADER</constant>
532
+
<constant>CURLOPT_FTPLISTONLY</constant>
634
533
(<type>int</type>)
635
534
</term>
636
535
<listitem>
...
...
@@ -639,9 +538,9 @@
639
538
</simpara>
640
539
</listitem>
641
540
</varlistentry>
642
-
<varlistentry xml:id="constant.curlopt-ssl-verifyhost">
541
+
<varlistentry xml:id="constant.curlopt-ftpappend">
643
542
<term>
644
-
<constant>CURLOPT_SSL_VERIFYHOST</constant>
543
+
<constant>CURLOPT_FTPAPPEND</constant>
645
544
(<type>int</type>)
646
545
</term>
647
546
<listitem>
...
...
@@ -650,9 +549,9 @@
650
549
</simpara>
651
550
</listitem>
652
551
</varlistentry>
653
-
<varlistentry xml:id="constant.curlopt-cookiefile">
552
+
<varlistentry xml:id="constant.curlopt-ftp-create-missing-dirs">
654
553
<term>
655
-
<constant>CURLOPT_COOKIEFILE</constant>
554
+
<constant>CURLOPT_FTP_CREATE_MISSING_DIRS</constant>
656
555
(<type>int</type>)
657
556
</term>
658
557
<listitem>
...
...
@@ -661,9 +560,9 @@
661
560
</simpara>
662
561
</listitem>
663
562
</varlistentry>
664
-
<varlistentry xml:id="constant.curlopt-sslversion">
563
+
<varlistentry xml:id="constant.curlopt-netrc">
665
564
<term>
666
-
<constant>CURLOPT_SSLVERSION</constant>
565
+
<constant>CURLOPT_NETRC</constant>
667
566
(<type>int</type>)
668
567
</term>
669
568
<listitem>
...
...
@@ -672,20 +571,21 @@
672
571
</simpara>
673
572
</listitem>
674
573
</varlistentry>
675
-
<varlistentry xml:id="constant.curlopt-sslversion-default">
574
+
<varlistentry xml:id="constant.curlopt-followlocation">
676
575
<term>
677
-
<constant>CURL_SSLVERSION_DEFAULT</constant>
576
+
<constant>CURLOPT_FOLLOWLOCATION</constant>
678
577
(<type>int</type>)
679
578
</term>
680
579
<listitem>
681
580
<simpara>
682
-
581
+
This constant is not available when <link linkend="ini.open-basedir">open_basedir</link>
582
+
is enabled.
683
583
</simpara>
684
584
</listitem>
685
585
</varlistentry>
686
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1">
586
+
<varlistentry xml:id="constant.curlopt-ftpascii">
687
587
<term>
688
-
<constant>CURL_SSLVERSION_TLSv1</constant>
588
+
<constant>CURLOPT_FTPASCII</constant>
689
589
(<type>int</type>)
690
590
</term>
691
591
<listitem>
...
...
@@ -694,9 +594,9 @@
694
594
</simpara>
695
595
</listitem>
696
596
</varlistentry>
697
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv2">
597
+
<varlistentry xml:id="constant.curlopt-put">
698
598
<term>
699
-
<constant>CURL_SSLVERSION_SSLv2</constant>
599
+
<constant>CURLOPT_PUT</constant>
700
600
(<type>int</type>)
701
601
</term>
702
602
<listitem>
...
...
@@ -705,53 +605,53 @@
705
605
</simpara>
706
606
</listitem>
707
607
</varlistentry>
708
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv3">
608
+
<varlistentry xml:id="constant.curlopt-mime-options">
709
609
<term>
710
-
<constant>CURL_SSLVERSION_SSLv3</constant>
610
+
<constant>CURLOPT_MIME_OPTIONS</constant>
711
611
(<type>int</type>)
712
612
</term>
713
613
<listitem>
714
614
<simpara>
715
-
615
+
Available as of PHP 8.3.0 and cURL 7.81.0
716
616
</simpara>
717
617
</listitem>
718
618
</varlistentry>
719
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-0">
619
+
<varlistentry xml:id="constant.curlopt-mute">
720
620
<term>
721
-
<constant>CURL_SSLVERSION_TLSv1_0</constant>
621
+
<constant>CURLOPT_MUTE</constant>
722
622
(<type>int</type>)
723
623
</term>
724
624
<listitem>
725
625
<simpara>
726
-
Available since PHP 5.5.19 and 5.6.3
626
+
Removed as of cURL 7.15.5; use <constant>CURLOPT_RETURNTRANSFER</constant> instead.
727
627
</simpara>
728
628
</listitem>
729
629
</varlistentry>
730
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-1">
630
+
<varlistentry xml:id="constant.curlopt-userpwd">
731
631
<term>
732
-
<constant>CURL_SSLVERSION_TLSv1_1</constant>
632
+
<constant>CURLOPT_USERPWD</constant>
733
633
(<type>int</type>)
734
634
</term>
735
635
<listitem>
736
636
<simpara>
737
-
Available since PHP 5.5.19 and 5.6.3
637
+
738
638
</simpara>
739
639
</listitem>
740
640
</varlistentry>
741
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-2">
641
+
<varlistentry xml:id="constant.curlopt-proxyuserpwd">
742
642
<term>
743
-
<constant>CURL_SSLVERSION_TLSv1_2</constant>
643
+
<constant>CURLOPT_PROXYUSERPWD</constant>
744
644
(<type>int</type>)
745
645
</term>
746
646
<listitem>
747
647
<simpara>
748
-
Available since PHP 5.5.19 and 5.6.3
648
+
749
649
</simpara>
750
650
</listitem>
751
651
</varlistentry>
752
-
<varlistentry xml:id="constant.curlopt-timecondition">
652
+
<varlistentry xml:id="constant.curlopt-range">
753
653
<term>
754
-
<constant>CURLOPT_TIMECONDITION</constant>
654
+
<constant>CURLOPT_RANGE</constant>
755
655
(<type>int</type>)
756
656
</term>
757
657
<listitem>
...
...
@@ -760,9 +660,9 @@
760
660
</simpara>
761
661
</listitem>
762
662
</varlistentry>
763
-
<varlistentry xml:id="constant.curlopt-timevalue">
663
+
<varlistentry xml:id="constant.curlopt-timeout">
764
664
<term>
765
-
<constant>CURLOPT_TIMEVALUE</constant>
665
+
<constant>CURLOPT_TIMEOUT</constant>
766
666
(<type>int</type>)
767
667
</term>
768
668
<listitem>
...
...
@@ -771,9 +671,9 @@
771
671
</simpara>
772
672
</listitem>
773
673
</varlistentry>
774
-
<varlistentry xml:id="constant.curlopt-customrequest">
674
+
<varlistentry xml:id="constant.curlopt-timeout-ms">
775
675
<term>
776
-
<constant>CURLOPT_CUSTOMREQUEST</constant>
676
+
<constant>CURLOPT_TIMEOUT_MS</constant>
777
677
(<type>int</type>)
778
678
</term>
779
679
<listitem>
...
...
@@ -782,9 +682,9 @@
782
682
</simpara>
783
683
</listitem>
784
684
</varlistentry>
785
-
<varlistentry xml:id="constant.curlopt-stderr">
685
+
<varlistentry xml:id="constant.curlopt-tcp-nodelay">
786
686
<term>
787
-
<constant>CURLOPT_STDERR</constant>
687
+
<constant>CURLOPT_TCP_NODELAY</constant>
788
688
(<type>int</type>)
789
689
</term>
790
690
<listitem>
...
...
@@ -793,9 +693,9 @@
793
693
</simpara>
794
694
</listitem>
795
695
</varlistentry>
796
-
<varlistentry xml:id="constant.curlopt-transfertext">
696
+
<varlistentry xml:id="constant.curlopt-postfields">
797
697
<term>
798
-
<constant>CURLOPT_TRANSFERTEXT</constant>
698
+
<constant>CURLOPT_POSTFIELDS</constant>
799
699
(<type>int</type>)
800
700
</term>
801
701
<listitem>
...
...
@@ -804,9 +704,9 @@
804
704
</simpara>
805
705
</listitem>
806
706
</varlistentry>
807
-
<varlistentry xml:id="constant.curlopt-returntransfer">
707
+
<varlistentry xml:id="constant.curlopt-progressfunction">
808
708
<term>
809
-
<constant>CURLOPT_RETURNTRANSFER</constant>
709
+
<constant>CURLOPT_PROGRESSFUNCTION</constant>
810
710
(<type>int</type>)
811
711
</term>
812
712
<listitem>
...
...
@@ -815,9 +715,9 @@
815
715
</simpara>
816
716
</listitem>
817
717
</varlistentry>
818
-
<varlistentry xml:id="constant.curlopt-quote">
718
+
<varlistentry xml:id="constant.curlopt-referer">
819
719
<term>
820
-
<constant>CURLOPT_QUOTE</constant>
720
+
<constant>CURLOPT_REFERER</constant>
821
721
(<type>int</type>)
822
722
</term>
823
723
<listitem>
...
...
@@ -826,9 +726,9 @@
826
726
</simpara>
827
727
</listitem>
828
728
</varlistentry>
829
-
<varlistentry xml:id="constant.curlopt-postquote">
729
+
<varlistentry xml:id="constant.curlopt-useragent">
830
730
<term>
831
-
<constant>CURLOPT_POSTQUOTE</constant>
731
+
<constant>CURLOPT_USERAGENT</constant>
832
732
(<type>int</type>)
833
733
</term>
834
734
<listitem>
...
...
@@ -837,9 +737,9 @@
837
737
</simpara>
838
738
</listitem>
839
739
</varlistentry>
840
-
<varlistentry xml:id="constant.curlopt-interface">
740
+
<varlistentry xml:id="constant.curlopt-ftpport">
841
741
<term>
842
-
<constant>CURLOPT_INTERFACE</constant>
742
+
<constant>CURLOPT_FTPPORT</constant>
843
743
(<type>int</type>)
844
744
</term>
845
745
<listitem>
...
...
@@ -848,9 +748,9 @@
848
748
</simpara>
849
749
</listitem>
850
750
</varlistentry>
851
-
<varlistentry xml:id="constant.curlopt-krb4level">
751
+
<varlistentry xml:id="constant.curlopt-ftp-use-epsv">
852
752
<term>
853
-
<constant>CURLOPT_KRB4LEVEL</constant>
753
+
<constant>CURLOPT_FTP_USE_EPSV</constant>
854
754
(<type>int</type>)
855
755
</term>
856
756
<listitem>
...
...
@@ -859,9 +759,9 @@
859
759
</simpara>
860
760
</listitem>
861
761
</varlistentry>
862
-
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
762
+
<varlistentry xml:id="constant.curlopt-low-speed-limit">
863
763
<term>
864
-
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
764
+
<constant>CURLOPT_LOW_SPEED_LIMIT</constant>
865
765
(<type>int</type>)
866
766
</term>
867
767
<listitem>
...
...
@@ -870,9 +770,9 @@
870
770
</simpara>
871
771
</listitem>
872
772
</varlistentry>
873
-
<varlistentry xml:id="constant.curlopt-filetime">
773
+
<varlistentry xml:id="constant.curlopt-low-speed-time">
874
774
<term>
875
-
<constant>CURLOPT_FILETIME</constant>
775
+
<constant>CURLOPT_LOW_SPEED_TIME</constant>
876
776
(<type>int</type>)
877
777
</term>
878
778
<listitem>
...
...
@@ -881,9 +781,9 @@
881
781
</simpara>
882
782
</listitem>
883
783
</varlistentry>
884
-
<varlistentry xml:id="constant.curlopt-writefunction">
784
+
<varlistentry xml:id="constant.curlopt-resume-from">
885
785
<term>
886
-
<constant>CURLOPT_WRITEFUNCTION</constant>
786
+
<constant>CURLOPT_RESUME_FROM</constant>
887
787
(<type>int</type>)
888
788
</term>
889
789
<listitem>
...
...
@@ -892,9 +792,9 @@
892
792
</simpara>
893
793
</listitem>
894
794
</varlistentry>
895
-
<varlistentry xml:id="constant.curlopt-readfunction">
795
+
<varlistentry xml:id="constant.curlopt-cookie">
896
796
<term>
897
-
<constant>CURLOPT_READFUNCTION</constant>
797
+
<constant>CURLOPT_COOKIE</constant>
898
798
(<type>int</type>)
899
799
</term>
900
800
<listitem>
...
...
@@ -903,20 +803,20 @@
903
803
</simpara>
904
804
</listitem>
905
805
</varlistentry>
906
-
<varlistentry xml:id="constant.curlopt-passwdfunction">
806
+
<varlistentry xml:id="constant.curlopt-cookielist">
907
807
<term>
908
-
<constant>CURLOPT_PASSWDFUNCTION</constant>
808
+
<constant>CURLOPT_COOKIELIST</constant>
909
809
(<type>int</type>)
910
810
</term>
911
811
<listitem>
912
812
<simpara>
913
-
813
+
Available since cURL 7.14.1
914
814
</simpara>
915
815
</listitem>
916
816
</varlistentry>
917
-
<varlistentry xml:id="constant.curlopt-headerfunction">
817
+
<varlistentry xml:id="constant.curlopt-sslcert">
918
818
<term>
919
-
<constant>CURLOPT_HEADERFUNCTION</constant>
819
+
<constant>CURLOPT_SSLCERT</constant>
920
820
(<type>int</type>)
921
821
</term>
922
822
<listitem>
...
...
@@ -925,20 +825,21 @@
925
825
</simpara>
926
826
</listitem>
927
827
</varlistentry>
928
-
<varlistentry xml:id="constant.curlopt-maxredirs">
828
+
<varlistentry xml:id="constant.curlopt-sslcert-blob">
929
829
<term>
930
-
<constant>CURLOPT_MAXREDIRS</constant>
830
+
<constant>CURLOPT_SSLCERT_BLOB</constant>
931
831
(<type>int</type>)
932
832
</term>
933
833
<listitem>
934
834
<simpara>
935
-
835
+
SSL client certificate from memory blob.
836
+
Available as of PHP 8.1.0 and cURL 7.71.0.
936
837
</simpara>
937
838
</listitem>
938
839
</varlistentry>
939
-
<varlistentry xml:id="constant.curlopt-maxconnects">
840
+
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
940
841
<term>
941
-
<constant>CURLOPT_MAXCONNECTS</constant>
842
+
<constant>CURLOPT_SSLCERTPASSWD</constant>
942
843
(<type>int</type>)
943
844
</term>
944
845
<listitem>
...
...
@@ -947,20 +848,21 @@
947
848
</simpara>
948
849
</listitem>
949
850
</varlistentry>
950
-
<varlistentry xml:id="constant.curlopt-closepolicy">
851
+
<varlistentry xml:id="constant.curlopt-sslkey-blob">
951
852
<term>
952
-
<constant>CURLOPT_CLOSEPOLICY</constant>
853
+
<constant>CURLOPT_SSLKEY_BLOB</constant>
953
854
(<type>int</type>)
954
855
</term>
955
856
<listitem>
956
857
<simpara>
957
-
Removed in PHP 5.6.0.
858
+
Private key for client cert from memory blob.
859
+
Available as of PHP 8.1.0 and cURL 7.71.0.
958
860
</simpara>
959
861
</listitem>
960
862
</varlistentry>
961
-
<varlistentry xml:id="constant.curlopt-fresh-connect">
863
+
<varlistentry xml:id="constant.curlopt-writeheader">
962
864
<term>
963
-
<constant>CURLOPT_FRESH_CONNECT</constant>
865
+
<constant>CURLOPT_WRITEHEADER</constant>
964
866
(<type>int</type>)
965
867
</term>
966
868
<listitem>
...
...
@@ -969,9 +871,20 @@
969
871
</simpara>
970
872
</listitem>
971
873
</varlistentry>
972
-
<varlistentry xml:id="constant.curlopt-forbid-reuse">
874
+
<varlistentry xml:id="constant.curlopt-ws-options">
973
875
<term>
974
-
<constant>CURLOPT_FORBID_REUSE</constant>
876
+
<constant>CURLOPT_WS_OPTIONS</constant>
877
+
(<type>int</type>)
878
+
</term>
879
+
<listitem>
880
+
<simpara>
881
+
Available as of PHP 8.3.0 and cURL 7.86.0
882
+
</simpara>
883
+
</listitem>
884
+
</varlistentry>
885
+
<varlistentry xml:id="constant.curlopt-ssl-verifyhost">
886
+
<term>
887
+
<constant>CURLOPT_SSL_VERIFYHOST</constant>
975
888
(<type>int</type>)
976
889
</term>
977
890
<listitem>
...
...
@@ -980,9 +893,9 @@
980
893
</simpara>
981
894
</listitem>
982
895
</varlistentry>
983
-
<varlistentry xml:id="constant.curlopt-random-file">
896
+
<varlistentry xml:id="constant.curlopt-cookiefile">
984
897
<term>
985
-
<constant>CURLOPT_RANDOM_FILE</constant>
898
+
<constant>CURLOPT_COOKIEFILE</constant>
986
899
(<type>int</type>)
987
900
</term>
988
901
<listitem>
...
...
@@ -991,9 +904,9 @@
991
904
</simpara>
992
905
</listitem>
993
906
</varlistentry>
994
-
<varlistentry xml:id="constant.curlopt-egdsocket">
907
+
<varlistentry xml:id="constant.curlopt-sslversion">
995
908
<term>
996
-
<constant>CURLOPT_EGDSOCKET</constant>
909
+
<constant>CURLOPT_SSLVERSION</constant>
997
910
(<type>int</type>)
998
911
</term>
999
912
<listitem>
...
...
@@ -1002,9 +915,9 @@
1002
915
</simpara>
1003
916
</listitem>
1004
917
</varlistentry>
1005
-
<varlistentry xml:id="constant.curlopt-connecttimeout">
918
+
<varlistentry xml:id="constant.curl-sslversion-default">
1006
919
<term>
1007
-
<constant>CURLOPT_CONNECTTIMEOUT</constant>
920
+
<constant>CURL_SSLVERSION_DEFAULT</constant>
1008
921
(<type>int</type>)
1009
922
</term>
1010
923
<listitem>
...
...
@@ -1013,9 +926,9 @@
1013
926
</simpara>
1014
927
</listitem>
1015
928
</varlistentry>
1016
-
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
929
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1">
1017
930
<term>
1018
-
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
931
+
<constant>CURL_SSLVERSION_TLSv1</constant>
1019
932
(<type>int</type>)
1020
933
</term>
1021
934
<listitem>
...
...
@@ -1024,9 +937,9 @@
1024
937
</simpara>
1025
938
</listitem>
1026
939
</varlistentry>
1027
-
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
940
+
<varlistentry xml:id="constant.curl-sslversion-sslv2">
1028
941
<term>
1029
-
<constant>CURLOPT_SSL_VERIFYPEER</constant>
942
+
<constant>CURL_SSLVERSION_SSLv2</constant>
1030
943
(<type>int</type>)
1031
944
</term>
1032
945
<listitem>
...
...
@@ -1035,9 +948,9 @@
1035
948
</simpara>
1036
949
</listitem>
1037
950
</varlistentry>
1038
-
<varlistentry xml:id="constant.curlopt-cainfo">
951
+
<varlistentry xml:id="constant.curl-sslversion-sslv3">
1039
952
<term>
1040
-
<constant>CURLOPT_CAINFO</constant>
953
+
<constant>CURL_SSLVERSION_SSLv3</constant>
1041
954
(<type>int</type>)
1042
955
</term>
1043
956
<listitem>
...
...
@@ -1046,9 +959,9 @@
1046
959
</simpara>
1047
960
</listitem>
1048
961
</varlistentry>
1049
-
<varlistentry xml:id="constant.curlopt-capath">
962
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-0">
1050
963
<term>
1051
-
<constant>CURLOPT_CAPATH</constant>
964
+
<constant>CURL_SSLVERSION_TLSv1_0</constant>
1052
965
(<type>int</type>)
1053
966
</term>
1054
967
<listitem>
...
...
@@ -1057,9 +970,9 @@
1057
970
</simpara>
1058
971
</listitem>
1059
972
</varlistentry>
1060
-
<varlistentry xml:id="constant.curlopt-cookiejar">
973
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-1">
1061
974
<term>
1062
-
<constant>CURLOPT_COOKIEJAR</constant>
975
+
<constant>CURL_SSLVERSION_TLSv1_1</constant>
1063
976
(<type>int</type>)
1064
977
</term>
1065
978
<listitem>
...
...
@@ -1068,9 +981,9 @@
1068
981
</simpara>
1069
982
</listitem>
1070
983
</varlistentry>
1071
-
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
984
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-2">
1072
985
<term>
1073
-
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
986
+
<constant>CURL_SSLVERSION_TLSv1_2</constant>
1074
987
(<type>int</type>)
1075
988
</term>
1076
989
<listitem>
...
...
@@ -1079,9 +992,9 @@
1079
992
</simpara>
1080
993
</listitem>
1081
994
</varlistentry>
1082
-
<varlistentry xml:id="constant.curlopt-binarytransfer">
995
+
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
1083
996
<term>
1084
-
<constant>CURLOPT_BINARYTRANSFER</constant>
997
+
<constant>CURL_SSLVERSION_TLSv1_3</constant>
1085
998
(<type>int</type>)
1086
999
</term>
1087
1000
<listitem>
...
...
@@ -1090,9 +1003,9 @@
1090
1003
</simpara>
1091
1004
</listitem>
1092
1005
</varlistentry>
1093
-
<varlistentry xml:id="constant.curlopt-nosignal">
1006
+
<varlistentry xml:id="constant.curlopt-timecondition">
1094
1007
<term>
1095
-
<constant>CURLOPT_NOSIGNAL</constant>
1008
+
<constant>CURLOPT_TIMECONDITION</constant>
1096
1009
(<type>int</type>)
1097
1010
</term>
1098
1011
<listitem>
...
...
@@ -1101,20 +1014,20 @@
1101
1014
</simpara>
1102
1015
</listitem>
1103
1016
</varlistentry>
1104
-
<varlistentry xml:id="constant.curlopt-proxytype">
1017
+
<varlistentry xml:id="constant.curlopt-timevalue">
1105
1018
<term>
1106
-
<constant>CURLOPT_PROXYTYPE</constant>
1019
+
<constant>CURLOPT_TIMEVALUE</constant>
1107
1020
(<type>int</type>)
1108
1021
</term>
1109
1022
<listitem>
1110
1023
<simpara>
1111
-
Available as of cURL 7.10.
1024
+
1112
1025
</simpara>
1113
1026
</listitem>
1114
1027
</varlistentry>
1115
-
<varlistentry xml:id="constant.curlopt-buffersize">
1028
+
<varlistentry xml:id="constant.curlopt-customrequest">
1116
1029
<term>
1117
-
<constant>CURLOPT_BUFFERSIZE</constant>
1030
+
<constant>CURLOPT_CUSTOMREQUEST</constant>
1118
1031
(<type>int</type>)
1119
1032
</term>
1120
1033
<listitem>
...
...
@@ -1123,9 +1036,9 @@
1123
1036
</simpara>
1124
1037
</listitem>
1125
1038
</varlistentry>
1126
-
<varlistentry xml:id="constant.curlopt-httpget">
1039
+
<varlistentry xml:id="constant.curlopt-stderr">
1127
1040
<term>
1128
-
<constant>CURLOPT_HTTPGET</constant>
1041
+
<constant>CURLOPT_STDERR</constant>
1129
1042
(<type>int</type>)
1130
1043
</term>
1131
1044
<listitem>
...
...
@@ -1134,9 +1047,9 @@
1134
1047
</simpara>
1135
1048
</listitem>
1136
1049
</varlistentry>
1137
-
<varlistentry xml:id="constant.curlopt-http-version">
1050
+
<varlistentry xml:id="constant.curlopt-transfertext">
1138
1051
<term>
1139
-
<constant>CURLOPT_HTTP_VERSION</constant>
1052
+
<constant>CURLOPT_TRANSFERTEXT</constant>
1140
1053
(<type>int</type>)
1141
1054
</term>
1142
1055
<listitem>
...
...
@@ -1145,9 +1058,9 @@
1145
1058
</simpara>
1146
1059
</listitem>
1147
1060
</varlistentry>
1148
-
<varlistentry xml:id="constant.curlopt-sslkey">
1061
+
<varlistentry xml:id="constant.curlopt-returntransfer">
1149
1062
<term>
1150
-
<constant>CURLOPT_SSLKEY</constant>
1063
+
<constant>CURLOPT_RETURNTRANSFER</constant>
1151
1064
(<type>int</type>)
1152
1065
</term>
1153
1066
<listitem>
...
...
@@ -1156,9 +1069,20 @@
1156
1069
</simpara>
1157
1070
</listitem>
1158
1071
</varlistentry>
1159
-
<varlistentry xml:id="constant.curlopt-sslkeytype">
1072
+
<varlistentry xml:id="constant.curlopt-quick-exit">
1160
1073
<term>
1161
-
<constant>CURLOPT_SSLKEYTYPE</constant>
1074
+
<constant>CURLOPT_QUICK_EXIT</constant>
1075
+
(<type>int</type>)
1076
+
</term>
1077
+
<listitem>
1078
+
<simpara>
1079
+
Available as of PHP 8.3.0 and cURL 7.87.0
1080
+
</simpara>
1081
+
</listitem>
1082
+
</varlistentry>
1083
+
<varlistentry xml:id="constant.curlopt-quote">
1084
+
<term>
1085
+
<constant>CURLOPT_QUOTE</constant>
1162
1086
(<type>int</type>)
1163
1087
</term>
1164
1088
<listitem>
...
...
@@ -1167,9 +1091,9 @@
1167
1091
</simpara>
1168
1092
</listitem>
1169
1093
</varlistentry>
1170
-
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
1094
+
<varlistentry xml:id="constant.curlopt-postquote">
1171
1095
<term>
1172
-
<constant>CURLOPT_SSLKEYPASSWD</constant>
1096
+
<constant>CURLOPT_POSTQUOTE</constant>
1173
1097
(<type>int</type>)
1174
1098
</term>
1175
1099
<listitem>
...
...
@@ -1178,9 +1102,9 @@
1178
1102
</simpara>
1179
1103
</listitem>
1180
1104
</varlistentry>
1181
-
<varlistentry xml:id="constant.curlopt-sslengine">
1105
+
<varlistentry xml:id="constant.curlopt-interface">
1182
1106
<term>
1183
-
<constant>CURLOPT_SSLENGINE</constant>
1107
+
<constant>CURLOPT_INTERFACE</constant>
1184
1108
(<type>int</type>)
1185
1109
</term>
1186
1110
<listitem>
...
...
@@ -1189,9 +1113,9 @@
1189
1113
</simpara>
1190
1114
</listitem>
1191
1115
</varlistentry>
1192
-
<varlistentry xml:id="constant.curlopt-sslengine-default">
1116
+
<varlistentry xml:id="constant.curlopt-krb4level">
1193
1117
<term>
1194
-
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
1118
+
<constant>CURLOPT_KRB4LEVEL</constant>
1195
1119
(<type>int</type>)
1196
1120
</term>
1197
1121
<listitem>
...
...
@@ -1200,9 +1124,9 @@
1200
1124
</simpara>
1201
1125
</listitem>
1202
1126
</varlistentry>
1203
-
<varlistentry xml:id="constant.curlopt-sslcerttype">
1127
+
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
1204
1128
<term>
1205
-
<constant>CURLOPT_SSLCERTTYPE</constant>
1129
+
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
1206
1130
(<type>int</type>)
1207
1131
</term>
1208
1132
<listitem>
...
...
@@ -1211,9 +1135,9 @@
1211
1135
</simpara>
1212
1136
</listitem>
1213
1137
</varlistentry>
1214
-
<varlistentry xml:id="constant.curlopt-crlf">
1138
+
<varlistentry xml:id="constant.curlopt-filetime">
1215
1139
<term>
1216
-
<constant>CURLOPT_CRLF</constant>
1140
+
<constant>CURLOPT_FILETIME</constant>
1217
1141
(<type>int</type>)
1218
1142
</term>
1219
1143
<listitem>
...
...
@@ -1222,9 +1146,9 @@
1222
1146
</simpara>
1223
1147
</listitem>
1224
1148
</varlistentry>
1225
-
<varlistentry xml:id="constant.curlopt-encoding">
1149
+
<varlistentry xml:id="constant.curlopt-writefunction">
1226
1150
<term>
1227
-
<constant>CURLOPT_ENCODING</constant>
1151
+
<constant>CURLOPT_WRITEFUNCTION</constant>
1228
1152
(<type>int</type>)
1229
1153
</term>
1230
1154
<listitem>
...
...
@@ -1233,9 +1157,9 @@
1233
1157
</simpara>
1234
1158
</listitem>
1235
1159
</varlistentry>
1236
-
<varlistentry xml:id="constant.curlopt-proxyport">
1160
+
<varlistentry xml:id="constant.curlopt-readfunction">
1237
1161
<term>
1238
-
<constant>CURLOPT_PROXYPORT</constant>
1162
+
<constant>CURLOPT_READFUNCTION</constant>
1239
1163
(<type>int</type>)
1240
1164
</term>
1241
1165
<listitem>
...
...
@@ -1244,9 +1168,20 @@
1244
1168
</simpara>
1245
1169
</listitem>
1246
1170
</varlistentry>
1247
-
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
1171
+
<varlistentry xml:id="constant.curlopt-passwdfunction">
1248
1172
<term>
1249
-
<constant>CURLOPT_UNRESTRICTED_AUTH</constant>
1173
+
<constant>CURLOPT_PASSWDFUNCTION</constant>
1174
+
(<type>int</type>)
1175
+
</term>
1176
+
<listitem>
1177
+
<simpara>
1178
+
Removed as of PHP 7.3.0.
1179
+
</simpara>
1180
+
</listitem>
1181
+
</varlistentry>
1182
+
<varlistentry xml:id="constant.curlopt-headerfunction">
1183
+
<term>
1184
+
<constant>CURLOPT_HEADERFUNCTION</constant>
1250
1185
(<type>int</type>)
1251
1186
</term>
1252
1187
<listitem>
...
...
@@ -1255,9 +1190,42 @@
1255
1190
</simpara>
1256
1191
</listitem>
1257
1192
</varlistentry>
1258
-
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
1193
+
<varlistentry xml:id="constant.curlopt-maxage-conn">
1259
1194
<term>
1260
-
<constant>CURLOPT_FTP_USE_EPRT</constant>
1195
+
<constant>CURLOPT_MAXAGE_CONN</constant>
1196
+
(<type>int</type>)
1197
+
</term>
1198
+
<listitem>
1199
+
<simpara>
1200
+
Available as of PHP 8.2.0 and cURL 7.65.0
1201
+
</simpara>
1202
+
</listitem>
1203
+
</varlistentry>
1204
+
<varlistentry xml:id="constant.curlopt-maxfilesize-large">
1205
+
<term>
1206
+
<constant>CURLOPT_MAXFILESIZE_LARGE</constant>
1207
+
(<type>int</type>)
1208
+
</term>
1209
+
<listitem>
1210
+
<simpara>
1211
+
Available as of PHP 8.2.0 and cURL 7.11.0
1212
+
</simpara>
1213
+
</listitem>
1214
+
</varlistentry>
1215
+
<varlistentry xml:id="constant.curlopt-maxlifetime-conn">
1216
+
<term>
1217
+
<constant>CURLOPT_MAXLIFETIME_CONN</constant>
1218
+
(<type>int</type>)
1219
+
</term>
1220
+
<listitem>
1221
+
<simpara>
1222
+
Available as of PHP 8.2.0 and cURL 7.80.0
1223
+
</simpara>
1224
+
</listitem>
1225
+
</varlistentry>
1226
+
<varlistentry xml:id="constant.curlopt-maxredirs">
1227
+
<term>
1228
+
<constant>CURLOPT_MAXREDIRS</constant>
1261
1229
(<type>int</type>)
1262
1230
</term>
1263
1231
<listitem>
...
...
@@ -1266,9 +1234,9 @@
1266
1234
</simpara>
1267
1235
</listitem>
1268
1236
</varlistentry>
1269
-
<varlistentry xml:id="constant.curlopt-http200aliases">
1237
+
<varlistentry xml:id="constant.curlopt-maxconnects">
1270
1238
<term>
1271
-
<constant>CURLOPT_HTTP200ALIASES</constant>
1239
+
<constant>CURLOPT_MAXCONNECTS</constant>
1272
1240
(<type>int</type>)
1273
1241
</term>
1274
1242
<listitem>
...
...
@@ -1277,9 +1245,9 @@
1277
1245
</simpara>
1278
1246
</listitem>
1279
1247
</varlistentry>
1280
-
<varlistentry xml:id="constant.curlopt-httpauth">
1248
+
<varlistentry xml:id="constant.curlopt-fresh-connect">
1281
1249
<term>
1282
-
<constant>CURLOPT_HTTPAUTH</constant>
1250
+
<constant>CURLOPT_FRESH_CONNECT</constant>
1283
1251
(<type>int</type>)
1284
1252
</term>
1285
1253
<listitem>
...
...
@@ -1288,9 +1256,9 @@
1288
1256
</simpara>
1289
1257
</listitem>
1290
1258
</varlistentry>
1291
-
<varlistentry xml:id="constant.curlauth-basic">
1259
+
<varlistentry xml:id="constant.curlopt-forbid-reuse">
1292
1260
<term>
1293
-
<constant>CURLAUTH_BASIC</constant>
1261
+
<constant>CURLOPT_FORBID_REUSE</constant>
1294
1262
(<type>int</type>)
1295
1263
</term>
1296
1264
<listitem>
...
...
@@ -1299,9 +1267,9 @@
1299
1267
</simpara>
1300
1268
</listitem>
1301
1269
</varlistentry>
1302
-
<varlistentry xml:id="constant.curlauth-digest">
1270
+
<varlistentry xml:id="constant.curlopt-random-file">
1303
1271
<term>
1304
-
<constant>CURLAUTH_DIGEST</constant>
1272
+
<constant>CURLOPT_RANDOM_FILE</constant>
1305
1273
(<type>int</type>)
1306
1274
</term>
1307
1275
<listitem>
...
...
@@ -1310,9 +1278,9 @@
1310
1278
</simpara>
1311
1279
</listitem>
1312
1280
</varlistentry>
1313
-
<varlistentry xml:id="constant.curlauth-gssnegotiate">
1281
+
<varlistentry xml:id="constant.curlopt-egdsocket">
1314
1282
<term>
1315
-
<constant>CURLAUTH_GSSNEGOTIATE</constant>
1283
+
<constant>CURLOPT_EGDSOCKET</constant>
1316
1284
(<type>int</type>)
1317
1285
</term>
1318
1286
<listitem>
...
...
@@ -1321,213 +1289,974 @@
1321
1289
</simpara>
1322
1290
</listitem>
1323
1291
</varlistentry>
1324
-
<varlistentry xml:id="constant.curlauth-negotiate">
1292
+
<varlistentry xml:id="constant.curlopt-connecttimeout">
1325
1293
<term>
1326
-
<constant>CURLAUTH_NEGOTIATE</constant>
1294
+
<constant>CURLOPT_CONNECTTIMEOUT</constant>
1327
1295
(<type>int</type>)
1328
1296
</term>
1329
1297
<listitem>
1330
1298
<simpara>
1331
-
Available since PHP 7.0.7 and cURL 7.38.0.
1332
1299
</simpara>
1333
1300
</listitem>
1334
1301
</varlistentry>
1335
-
<varlistentry xml:id="constant.curlauth-ntlm">
1302
+
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
1336
1303
<term>
1337
-
<constant>CURLAUTH_NTLM</constant>
1304
+
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
1338
1305
(<type>int</type>)
1339
1306
</term>
1340
1307
<listitem>
1341
1308
<simpara>
1342
-
1343
1309
</simpara>
1344
1310
</listitem>
1345
1311
</varlistentry>
1346
-
<varlistentry xml:id="constant.curlauth-ntlm-wb">
1312
+
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
1347
1313
<term>
1348
-
<constant>CURLAUTH_NTLM_WB</constant>
1314
+
<constant>CURLOPT_SSL_VERIFYPEER</constant>
1349
1315
(<type>int</type>)
1350
1316
</term>
1351
1317
<listitem>
1352
1318
<simpara>
1353
-
Available since PHP 7.0.7 and cURL 7.22.0
1354
1319
</simpara>
1355
1320
</listitem>
1356
1321
</varlistentry>
1357
-
<varlistentry xml:id="constant.curlauth-any">
1322
+
<varlistentry xml:id="constant.curlopt-ca-cache-timeout">
1358
1323
<term>
1359
-
<constant>CURLAUTH_ANY</constant>
1324
+
<constant>CURLOPT_CA_CACHE_TIMEOUT</constant>
1360
1325
(<type>int</type>)
1361
1326
</term>
1362
1327
<listitem>
1363
1328
<simpara>
1364
-
1329
+
Available as of PHP 8.3.0 and cURL 7.87.0
1365
1330
</simpara>
1366
1331
</listitem>
1367
1332
</varlistentry>
1368
-
<varlistentry xml:id="constant.curlauth-anysafe">
1333
+
<varlistentry xml:id="constant.curlopt-cainfo">
1369
1334
<term>
1370
-
<constant>CURLAUTH_ANYSAFE</constant>
1335
+
<constant>CURLOPT_CAINFO</constant>
1371
1336
(<type>int</type>)
1372
1337
</term>
1373
1338
<listitem>
1374
1339
<simpara>
1375
-
1376
1340
</simpara>
1377
1341
</listitem>
1378
1342
</varlistentry>
1379
-
<varlistentry xml:id="constant.curlopt-proxyauth">
1343
+
<varlistentry xml:id="constant.curlopt-cainfo-blob">
1380
1344
<term>
1381
-
<constant>CURLOPT_PROXYAUTH</constant>
1345
+
<constant>CURLOPT_CAINFO_BLOB</constant>
1382
1346
(<type>int</type>)
1383
1347
</term>
1384
1348
<listitem>
1385
1349
<simpara>
1386
-
1350
+
Available as of PHP 8.2.0 and cURL 7.77.0
1387
1351
</simpara>
1388
1352
</listitem>
1389
1353
</varlistentry>
1390
-
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
1354
+
<varlistentry xml:id="constant.curlopt-capath">
1391
1355
<term>
1392
-
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
1356
+
<constant>CURLOPT_CAPATH</constant>
1393
1357
(<type>int</type>)
1394
1358
</term>
1395
1359
<listitem>
1396
1360
<simpara>
1397
-
Available since PHP 5.4.0 and cURL 7.15.5
1398
1361
</simpara>
1399
1362
</listitem>
1400
1363
</varlistentry>
1401
-
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
1364
+
<varlistentry xml:id="constant.curlopt-cookiejar">
1402
1365
<term>
1403
-
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
1366
+
<constant>CURLOPT_COOKIEJAR</constant>
1404
1367
(<type>int</type>)
1405
1368
</term>
1406
1369
<listitem>
1407
1370
<simpara>
1408
-
Available since PHP 5.4.0 and cURL 7.15.5
1409
1371
</simpara>
1410
1372
</listitem>
1411
1373
</varlistentry>
1412
-
<varlistentry xml:id="constant.curlopt-headeropt">
1374
+
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
1413
1375
<term>
1414
-
<constant>CURLOPT_HEADEROPT</constant>
1376
+
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
1415
1377
(<type>int</type>)
1416
1378
</term>
1417
1379
<listitem>
1418
1380
<simpara>
1419
-
Available since PHP 7.0.7 and cURL 7.37.0
1420
1381
</simpara>
1421
1382
</listitem>
1422
1383
</varlistentry>
1423
-
<varlistentry xml:id="constant.curlopt-proxyheader">
1384
+
<varlistentry xml:id="constant.curlopt-ssl-ec-curves">
1424
1385
<term>
1425
-
<constant>CURLOPT_PROXYHEADER</constant>
1386
+
<constant>CURLOPT_SSL_EC_CURVES</constant>
1426
1387
(<type>int</type>)
1427
1388
</term>
1428
1389
<listitem>
1429
1390
<simpara>
1430
-
Available since PHP 7.0.7 and cURL 7.37.0
1391
+
Available as of PHP 8.2.0 and cURL 7.73.0
1431
1392
</simpara>
1432
1393
</listitem>
1433
1394
</varlistentry>
1434
-
<varlistentry xml:id="constant.curlclosepolicy-least-recently-used">
1395
+
<varlistentry xml:id="constant.curlopt-binarytransfer">
1435
1396
<term>
1436
-
<constant>CURLCLOSEPOLICY_LEAST_RECENTLY_USED</constant>
1397
+
<constant>CURLOPT_BINARYTRANSFER</constant>
1437
1398
(<type>int</type>)
1438
1399
</term>
1439
1400
<listitem>
1440
1401
<simpara>
1441
-
Removed in PHP 5.6.0.
1442
1402
</simpara>
1443
1403
</listitem>
1444
1404
</varlistentry>
1445
-
<varlistentry xml:id="constant.curlclosepolicy-least-traffic">
1405
+
<varlistentry xml:id="constant.curlopt-nosignal">
1446
1406
<term>
1447
-
<constant>CURLCLOSEPOLICY_LEAST_TRAFFIC</constant>
1407
+
<constant>CURLOPT_NOSIGNAL</constant>
1448
1408
(<type>int</type>)
1449
1409
</term>
1450
1410
<listitem>
1451
1411
<simpara>
1452
-
Removed in PHP 5.6.0.
1453
1412
</simpara>
1454
1413
</listitem>
1455
1414
</varlistentry>
1456
-
<varlistentry xml:id="constant.curlclosepolicy-slowest">
1415
+
<varlistentry xml:id="constant.curlopt-proxytype">
1457
1416
<term>
1458
-
<constant>CURLCLOSEPOLICY_SLOWEST</constant>
1417
+
<constant>CURLOPT_PROXYTYPE</constant>
1459
1418
(<type>int</type>)
1460
1419
</term>
1461
1420
<listitem>
1462
1421
<simpara>
1463
-
Removed in PHP 5.6.0.
1422
+
Available as of cURL 7.10.
1464
1423
</simpara>
1465
1424
</listitem>
1466
1425
</varlistentry>
1467
-
<varlistentry xml:id="constant.curlclosepolicy-callback">
1426
+
<varlistentry xml:id="constant.curlopt-buffersize">
1468
1427
<term>
1469
-
<constant>CURLCLOSEPOLICY_CALLBACK</constant>
1428
+
<constant>CURLOPT_BUFFERSIZE</constant>
1470
1429
(<type>int</type>)
1471
1430
</term>
1472
1431
<listitem>
1473
1432
<simpara>
1474
-
Removed in PHP 5.6.0.
1433
+

1475
1434
</simpara>
1476
1435
</listitem>
1477
1436
</varlistentry>
1478
-
<varlistentry xml:id="constant.curlclosepolicy-oldest">
1437
+
<varlistentry xml:id="constant.curlopt-httpget">
1479
1438
<term>
1480
-
<constant>CURLCLOSEPOLICY_OLDEST</constant>
1439
+
<constant>CURLOPT_HTTPGET</constant>
1481
1440
(<type>int</type>)
1482
1441
</term>
1483
1442
<listitem>
1484
1443
<simpara>
1485
-
Removed in PHP 5.6.0.
1486
1444
</simpara>
1487
1445
</listitem>
1488
1446
</varlistentry>
1489
-
<varlistentry xml:id="constant.curlinfo-private">
1447
+
<varlistentry xml:id="constant.curlopt-http-version">
1490
1448
<term>
1491
-
<constant>CURLINFO_PRIVATE</constant>
1449
+
<constant>CURLOPT_HTTP_VERSION</constant>
1492
1450
(<type>int</type>)
1493
1451
</term>
1494
1452
<listitem>
1495
1453
<simpara>
1496
-
Available since PHP 5.2.4
1497
1454
</simpara>
1498
1455
</listitem>
1499
1456
</varlistentry>
1500
-
<varlistentry xml:id="constant.curlinfo-effective-url">
1457
+
<varlistentry xml:id="constant.curlopt-hsts">
1501
1458
<term>
1502
-
<constant>CURLINFO_EFFECTIVE_URL</constant>
1459
+
<constant>CURLOPT_HSTS</constant>
1503
1460
(<type>int</type>)
1504
1461
</term>
1505
1462
<listitem>
1506
1463
<simpara>
1507
-
1464
+
Available as of PHP 8.2.0 and cURL 7.74.0
1508
1465
</simpara>
1509
1466
</listitem>
1510
1467
</varlistentry>
1511
-
<varlistentry xml:id="constant.curlinfo-http-code">
1468
+
<varlistentry xml:id="constant.curlopt-hsts-ctrl">
1512
1469
<term>
1513
-
<constant>CURLINFO_HTTP_CODE</constant>
1470
+
<constant>CURLOPT_HSTS_CTRL</constant>
1471
+
(<type>int</type>)
1472
+
</term>
1473
+
<listitem>
1474
+
<simpara>
1475
+
Available as of PHP 8.2.0 and cURL 7.74.0
1476
+
</simpara>
1477
+
</listitem>
1478
+
</varlistentry>
1479
+
<varlistentry xml:id="constant.curlhsts-enable">
1480
+
<term>
1481
+
<constant>CURLHSTS_ENABLE</constant>
1482
+
(<type>int</type>)
1483
+
</term>
1484
+
<listitem>
1485
+
<simpara>
1486
+
Available as of PHP 8.2.0 and cURL 7.74.0
1487
+
</simpara>
1488
+
</listitem>
1489
+
</varlistentry>
1490
+
<varlistentry xml:id="constant.curlhsts-readonlyfile">
1491
+
<term>
1492
+
<constant>CURLHSTS_READONLYFILE</constant>
1493
+
(<type>int</type>)
1494
+
</term>
1495
+
<listitem>
1496
+
<simpara>
1497
+
Available as of PHP 8.2.0 and cURL 7.74.0
1498
+
</simpara>
1499
+
</listitem>
1500
+
</varlistentry>
1501
+
<varlistentry xml:id="constant.curlopt-sslkey">
1502
+
<term>
1503
+
<constant>CURLOPT_SSLKEY</constant>
1504
+
(<type>int</type>)
1505
+
</term>
1506
+
<listitem>
1507
+
<simpara>
1508
+
</simpara>
1509
+
</listitem>
1510
+
</varlistentry>
1511
+
<varlistentry xml:id="constant.curlopt-sslkeytype">
1512
+
<term>
1513
+
<constant>CURLOPT_SSLKEYTYPE</constant>
1514
+
(<type>int</type>)
1515
+
</term>
1516
+
<listitem>
1517
+
<simpara>
1518
+
</simpara>
1519
+
</listitem>
1520
+
</varlistentry>
1521
+
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
1522
+
<term>
1523
+
<constant>CURLOPT_SSLKEYPASSWD</constant>
1524
+
(<type>int</type>)
1525
+
</term>
1526
+
<listitem>
1527
+
<simpara>
1528
+
</simpara>
1529
+
</listitem>
1530
+
</varlistentry>
1531
+
<varlistentry xml:id="constant.curlopt-sslengine">
1532
+
<term>
1533
+
<constant>CURLOPT_SSLENGINE</constant>
1534
+
(<type>int</type>)
1535
+
</term>
1536
+
<listitem>
1537
+
<simpara>
1538
+
</simpara>
1539
+
</listitem>
1540
+
</varlistentry>
1541
+
<varlistentry xml:id="constant.curlopt-sslengine-default">
1542
+
<term>
1543
+
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
1544
+
(<type>int</type>)
1545
+
</term>
1546
+
<listitem>
1547
+
<simpara>
1548
+
</simpara>
1549
+
</listitem>
1550
+
</varlistentry>
1551
+
<varlistentry xml:id="constant.curlopt-sslcerttype">
1552
+
<term>
1553
+
<constant>CURLOPT_SSLCERTTYPE</constant>
1554
+
(<type>int</type>)
1555
+
</term>
1556
+
<listitem>
1557
+
<simpara>
1558
+
</simpara>
1559
+
</listitem>
1560
+
</varlistentry>
1561
+
<varlistentry xml:id="constant.curlopt-crlf">
1562
+
<term>
1563
+
<constant>CURLOPT_CRLF</constant>
1564
+
(<type>int</type>)
1565
+
</term>
1566
+
<listitem>
1567
+
<simpara>
1568
+
</simpara>
1569
+
</listitem>
1570
+
</varlistentry>
1571
+
<varlistentry xml:id="constant.curlopt-encoding">
1572
+
<term>
1573
+
<constant>CURLOPT_ENCODING</constant>
1574
+
(<type>int</type>)
1575
+
</term>
1576
+
<listitem>
1577
+
<simpara>
1578
+
</simpara>
1579
+
</listitem>
1580
+
</varlistentry>
1581
+
<varlistentry xml:id="constant.curlopt-proxyport">
1582
+
<term>
1583
+
<constant>CURLOPT_PROXYPORT</constant>
1584
+
(<type>int</type>)
1585
+
</term>
1586
+
<listitem>
1587
+
<simpara>
1588
+
</simpara>
1589
+
</listitem>
1590
+
</varlistentry>
1591
+
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
1592
+
<term>
1593
+
<constant>CURLOPT_UNRESTRICTED_AUTH</constant>
1594
+
(<type>int</type>)
1595
+
</term>
1596
+
<listitem>
1597
+
<simpara>
1598
+
</simpara>
1599
+
</listitem>
1600
+
</varlistentry>
1601
+
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
1602
+
<term>
1603
+
<constant>CURLOPT_FTP_USE_EPRT</constant>
1604
+
(<type>int</type>)
1605
+
</term>
1606
+
<listitem>
1607
+
<simpara>
1608
+
</simpara>
1609
+
</listitem>
1610
+
</varlistentry>
1611
+
<varlistentry xml:id="constant.curlopt-http200aliases">
1612
+
<term>
1613
+
<constant>CURLOPT_HTTP200ALIASES</constant>
1614
+
(<type>int</type>)
1615
+
</term>
1616
+
<listitem>
1617
+
<simpara>
1618
+
</simpara>
1619
+
</listitem>
1620
+
</varlistentry>
1621
+
<varlistentry xml:id="constant.curlopt-httpauth">
1622
+
<term>
1623
+
<constant>CURLOPT_HTTPAUTH</constant>
1624
+
(<type>int</type>)
1625
+
</term>
1626
+
<listitem>
1627
+
<simpara>
1628
+
</simpara>
1629
+
</listitem>
1630
+
</varlistentry>
1631
+
<varlistentry xml:id="constant.curlopt-aws-sigv4">
1632
+
<term>
1633
+
<constant>CURLOPT_AWS_SIGV4</constant>
1634
+
(<type>int</type>)
1635
+
</term>
1636
+
<listitem>
1637
+
<simpara>
1638
+
Available as of PHP 8.2.0 and cURL 7.75.0
1639
+
</simpara>
1640
+
</listitem>
1641
+
</varlistentry>
1642
+
<varlistentry xml:id="constant.curlauth-basic">
1643
+
<term>
1644
+
<constant>CURLAUTH_BASIC</constant>
1645
+
(<type>int</type>)
1646
+
</term>
1647
+
<listitem>
1648
+
<simpara>
1649
+
</simpara>
1650
+
</listitem>
1651
+
</varlistentry>
1652
+
<varlistentry xml:id="constant.curlauth-digest">
1653
+
<term>
1654
+
<constant>CURLAUTH_DIGEST</constant>
1655
+
(<type>int</type>)
1656
+
</term>
1657
+
<listitem>
1658
+
<simpara>
1659
+
</simpara>
1660
+
</listitem>
1661
+
</varlistentry>
1662
+
<varlistentry xml:id="constant.curlauth-gssnegotiate">
1663
+
<term>
1664
+
<constant>CURLAUTH_GSSNEGOTIATE</constant>
1665
+
(<type>int</type>)
1666
+
</term>
1667
+
<listitem>
1668
+
<simpara>
1669
+
</simpara>
1670
+
</listitem>
1671
+
</varlistentry>
1672
+
<varlistentry xml:id="constant.curlauth-negotiate">
1673
+
<term>
1674
+
<constant>CURLAUTH_NEGOTIATE</constant>
1675
+
(<type>int</type>)
1676
+
</term>
1677
+
<listitem>
1678
+
<simpara>
1679
+
Available as of PHP 7.0.7 and cURL 7.38.0.
1680
+
</simpara>
1681
+
</listitem>
1682
+
</varlistentry>
1683
+
<varlistentry xml:id="constant.curlauth-ntlm">
1684
+
<term>
1685
+
<constant>CURLAUTH_NTLM</constant>
1686
+
(<type>int</type>)
1687
+
</term>
1688
+
<listitem>
1689
+
<simpara>
1690
+
</simpara>
1691
+
</listitem>
1692
+
</varlistentry>
1693
+
<varlistentry xml:id="constant.curlauth-ntlm-wb">
1694
+
<term>
1695
+
<constant>CURLAUTH_NTLM_WB</constant>
1696
+
(<type>int</type>)
1697
+
</term>
1698
+
<listitem>
1699
+
<simpara>
1700
+
Available as of PHP 7.0.7 and cURL 7.22.0
1701
+
</simpara>
1702
+
</listitem>
1703
+
</varlistentry>
1704
+
<varlistentry xml:id="constant.curlauth-any">
1705
+
<term>
1706
+
<constant>CURLAUTH_ANY</constant>
1707
+
(<type>int</type>)
1708
+
</term>
1709
+
<listitem>
1710
+
<simpara>
1711
+
</simpara>
1712
+
</listitem>
1713
+
</varlistentry>
1714
+
<varlistentry xml:id="constant.curlauth-anysafe">
1715
+
<term>
1716
+
<constant>CURLAUTH_ANYSAFE</constant>
1717
+
(<type>int</type>)
1718
+
</term>
1719
+
<listitem>
1720
+
<simpara>
1721
+
</simpara>
1722
+
</listitem>
1723
+
</varlistentry>
1724
+
<varlistentry xml:id="constant.curlauth-aws-sigv4">
1725
+
<term>
1726
+
<constant>CURLAUTH_AWS_SIGV4</constant>
1727
+
(<type>int</type>)
1728
+
</term>
1729
+
<listitem>
1730
+
<simpara>
1731
+
Available as of PHP 8.2.0 and cURL 7.75.0.
1732
+
</simpara>
1733
+
</listitem>
1734
+
</varlistentry>
1735
+
<varlistentry xml:id="constant.curlopt-proxyauth">
1736
+
<term>
1737
+
<constant>CURLOPT_PROXYAUTH</constant>
1738
+
(<type>int</type>)
1739
+
</term>
1740
+
<listitem>
1741
+
<simpara>
1742
+
</simpara>
1743
+
</listitem>
1744
+
</varlistentry>
1745
+
<varlistentry xml:id="constant.curlopt-mail-rcpt-alllowfails">
1746
+
<term>
1747
+
<constant>CURLOPT_MAIL_RCPT_ALLLOWFAILS</constant>
1748
+
(<type>int</type>)
1749
+
</term>
1750
+
<listitem>
1751
+
<simpara>
1752
+
Available as of PHP 8.2.0 and cURL 7.69.0
1753
+
</simpara>
1754
+
</listitem>
1755
+
</varlistentry>
1756
+
<varlistentry xml:id="constant.curlopt-upkeep-interval-ms">
1757
+
<term>
1758
+
<constant>CURLOPT_UPKEEP_INTERVAL_MS</constant>
1759
+
(<type>int</type>)
1760
+
</term>
1761
+
<listitem>
1762
+
<simpara>
1763
+
Available as of PHP 8.2.0 and cURL 7.62.0
1764
+
</simpara>
1765
+
</listitem>
1766
+
</varlistentry>
1767
+
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
1768
+
<term>
1769
+
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
1770
+
(<type>int</type>)
1771
+
</term>
1772
+
<listitem>
1773
+
<simpara>
1774
+
Available as of cURL 7.15.5
1775
+
</simpara>
1776
+
</listitem>
1777
+
</varlistentry>
1778
+
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
1779
+
<term>
1780
+
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
1781
+
(<type>int</type>)
1782
+
</term>
1783
+
<listitem>
1784
+
<simpara>
1785
+
Available as of cURL 7.15.5
1786
+
</simpara>
1787
+
</listitem>
1788
+
</varlistentry>
1789
+
<varlistentry xml:id="constant.curlopt-headeropt">
1790
+
<term>
1791
+
<constant>CURLOPT_HEADEROPT</constant>
1792
+
(<type>int</type>)
1793
+
</term>
1794
+
<listitem>
1795
+
<simpara>
1796
+
Available as of PHP 7.0.7 and cURL 7.37.0
1797
+
</simpara>
1798
+
</listitem>
1799
+
</varlistentry>
1800
+
<varlistentry xml:id="constant.curlopt-proxyheader">
1801
+
<term>
1802
+
<constant>CURLOPT_PROXYHEADER</constant>
1803
+
(<type>int</type>)
1804
+
</term>
1805
+
<listitem>
1806
+
<simpara>
1807
+
Available as of PHP 7.0.7 and cURL 7.37.0
1808
+
</simpara>
1809
+
</listitem>
1810
+
</varlistentry>
1811
+
<varlistentry xml:id="constant.curlinfo-private">
1812
+
<term>
1813
+
<constant>CURLINFO_PRIVATE</constant>
1814
+
(<type>int</type>)
1815
+
</term>
1816
+
<listitem>
1817
+
<simpara>
1818
+

1819
+
</simpara>
1820
+
</listitem>
1821
+
</varlistentry>
1822
+
<varlistentry xml:id="constant.curlinfo-effective-url">
1823
+
<term>
1824
+
<constant>CURLINFO_EFFECTIVE_URL</constant>
1825
+
(<type>int</type>)
1826
+
</term>
1827
+
<listitem>
1828
+
<simpara>
1829
+
1830
+
</simpara>
1831
+
</listitem>
1832
+
</varlistentry>
1833
+
<varlistentry xml:id="constant.curlinfo-http-code">
1834
+
<term>
1835
+
<constant>CURLINFO_HTTP_CODE</constant>
1836
+
(<type>int</type>)
1837
+
</term>
1838
+
<listitem>
1839
+
<simpara>
1840
+
As of cURL 7.10.8, this is a legacy alias of
1841
+
<constant>CURLINFO_RESPONSE_CODE</constant>
1842
+
</simpara>
1843
+
</listitem>
1844
+
</varlistentry>
1845
+
<varlistentry xml:id="constant.curlinfo-proxy-error">
1846
+
<term>
1847
+
<constant>CURLINFO_PROXY_ERROR</constant>
1848
+
(<type>int</type>)
1849
+
</term>
1850
+
<listitem>
1851
+
<simpara>
1852
+
Available as of PHP 8.2.0 and cURL 7.73.0
1853
+
</simpara>
1854
+
</listitem>
1855
+
</varlistentry>
1856
+
<varlistentry xml:id="constant.curlpx-bad-address-type">
1857
+
<term>
1858
+
<constant>CURLPX_BAD_ADDRESS_TYPE</constant>
1859
+
(<type>int</type>)
1860
+
</term>
1861
+
<listitem>
1862
+
<simpara>
1863
+
Available as of PHP 8.2.0 and cURL 7.73.0
1864
+
</simpara>
1865
+
</listitem>
1866
+
</varlistentry>
1867
+
<varlistentry xml:id="constant.curlpx-bad-version">
1868
+
<term>
1869
+
<constant>CURLPX_BAD_VERSION</constant>
1870
+
(<type>int</type>)
1871
+
</term>
1872
+
<listitem>
1873
+
<simpara>
1874
+
Available as of PHP 8.2.0 and cURL 7.73.0
1875
+
</simpara>
1876
+
</listitem>
1877
+
</varlistentry>
1878
+
<varlistentry xml:id="constant.curlpx-closed">
1879
+
<term>
1880
+
<constant>CURLPX_CLOSED</constant>
1881
+
(<type>int</type>)
1882
+
</term>
1883
+
<listitem>
1884
+
<simpara>
1885
+
Available as of PHP 8.2.0 and cURL 7.73.0
1886
+
</simpara>
1887
+
</listitem>
1888
+
</varlistentry>
1889
+
<varlistentry xml:id="constant.curlpx-gssapi">
1890
+
<term>
1891
+
<constant>CURLPX_GSSAPI</constant>
1892
+
(<type>int</type>)
1893
+
</term>
1894
+
<listitem>
1895
+
<simpara>
1896
+
Available as of PHP 8.2.0 and cURL 7.73.0
1897
+
</simpara>
1898
+
</listitem>
1899
+
</varlistentry>
1900
+
<varlistentry xml:id="constant.curlpx-gssapi-permsg">
1901
+
<term>
1902
+
<constant>CURLPX_GSSAPI_PERMSG</constant>
1903
+
(<type>int</type>)
1904
+
</term>
1905
+
<listitem>
1906
+
<simpara>
1907
+
Available as of PHP 8.2.0 and cURL 7.73.0
1908
+
</simpara>
1909
+
</listitem>
1910
+
</varlistentry>
1911
+
<varlistentry xml:id="constant.curlpx-gssapi-protection">
1912
+
<term>
1913
+
<constant>CURLPX_GSSAPI_PROTECTION</constant>
1914
+
(<type>int</type>)
1915
+
</term>
1916
+
<listitem>
1917
+
<simpara>
1918
+
Available as of PHP 8.2.0 and cURL 7.73.0
1919
+
</simpara>
1920
+
</listitem>
1921
+
</varlistentry>
1922
+
<varlistentry xml:id="constant.curlpx-identd-differ">
1923
+
<term>
1924
+
<constant>CURLPX_IDENTD_DIFFER</constant>
1925
+
(<type>int</type>)
1926
+
</term>
1927
+
<listitem>
1928
+
<simpara>
1929
+
Available as of PHP 8.2.0 and cURL 7.73.0
1930
+
</simpara>
1931
+
</listitem>
1932
+
</varlistentry>
1933
+
<varlistentry xml:id="constant.curlpx-identd">
1934
+
<term>
1935
+
<constant>CURLPX_IDENTD</constant>
1936
+
(<type>int</type>)
1937
+
</term>
1938
+
<listitem>
1939
+
<simpara>
1940
+
Available as of PHP 8.2.0 and cURL 7.73.0
1941
+
</simpara>
1942
+
</listitem>
1943
+
</varlistentry>
1944
+
<varlistentry xml:id="constant.curlpx-long-hostname">
1945
+
<term>
1946
+
<constant>CURLPX_LONG_HOSTNAME</constant>
1947
+
(<type>int</type>)
1948
+
</term>
1949
+
<listitem>
1950
+
<simpara>
1951
+
Available as of PHP 8.2.0 and cURL 7.73.0
1952
+
</simpara>
1953
+
</listitem>
1954
+
</varlistentry>
1955
+
<varlistentry xml:id="constant.curlpx-long-passwd">
1956
+
<term>
1957
+
<constant>CURLPX_LONG_PASSWD</constant>
1958
+
(<type>int</type>)
1959
+
</term>
1960
+
<listitem>
1961
+
<simpara>
1962
+
Available as of PHP 8.2.0 and cURL 7.73.0
1963
+
</simpara>
1964
+
</listitem>
1965
+
</varlistentry>
1966
+
<varlistentry xml:id="constant.curlpx-long-user">
1967
+
<term>
1968
+
<constant>CURLPX_LONG_USER</constant>
1969
+
(<type>int</type>)
1970
+
</term>
1971
+
<listitem>
1972
+
<simpara>
1973
+
Available as of PHP 8.2.0 and cURL 7.73.0
1974
+
</simpara>
1975
+
</listitem>
1976
+
</varlistentry>
1977
+
<varlistentry xml:id="constant.curlpx-no-auth">
1978
+
<term>
1979
+
<constant>CURLPX_NO_AUTH</constant>
1980
+
(<type>int</type>)
1981
+
</term>
1982
+
<listitem>
1983
+
<simpara>
1984
+
Available as of PHP 8.2.0 and cURL 7.73.0
1985
+
</simpara>
1986
+
</listitem>
1987
+
</varlistentry>
1988
+
<varlistentry xml:id="constant.curlpx-ok">
1989
+
<term>
1990
+
<constant>CURLPX_OK</constant>
1991
+
(<type>int</type>)
1992
+
</term>
1993
+
<listitem>
1994
+
<simpara>
1995
+
Available as of PHP 8.2.0 and cURL 7.73.0
1996
+
</simpara>
1997
+
</listitem>
1998
+
</varlistentry>
1999
+
<varlistentry xml:id="constant.curlpx-recv-address">
2000
+
<term>
2001
+
<constant>CURLPX_RECV_ADDRESS</constant>
2002
+
(<type>int</type>)
2003
+
</term>
2004
+
<listitem>
2005
+
<simpara>
2006
+
Available as of PHP 8.2.0 and cURL 7.73.0
2007
+
</simpara>
2008
+
</listitem>
2009
+
</varlistentry>
2010
+
<varlistentry xml:id="constant.curlpx-recv-auth">
2011
+
<term>
2012
+
<constant>CURLPX_RECV_AUTH</constant>
2013
+
(<type>int</type>)
2014
+
</term>
2015
+
<listitem>
2016
+
<simpara>
2017
+
Available as of PHP 8.2.0 and cURL 7.73.0
2018
+
</simpara>
2019
+
</listitem>
2020
+
</varlistentry>
2021
+
<varlistentry xml:id="constant.curlpx-recv-connect">
2022
+
<term>
2023
+
<constant>CURLPX_RECV_CONNECT</constant>
2024
+
(<type>int</type>)
2025
+
</term>
2026
+
<listitem>
2027
+
<simpara>
2028
+
Available as of PHP 8.2.0 and cURL 7.73.0
2029
+
</simpara>
2030
+
</listitem>
2031
+
</varlistentry>
2032
+
<varlistentry xml:id="constant.curlpx-recv-reqack">
2033
+
<term>
2034
+
<constant>CURLPX_RECV_REQACK</constant>
2035
+
(<type>int</type>)
2036
+
</term>
2037
+
<listitem>
2038
+
<simpara>
2039
+
Available as of PHP 8.2.0 and cURL 7.73.0
2040
+
</simpara>
2041
+
</listitem>
2042
+
</varlistentry>
2043
+
<varlistentry xml:id="constant.curlpx-reply-address-type-not-supported">
2044
+
<term>
2045
+
<constant>CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED</constant>
2046
+
(<type>int</type>)
2047
+
</term>
2048
+
<listitem>
2049
+
<simpara>
2050
+
Available as of PHP 8.2.0 and cURL 7.73.0
2051
+
</simpara>
2052
+
</listitem>
2053
+
</varlistentry>
2054
+
<varlistentry xml:id="constant.curlpx-reply-command-not-supported">
2055
+
<term>
2056
+
<constant>CURLPX_REPLY_COMMAND_NOT_SUPPORTED</constant>
2057
+
(<type>int</type>)
2058
+
</term>
2059
+
<listitem>
2060
+
<simpara>
2061
+
Available as of PHP 8.2.0 and cURL 7.73.0
2062
+
</simpara>
2063
+
</listitem>
2064
+
</varlistentry>
2065
+
<varlistentry xml:id="constant.curlpx-reply-connection-refused">
2066
+
<term>
2067
+
<constant>CURLPX_REPLY_CONNECTION_REFUSED</constant>
2068
+
(<type>int</type>)
2069
+
</term>
2070
+
<listitem>
2071
+
<simpara>
2072
+
Available as of PHP 8.2.0 and cURL 7.73.0
2073
+
</simpara>
2074
+
</listitem>
2075
+
</varlistentry>
2076
+
<varlistentry xml:id="constant.curlpx-reply-general-server-failure">
2077
+
<term>
2078
+
<constant>CURLPX_REPLY_GENERAL_SERVER_FAILURE</constant>
2079
+
(<type>int</type>)
2080
+
</term>
2081
+
<listitem>
2082
+
<simpara>
2083
+
Available as of PHP 8.2.0 and cURL 7.73.0
2084
+
</simpara>
2085
+
</listitem>
2086
+
</varlistentry>
2087
+
<varlistentry xml:id="constant.curlpx-reply-host-unreachable">
2088
+
<term>
2089
+
<constant>CURLPX_REPLY_HOST_UNREACHABLE</constant>
2090
+
(<type>int</type>)
2091
+
</term>
2092
+
<listitem>
2093
+
<simpara>
2094
+
Available as of PHP 8.2.0 and cURL 7.73.0
2095
+
</simpara>
2096
+
</listitem>
2097
+
</varlistentry>
2098
+
<varlistentry xml:id="constant.curlpx-reply-network-unreachable">
2099
+
<term>
2100
+
<constant>CURLPX_REPLY_NETWORK_UNREACHABLE</constant>
2101
+
(<type>int</type>)
2102
+
</term>
2103
+
<listitem>
2104
+
<simpara>
2105
+
Available as of PHP 8.2.0 and cURL 7.73.0
2106
+
</simpara>
2107
+
</listitem>
2108
+
</varlistentry>
2109
+
<varlistentry xml:id="constant.curlpx-reply-not-allowed">
2110
+
<term>
2111
+
<constant>CURLPX_REPLY_NOT_ALLOWED</constant>
2112
+
(<type>int</type>)
2113
+
</term>
2114
+
<listitem>
2115
+
<simpara>
2116
+
Available as of PHP 8.2.0 and cURL 7.73.0
2117
+
</simpara>
2118
+
</listitem>
2119
+
</varlistentry>
2120
+
<varlistentry xml:id="constant.curlpx-reply-ttl-expired">
2121
+
<term>
2122
+
<constant>CURLPX_REPLY_TTL_EXPIRED</constant>
2123
+
(<type>int</type>)
2124
+
</term>
2125
+
<listitem>
2126
+
<simpara>
2127
+
Available as of PHP 8.2.0 and cURL 7.73.0
2128
+
</simpara>
2129
+
</listitem>
2130
+
</varlistentry>
2131
+
<varlistentry xml:id="constant.curlpx-reply-unassigned">
2132
+
<term>
2133
+
<constant>CURLPX_REPLY_UNASSIGNED</constant>
2134
+
(<type>int</type>)
2135
+
</term>
2136
+
<listitem>
2137
+
<simpara>
2138
+
Available as of PHP 8.2.0 and cURL 7.73.0
2139
+
</simpara>
2140
+
</listitem>
2141
+
</varlistentry>
2142
+
<varlistentry xml:id="constant.curlpx-request-failed">
2143
+
<term>
2144
+
<constant>CURLPX_REQUEST_FAILED</constant>
2145
+
(<type>int</type>)
2146
+
</term>
2147
+
<listitem>
2148
+
<simpara>
2149
+
Available as of PHP 8.2.0 and cURL 7.73.0
2150
+
</simpara>
2151
+
</listitem>
2152
+
</varlistentry>
2153
+
<varlistentry xml:id="constant.curlpx-resolve-host">
2154
+
<term>
2155
+
<constant>CURLPX_RESOLVE_HOST</constant>
2156
+
(<type>int</type>)
2157
+
</term>
2158
+
<listitem>
2159
+
<simpara>
2160
+
Available as of PHP 8.2.0 and cURL 7.73.0
2161
+
</simpara>
2162
+
</listitem>
2163
+
</varlistentry>
2164
+
<varlistentry xml:id="constant.curlpx-send-auth">
2165
+
<term>
2166
+
<constant>CURLPX_SEND_AUTH</constant>
2167
+
(<type>int</type>)
2168
+
</term>
2169
+
<listitem>
2170
+
<simpara>
2171
+
Available as of PHP 8.2.0 and cURL 7.73.0
2172
+
</simpara>
2173
+
</listitem>
2174
+
</varlistentry>
2175
+
<varlistentry xml:id="constant.curlpx-send-connect">
2176
+
<term>
2177
+
<constant>CURLPX_SEND_CONNECT</constant>
2178
+
(<type>int</type>)
2179
+
</term>
2180
+
<listitem>
2181
+
<simpara>
2182
+
Available as of PHP 8.2.0 and cURL 7.73.0
2183
+
</simpara>
2184
+
</listitem>
2185
+
</varlistentry>
2186
+
<varlistentry xml:id="constant.curlpx-send-request">
2187
+
<term>
2188
+
<constant>CURLPX_SEND_REQUEST</constant>
2189
+
(<type>int</type>)
2190
+
</term>
2191
+
<listitem>
2192
+
<simpara>
2193
+
Available as of PHP 8.2.0 and cURL 7.73.0
2194
+
</simpara>
2195
+
</listitem>
2196
+
</varlistentry>
2197
+
<varlistentry xml:id="constant.curlpx-unknown-fail">
2198
+
<term>
2199
+
<constant>CURLPX_UNKNOWN_FAIL</constant>
2200
+
(<type>int</type>)
2201
+
</term>
2202
+
<listitem>
2203
+
<simpara>
2204
+
Available as of PHP 8.2.0 and cURL 7.73.0
2205
+
</simpara>
2206
+
</listitem>
2207
+
</varlistentry>
2208
+
<varlistentry xml:id="constant.curlpx-unknown-mode">
2209
+
<term>
2210
+
<constant>CURLPX_UNKNOWN_MODE</constant>
2211
+
(<type>int</type>)
2212
+
</term>
2213
+
<listitem>
2214
+
<simpara>
2215
+
Available as of PHP 8.2.0 and cURL 7.73.0
2216
+
</simpara>
2217
+
</listitem>
2218
+
</varlistentry>
2219
+
<varlistentry xml:id="constant.curlpx-user-rejected">
2220
+
<term>
2221
+
<constant>CURLPX_USER_REJECTED</constant>
2222
+
(<type>int</type>)
2223
+
</term>
2224
+
<listitem>
2225
+
<simpara>
2226
+
Available as of PHP 8.2.0 and cURL 7.73.0
2227
+
</simpara>
2228
+
</listitem>
2229
+
</varlistentry>
2230
+
<varlistentry xml:id="constant.curlinfo-referer">
2231
+
<term>
2232
+
<constant>CURLINFO_REFERER</constant>
2233
+
(<type>int</type>)
2234
+
</term>
2235
+
<listitem>
2236
+
<simpara>
2237
+
Available as of PHP 8.2.0 and cURL 7.76.0
2238
+
</simpara>
2239
+
</listitem>
2240
+
</varlistentry>
2241
+
<varlistentry xml:id="constant.curlinfo-response-code">
2242
+
<term>
2243
+
<constant>CURLINFO_RESPONSE_CODE</constant>
1514
2244
(<type>int</type>)
1515
2245
</term>
1516
2246
<listitem>
1517
2247
<simpara>
1518
-
As of PHP 5.5.0 and cURL 7.10.8, this is a legacy alias of
1519
-
<constant>CURLINFO_RESPONSE_CODE</constant>
2248
+
Available since cURL 7.10.8
1520
2249
</simpara>
1521
2250
</listitem>
1522
2251
</varlistentry>
1523
-
<varlistentry xml:id="constant.curlinfo-response-code">
2252
+
<varlistentry xml:id="constant.curlinfo-retry-after">
1524
2253
<term>
1525
-
<constant>CURLINFO_RESPONSE_CODE</constant>
2254
+
<constant>CURLINFO_RETRY_AFTER</constant>
1526
2255
(<type>int</type>)
1527
2256
</term>
1528
2257
<listitem>
1529
2258
<simpara>
1530
-
Available since PHP 5.5.0 and cURL 7.10.8
2259
+
Available as of PHP 8.2.0 and cURL 7.66.0
1531
2260
</simpara>
1532
2261
</listitem>
1533
2262
</varlistentry>
...
...
@@ -1538,7 +2267,7 @@
1538
2267
</term>
1539
2268
<listitem>
1540
2269
<simpara>
1541
-
Available since PHP 5.1.3
2270
+

1542
2271
</simpara>
1543
2272
</listitem>
1544
2273
</varlistentry>
...
...
@@ -1586,6 +2315,28 @@
1586
2315
</simpara>
1587
2316
</listitem>
1588
2317
</varlistentry>
2318
+
<varlistentry xml:id="constant.curlinfo-cainfo">
2319
+
<term>
2320
+
<constant>CURLINFO_CAINFO</constant>
2321
+
(<type>int</type>)
2322
+
</term>
2323
+
<listitem>
2324
+
<simpara>
2325
+
Available as of PHP 8.3.0 and cURL 7.84.0
2326
+
</simpara>
2327
+
</listitem>
2328
+
</varlistentry>
2329
+
<varlistentry xml:id="constant.curlinfo-capath">
2330
+
<term>
2331
+
<constant>CURLINFO_CAPATH</constant>
2332
+
(<type>int</type>)
2333
+
</term>
2334
+
<listitem>
2335
+
<simpara>
2336
+
Available as of PHP 8.3.0 and cURL 7.84.0
2337
+
</simpara>
2338
+
</listitem>
2339
+
</varlistentry>
1589
2340
<varlistentry xml:id="constant.curlinfo-connect-time">
1590
2341
<term>
1591
2342
<constant>CURLINFO_CONNECT_TIME</constant>
...
...
@@ -1743,22 +2494,22 @@
1743
2494
<varlistentry xml:id="constant.curlinfo-redirect-url">
1744
2495
<term>
1745
2496
<constant>CURLINFO_REDIRECT_URL</constant>
1746
-
(<type>string</type>)
2497
+
(<type>int</type>)
1747
2498
</term>
1748
2499
<listitem>
1749
2500
<simpara>
1750
-
Available since PHP 5.3.7
2501
+

1751
2502
</simpara>
1752
2503
</listitem>
1753
2504
</varlistentry>
1754
2505
<varlistentry xml:id="constant.curlinfo-primary-ip">
1755
2506
<term>
1756
2507
<constant>CURLINFO_PRIMARY_IP</constant>
1757
-
(<type>string</type>)
2508
+
(<type>int</type>)
1758
2509
</term>
1759
2510
<listitem>
1760
2511
<simpara>
1761
-
Available since PHP 5.4.7
2512
+

1762
2513
</simpara>
1763
2514
</listitem>
1764
2515
</varlistentry>
...
...
@@ -1769,18 +2520,18 @@
1769
2520
</term>
1770
2521
<listitem>
1771
2522
<simpara>
1772
-
Available since PHP 5.4.7
2523
+

1773
2524
</simpara>
1774
2525
</listitem>
1775
2526
</varlistentry>
1776
2527
<varlistentry xml:id="constant.curlinfo-local-ip">
1777
2528
<term>
1778
2529
<constant>CURLINFO_LOCAL_IP</constant>
1779
-
(<type>string</type>)
2530
+
(<type>int</type>)
1780
2531
</term>
1781
2532
<listitem>
1782
2533
<simpara>
1783
-
Available since PHP 5.4.7
2534
+

1784
2535
</simpara>
1785
2536
</listitem>
1786
2537
</varlistentry>
...
...
@@ -1791,7 +2542,7 @@
1791
2542
</term>
1792
2543
<listitem>
1793
2544
<simpara>
1794
-
Available since PHP 5.4.7
2545
+

1795
2546
</simpara>
1796
2547
</listitem>
1797
2548
</varlistentry>
...
...
@@ -1861,6 +2612,17 @@
1861
2612
</simpara>
1862
2613
</listitem>
1863
2614
</varlistentry>
2615
+
<varlistentry xml:id="constant.curl-timecond-none">
2616
+
<term>
2617
+
<constant>CURL_TIMECOND_NONE</constant>
2618
+
(<type>int</type>)
2619
+
</term>
2620
+
<listitem>
2621
+
<simpara>
2622
+

2623
+
</simpara>
2624
+
</listitem>
2625
+
</varlistentry>
1864
2626
<varlistentry xml:id="constant.curl-timecond-ifmodsince">
1865
2627
<term>
1866
2628
<constant>CURL_TIMECOND_IFMODSINCE</constant>
...
...
@@ -1912,6 +2674,7 @@
1912
2674
</term>
1913
2675
<listitem>
1914
2676
<simpara>
2677
+
Asynchronous DNS resolves.
1915
2678
Available since PHP 7.3.0 and cURL 7.10.7
1916
2679
</simpara>
1917
2680
</listitem>
...
...
@@ -1934,6 +2697,7 @@
1934
2697
</term>
1935
2698
<listitem>
1936
2699
<simpara>
2700
+
Character conversions supported.
1937
2701
Available since PHP 7.3.0 and cURL 7.15.4
1938
2702
</simpara>
1939
2703
</listitem>
...
...
@@ -1945,6 +2709,7 @@
1945
2709
</term>
1946
2710
<listitem>
1947
2711
<simpara>
2712
+
Debug memory tracking supported.
1948
2713
Available since PHP 7.3.6 and cURL 7.19.6
1949
2714
</simpara>
1950
2715
</listitem>
...
...
@@ -1956,10 +2721,22 @@
1956
2721
</term>
1957
2722
<listitem>
1958
2723
<simpara>
2724
+
Built with debug capabilities.
1959
2725
Available since PHP 7.3.0 and cURL 7.10.6
1960
2726
</simpara>
1961
2727
</listitem>
1962
2728
</varlistentry>
2729
+
<varlistentry xml:id="constant.curl-version-gsasl">
2730
+
<term>
2731
+
<constant>CURL_VERSION_GSASL</constant>
2732
+
(<type>int</type>)
2733
+
</term>
2734
+
<listitem>
2735
+
<simpara>
2736
+
Available as of PHP 8.2.0 and cURL 7.76.0
2737
+
</simpara>
2738
+
</listitem>
2739
+
</varlistentry>
1963
2740
<varlistentry xml:id="constant.curl-version-gssapi">
1964
2741
<term>
1965
2742
<constant>CURL_VERSION_GSSAPI</constant>
...
...
@@ -1967,6 +2744,7 @@
1967
2744
</term>
1968
2745
<listitem>
1969
2746
<simpara>
2747
+
Built against a GSS-API library.
1970
2748
Available since PHP 7.3.0 and cURL 7.38.0
1971
2749
</simpara>
1972
2750
</listitem>
...
...
@@ -1978,10 +2756,22 @@
1978
2756
</term>
1979
2757
<listitem>
1980
2758
<simpara>
2759
+
Negotiate auth is supported.
1981
2760
Available since PHP 7.3.0 and cURL 7.10.6 (deprecated since 7.38.0)
1982
2761
</simpara>
1983
2762
</listitem>
1984
2763
</varlistentry>
2764
+
<varlistentry xml:id="constant.curl-version-hsts">
2765
+
<term>
2766
+
<constant>CURL_VERSION_HSTS</constant>
2767
+
(<type>int</type>)
2768
+
</term>
2769
+
<listitem>
2770
+
<simpara>
2771
+
Available as of PHP 8.2.0 and cURL 7.74.0
2772
+
</simpara>
2773
+
</listitem>
2774
+
</varlistentry>
1985
2775
<varlistentry xml:id="constant.curl-version-idn">
1986
2776
<term>
1987
2777
<constant>CURL_VERSION_IDN</constant>
...
...
@@ -1989,6 +2779,7 @@
1989
2779
</term>
1990
2780
<listitem>
1991
2781
<simpara>
2782
+
Internationized Domain Names are supported.
1992
2783
Available since PHP 7.3.0 and cURL 7.12.0
1993
2784
</simpara>
1994
2785
</listitem>
...
...
@@ -2011,6 +2802,7 @@
2011
2802
</term>
2012
2803
<listitem>
2013
2804
<simpara>
2805
+
NTLM auth is supported.
2014
2806
Available since PHP 7.3.0 and cURL 7.10.6
2015
2807
</simpara>
2016
2808
</listitem>
...
...
@@ -2022,6 +2814,7 @@
2022
2814
</term>
2023
2815
<listitem>
2024
2816
<simpara>
2817
+
NTLM delegation to winbind helper is supported.
2025
2818
Available since PHP 7.3.0 and cURL 7.22.0
2026
2819
</simpara>
2027
2820
</listitem>
...
...
@@ -2033,7 +2826,7 @@
2033
2826
</term>
2034
2827
<listitem>
2035
2828
<simpara>
2036
-
2829
+
IPv6-enabled.
2037
2830
</simpara>
2038
2831
</listitem>
2039
2832
</varlistentry>
...
...
@@ -2044,7 +2837,7 @@
2044
2837
</term>
2045
2838
<listitem>
2046
2839
<simpara>
2047
-
2840
+
Kerberos V4 auth is supported.
2048
2841
</simpara>
2049
2842
</listitem>
2050
2843
</varlistentry>
...
...
@@ -2055,6 +2848,7 @@
2055
2848
</term>
2056
2849
<listitem>
2057
2850
<simpara>
2851
+
Kerberos V5 auth is supported.
2058
2852
Available since PHP 7.0.7 and cURL 7.40.0
2059
2853
</simpara>
2060
2854
</listitem>
...
...
@@ -2066,7 +2860,31 @@
2066
2860
</term>
2067
2861
<listitem>
2068
2862
<simpara>
2069
-
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
2863
+
HTTP2 support built-in.
2864
+
Available since cURL 7.33.0
2865
+
</simpara>
2866
+
</listitem>
2867
+
</varlistentry>
2868
+
<varlistentry xml:id="constant.curl-version-http3">
2869
+
<term>
2870
+
<constant>CURL_VERSION_HTTP3</constant>
2871
+
(<type>int</type>)
2872
+
</term>
2873
+
<listitem>
2874
+
<simpara>
2875
+
Available as of PHP 8.2.0 and cURL 7.66.0
2876
+
</simpara>
2877
+
</listitem>
2878
+
</varlistentry>
2879
+
<varlistentry xml:id="constant.curl-version-largefile">
2880
+
<term>
2881
+
<constant>CURL_VERSION_LARGEFILE</constant>
2882
+
(<type>int</type>)
2883
+
</term>
2884
+
<listitem>
2885
+
<simpara>
2886
+
Supports files larger than 2GB.
2887
+
Available since cURL 7.33.0
2070
2888
</simpara>
2071
2889
</listitem>
2072
2890
</varlistentry>
...
...
@@ -2077,6 +2895,7 @@
2077
2895
</term>
2078
2896
<listitem>
2079
2897
<simpara>
2898
+
Mozilla's Public Suffix List, used for cookie domain verification.
2080
2899
Available since PHP 7.3.6 and cURL 7.47.0
2081
2900
</simpara>
2082
2901
</listitem>
...
...
@@ -2088,6 +2907,7 @@
2088
2907
</term>
2089
2908
<listitem>
2090
2909
<simpara>
2910
+
SPNEGO auth is supported.
2091
2911
Available since PHP 7.3.0 and cURL 7.10.8
2092
2912
</simpara>
2093
2913
</listitem>
...
...
@@ -2099,6 +2919,7 @@
2099
2919
</term>
2100
2920
<listitem>
2101
2921
<simpara>
2922
+
Built against Windows SSPI.
2102
2923
Available since PHP 7.3.0 and cURL 7.13.2
2103
2924
</simpara>
2104
2925
</listitem>
...
...
@@ -2110,7 +2931,7 @@
2110
2931
</term>
2111
2932
<listitem>
2112
2933
<simpara>
2113
-
2934
+
SSL options are present.
2114
2935
</simpara>
2115
2936
</listitem>
2116
2937
</varlistentry>
...
...
@@ -2121,10 +2942,22 @@
2121
2942
</term>
2122
2943
<listitem>
2123
2944
<simpara>
2945
+
TLS-SRP auth is supported.
2124
2946
Available since PHP 7.3.0 and cURL 7.21.4
2125
2947
</simpara>
2126
2948
</listitem>
2127
2949
</varlistentry>
2950
+
<varlistentry xml:id="constant.curl-version-unicode">
2951
+
<term>
2952
+
<constant>CURL_VERSION_UNICODE</constant>
2953
+
(<type>int</type>)
2954
+
</term>
2955
+
<listitem>
2956
+
<simpara>
2957
+
Available as of PHP 8.2.0 and cURL 7.72.0
2958
+
</simpara>
2959
+
</listitem>
2960
+
</varlistentry>
2128
2961
<varlistentry xml:id="constant.curl-version-unix-sockets">
2129
2962
<term>
2130
2963
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
...
...
@@ -2132,10 +2965,22 @@
2132
2965
</term>
2133
2966
<listitem>
2134
2967
<simpara>
2968
+
Unix domain sockets support.
2135
2969
Available since PHP 7.0.7 and cURL 7.40.0
2136
2970
</simpara>
2137
2971
</listitem>
2138
2972
</varlistentry>
2973
+
<varlistentry xml:id="constant.curl-version-zstd">
2974
+
<term>
2975
+
<constant>CURL_VERSION_ZSTD</constant>
2976
+
(<type>int</type>)
2977
+
</term>
2978
+
<listitem>
2979
+
<simpara>
2980
+
Available as of PHP 8.2.0 and cURL 7.72.0
2981
+
</simpara>
2982
+
</listitem>
2983
+
</varlistentry>
2139
2984
<varlistentry xml:id="constant.curl-version-libz">
2140
2985
<term>
2141
2986
<constant>CURL_VERSION_LIBZ</constant>
...
...
@@ -2143,7 +2988,7 @@
2143
2988
</term>
2144
2989
<listitem>
2145
2990
<simpara>
2146
-
2991
+
libz features are present.
2147
2992
</simpara>
2148
2993
</listitem>
2149
2994
</varlistentry>
...
...
@@ -2367,6 +3212,17 @@
2367
3212
</simpara>
2368
3213
</listitem>
2369
3214
</varlistentry>
3215
+
<varlistentry xml:id="constant.curle-proxy">
3216
+
<term>
3217
+
<constant>CURLE_PROXY</constant>
3218
+
(<type>int</type>)
3219
+
</term>
3220
+
<listitem>
3221
+
<simpara>
3222
+
Available as of PHP 8.2.0 and cURL 7.73.0
3223
+
</simpara>
3224
+
</listitem>
3225
+
</varlistentry>
2370
3226
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
2371
3227
<term>
2372
3228
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
...
...
@@ -2880,7 +3736,7 @@
2880
3736
</term>
2881
3737
<listitem>
2882
3738
<simpara>
2883
-
Available since PHP 5.3.0 and cURL 7.16.1.
3739
+
Available since cURL 7.16.1.
2884
3740
</simpara>
2885
3741
</listitem>
2886
3742
</varlistentry>
...
...
@@ -2891,7 +3747,7 @@
2891
3747
</term>
2892
3748
<listitem>
2893
3749
<simpara>
2894
-
Available since PHP 5.1.0
3750
+

2895
3751
</simpara>
2896
3752
</listitem>
2897
3753
</varlistentry>
...
...
@@ -2902,7 +3758,7 @@
2902
3758
</term>
2903
3759
<listitem>
2904
3760
<simpara>
2905
-
Available since PHP 5.1.0
3761
+

2906
3762
</simpara>
2907
3763
</listitem>
2908
3764
</varlistentry>
...
...
@@ -2913,7 +3769,7 @@
2913
3769
</term>
2914
3770
<listitem>
2915
3771
<simpara>
2916
-
Available since PHP 5.1.0
3772
+

2917
3773
</simpara>
2918
3774
</listitem>
2919
3775
</varlistentry>
...
...
@@ -2946,7 +3802,7 @@
2946
3802
</term>
2947
3803
<listitem>
2948
3804
<simpara>
2949
-
Available since PHP 5.2.10 and cURL 7.10.
3805
+
Available since cURL 7.10.
2950
3806
</simpara>
2951
3807
</listitem>
2952
3808
</varlistentry>
...
...
@@ -3045,7 +3901,7 @@
3045
3901
</term>
3046
3902
<listitem>
3047
3903
<simpara>
3048
-
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
3904
+
Available since cURL 7.33.0
3049
3905
</simpara>
3050
3906
</listitem>
3051
3907
</varlistentry>
...
...
@@ -3181,6 +4037,28 @@
3181
4037
</simpara>
3182
4038
</listitem>
3183
4039
</varlistentry>
4040
+
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-sha256">
4041
+
<term>
4042
+
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256</constant>
4043
+
(<type>int</type>)
4044
+
</term>
4045
+
<listitem>
4046
+
<simpara>
4047
+
Available as of PHP 8.2.0 and cURL 7.80.0
4048
+
</simpara>
4049
+
</listitem>
4050
+
</varlistentry>
4051
+
<varlistentry xml:id="constant.curlopt-ssh-hostkeyfunction">
4052
+
<term>
4053
+
<constant>CURLOPT_SSH_HOSTKEYFUNCTION</constant>
4054
+
(<type>int</type>)
4055
+
</term>
4056
+
<listitem>
4057
+
<simpara>
4058
+
Available as of PHP 8.3.0 and cURL 7.84.0
4059
+
</simpara>
4060
+
</listitem>
4061
+
</varlistentry>
3184
4062
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
3185
4063
<term>
3186
4064
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
...
...
@@ -3210,7 +4088,7 @@
3210
4088
</term>
3211
4089
<listitem>
3212
4090
<simpara>
3213
-
Available since PHP 5.5.0 and cURL 7.25.0
4091
+
Available since cURL 7.25.0
3214
4092
</simpara>
3215
4093
</listitem>
3216
4094
</varlistentry>
...
...
@@ -3221,7 +4099,7 @@
3221
4099
</term>
3222
4100
<listitem>
3223
4101
<simpara>
3224
-
Available since PHP 5.5.0 and cURL 7.25.0
4102
+
Available since cURL 7.25.0
3225
4103
</simpara>
3226
4104
</listitem>
3227
4105
</varlistentry>
...
...
@@ -3236,6 +4114,50 @@
3236
4114
</simpara>
3237
4115
</listitem>
3238
4116
</varlistentry>
4117
+
<varlistentry xml:id="constant.curlsslopt-auto-client-cert">
4118
+
<term>
4119
+
<constant>CURLSSLOPT_AUTO_CLIENT_CERT</constant>
4120
+
(<type>int</type>)
4121
+
</term>
4122
+
<listitem>
4123
+
<simpara>
4124
+
Available as of PHP 8.2.0 and cURL 7.77.0
4125
+
</simpara>
4126
+
</listitem>
4127
+
</varlistentry>
4128
+
<varlistentry xml:id="constant.curlsslopt-native-ca">
4129
+
<term>
4130
+
<constant>CURLSSLOPT_NATIVE_CA</constant>
4131
+
(<type>int</type>)
4132
+
</term>
4133
+
<listitem>
4134
+
<simpara>
4135
+
Available as of PHP 8.2.0 and cURL 7.71.0
4136
+
</simpara>
4137
+
</listitem>
4138
+
</varlistentry>
4139
+
<varlistentry xml:id="constant.curlsslopt-no-partialchain">
4140
+
<term>
4141
+
<constant>CURLSSLOPT_NO_PARTIALCHAIN</constant>
4142
+
(<type>int</type>)
4143
+
</term>
4144
+
<listitem>
4145
+
<simpara>
4146
+
Available as of PHP 8.2.0 and cURL 7.68.0
4147
+
</simpara>
4148
+
</listitem>
4149
+
</varlistentry>
4150
+
<varlistentry xml:id="constant.curlsslopt-revoke-best-effort">
4151
+
<term>
4152
+
<constant>CURLSSLOPT_REVOKE_BEST_EFFORT</constant>
4153
+
(<type>int</type>)
4154
+
</term>
4155
+
<listitem>
4156
+
<simpara>
4157
+
Available as of PHP 8.2.0 and cURL 7.70.0
4158
+
</simpara>
4159
+
</listitem>
4160
+
</varlistentry>
3239
4161
<varlistentry xml:id="constant.curlopt-username">
3240
4162
<term>
3241
4163
<constant>CURLOPT_USERNAME</constant>
...
...
@@ -3243,7 +4165,18 @@
3243
4165
</term>
3244
4166
<listitem>
3245
4167
<simpara>
3246
-
Available since PHP 5.5.0 and cURL 7.19.1
4168
+
Available since cURL 7.19.1
4169
+
</simpara>
4170
+
</listitem>
4171
+
</varlistentry>
4172
+
<varlistentry xml:id="constant.curlopt-sasl-authzid">
4173
+
<term>
4174
+
<constant>CURLOPT_SASL_AUTHZID</constant>
4175
+
(<type>int</type>)
4176
+
</term>
4177
+
<listitem>
4178
+
<simpara>
4179
+
Available as of PHP 8.2.0 and cURL 7.66.0
3247
4180
</simpara>
3248
4181
</listitem>
3249
4182
</varlistentry>
...
...
@@ -3357,7 +4290,7 @@
3357
4290
</simpara>
3358
4291
</listitem>
3359
4292
</varlistentry>
3360
-
<varlistentry xml:id="constant.curloptunix-socket-path">
4293
+
<varlistentry xml:id="constant.curlopt-unix-socket-path">
3361
4294
<term>
3362
4295
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
3363
4296
(<type>int</type>)
...
...
@@ -3368,7 +4301,7 @@
3368
4301
</simpara>
3369
4302
</listitem>
3370
4303
</varlistentry>
3371
-
<varlistentry xml:id="constant.curlopt-verifystatus">
4304
+
<varlistentry xml:id="constant.curlopt-ssl-verifystatus">
3372
4305
<term>
3373
4306
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
3374
4307
(<type>int</type>)
...
...
@@ -3412,6 +4345,17 @@
3412
4345
</simpara>
3413
4346
</listitem>
3414
4347
</varlistentry>
4348
+
<varlistentry xml:id="constant.curlopt-protocols-str">
4349
+
<term>
4350
+
<constant>CURLOPT_PROTOCOLS_STR</constant>
4351
+
(<type>int</type>)
4352
+
</term>
4353
+
<listitem>
4354
+
<simpara>
4355
+
Available as of PHP 8.3.0 and cURL 7.85.0
4356
+
</simpara>
4357
+
</listitem>
4358
+
</varlistentry>
3415
4359
<varlistentry xml:id="constant.curlopt-proxy-service-name">
3416
4360
<term>
3417
4361
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
...
...
@@ -3496,7 +4440,7 @@
3496
4440
</term>
3497
4441
<listitem>
3498
4442
<simpara>
3499
-
Available since PHP 5.5.0 and cURL 7.25.0
4443
+
Available since cURL 7.25.0
3500
4444
</simpara>
3501
4445
</listitem>
3502
4446
</varlistentry>
...
...
@@ -3507,7 +4451,7 @@
3507
4451
</term>
3508
4452
<listitem>
3509
4453
<simpara>
3510
-
Available since PHP 5.5.0 and cURL 7.25.0
4454
+
Available since cURL 7.25.0
3511
4455
</simpara>
3512
4456
</listitem>
3513
4457
</varlistentry>
...
...
@@ -3518,7 +4462,7 @@
3518
4462
</term>
3519
4463
<listitem>
3520
4464
<simpara>
3521
-
Available since PHP 5.5.0 and cURL 7.25.0
4465
+
Available since cURL 7.25.0
3522
4466
</simpara>
3523
4467
</listitem>
3524
4468
</varlistentry>
...
...
@@ -3529,7 +4473,7 @@
3529
4473
</term>
3530
4474
<listitem>
3531
4475
<simpara>
3532
-
Available since PHP 5.5.0 and cURL 7.16.0.
4476
+
Available since cURL 7.16.0.
3533
4477
</simpara>
3534
4478
</listitem>
3535
4479
</varlistentry>
...
...
@@ -3540,7 +4484,18 @@
3540
4484
</term>
3541
4485
<listitem>
3542
4486
<simpara>
3543
-
Available since PHP 5.5.0 and cURL 7.16.3.
4487
+
Available since cURL 7.16.3.
4488
+
</simpara>
4489
+
</listitem>
4490
+
</varlistentry>
4491
+
<varlistentry xml:id="constant.curlmopt-max-concurrent-streams">
4492
+
<term>
4493
+
<constant>CURLMOPT_MAX_CONCURRENT_STREAMS</constant>
4494
+
(<type>int</type>)
4495
+
</term>
4496
+
<listitem>
4497
+
<simpara>
4498
+
Available as of PHP 8.2.0 and cURL 7.67.0.
3544
4499
</simpara>
3545
4500
</listitem>
3546
4501
</varlistentry>
...
...
@@ -3698,19 +4653,6 @@
3698
4653
</simpara>
3699
4654
</listitem>
3700
4655
</varlistentry>
3701
-
<varlistentry xml:id="constant.curl-wrappers-enabled">
3702
-
<term>
3703
-
<constant>CURL_WRAPPERS_ENABLED</constant>
3704
-
(<type>int</type>)
3705
-
</term>
3706
-
<listitem>
3707
-
<simpara>
3708
-
Defined if PHP was configured with
3709
-
<option role="configure">--with-curlwrappers</option>.
3710
-
Moved to PECL in PHP 5.5.0.
3711
-
</simpara>
3712
-
</listitem>
3713
-
</varlistentry>
3714
4656
<varlistentry xml:id="constant.curlpause-all">
3715
4657
<term>
3716
4658
<constant>CURLPAUSE_ALL</constant>
...
...
@@ -3718,7 +4660,7 @@
3718
4660
</term>
3719
4661
<listitem>
3720
4662
<simpara>
3721
-
Available since PHP 5.5.0 and cURL 7.18.0.
4663
+
Available since cURL 7.18.0.
3722
4664
</simpara>
3723
4665
</listitem>
3724
4666
</varlistentry>
...
...
@@ -3729,7 +4671,7 @@
3729
4671
</term>
3730
4672
<listitem>
3731
4673
<simpara>
3732
-
Available since PHP 5.5.0 and cURL 7.18.0.
4674
+
Available since cURL 7.18.0.
3733
4675
</simpara>
3734
4676
</listitem>
3735
4677
</varlistentry>
...
...
@@ -3740,7 +4682,7 @@
3740
4682
</term>
3741
4683
<listitem>
3742
4684
<simpara>
3743
-
Available since PHP 5.5.0 and cURL 7.18.0.
4685
+
Available since cURL 7.18.0.
3744
4686
</simpara>
3745
4687
</listitem>
3746
4688
</varlistentry>
...
...
@@ -3751,7 +4693,7 @@
3751
4693
</term>
3752
4694
<listitem>
3753
4695
<simpara>
3754
-
Available since PHP 5.5.0 and cURL 7.18.0.
4696
+
Available since cURL 7.18.0.
3755
4697
</simpara>
3756
4698
</listitem>
3757
4699
</varlistentry>
...
...
@@ -3762,7 +4704,7 @@
3762
4704
</term>
3763
4705
<listitem>
3764
4706
<simpara>
3765
-
Available since PHP 5.5.0 and cURL 7.18.0.
4707
+
Available since cURL 7.18.0.
3766
4708
</simpara>
3767
4709
</listitem>
3768
4710
</varlistentry>
...
...
@@ -3773,7 +4715,7 @@
3773
4715
</term>
3774
4716
<listitem>
3775
4717
<simpara>
3776
-
Available since PHP 5.5.0 and cURL 7.18.0.
4718
+
Available since cURL 7.18.0.
3777
4719
</simpara>
3778
4720
</listitem>
3779
4721
</varlistentry>
...
...
@@ -3784,7 +4726,7 @@
3784
4726
</term>
3785
4727
<listitem>
3786
4728
<simpara>
3787
-
Available since PHP 7.0.0 and cURL 7.43.0.
4729
+
Available since cURL 7.43.0.
3788
4730
</simpara>
3789
4731
</listitem>
3790
4732
</varlistentry>
...
...
@@ -3795,7 +4737,7 @@
3795
4737
</term>
3796
4738
<listitem>
3797
4739
<simpara>
3798
-
Available since PHP 7.0.0 and cURL 7.43.0.
4740
+
Available since cURL 7.43.0.
3799
4741
</simpara>
3800
4742
</listitem>
3801
4743
</varlistentry>
...
...
@@ -3806,7 +4748,7 @@
3806
4748
</term>
3807
4749
<listitem>
3808
4750
<simpara>
3809
-
Available since PHP 7.0.0 and cURL 7.43.0.
4751
+
Available since cURL 7.43.0.
3810
4752
</simpara>
3811
4753
</listitem>
3812
4754
</varlistentry>
...
...
@@ -3817,7 +4759,7 @@
3817
4759
</term>
3818
4760
<listitem>
3819
4761
<simpara>
3820
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
4762
+
Available since cURL 7.18.0.
3821
4763
</simpara>
3822
4764
</listitem>
3823
4765
</varlistentry>
...
...
@@ -3828,7 +4770,7 @@
3828
4770
</term>
3829
4771
<listitem>
3830
4772
<simpara>
3831
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
4773
+
Available since cURL 7.18.0.
3832
4774
</simpara>
3833
4775
</listitem>
3834
4776
</varlistentry>
...
...
@@ -3876,6 +4818,28 @@
3876
4818
</simpara>
3877
4819
</listitem>
3878
4820
</varlistentry>
4821
+
<varlistentry xml:id="constant.curlproto-mqtt">
4822
+
<term>
4823
+
<constant>CURLPROTO_MQTT</constant>
4824
+
(<type>int</type>)
4825
+
</term>
4826
+
<listitem>
4827
+
<simpara>
4828
+
Available as of PHP 8.2.0 and cURL 7.71.0.
4829
+
</simpara>
4830
+
</listitem>
4831
+
</varlistentry>
4832
+
<varlistentry xml:id="constant.curlopt-redir-protocols-str">
4833
+
<term>
4834
+
<constant>CURLOPT_REDIR_PROTOCOLS_STR</constant>
4835
+
(<type>int</type>)
4836
+
</term>
4837
+
<listitem>
4838
+
<simpara>
4839
+
Available as of PHP 8.3.0 and cURL 7.85.0.
4840
+
</simpara>
4841
+
</listitem>
4842
+
</varlistentry>
3879
4843
<varlistentry xml:id="constant.curlopt-request-target">
3880
4844
<term>
3881
4845
<constant>CURLOPT_REQUEST_TARGET</constant>
...
...
@@ -3923,7 +4887,7 @@
3923
4887
<varlistentry xml:id="constant.curlinfo-content-length-upload-t">
3924
4888
<term>
3925
4889
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>
3926
-
(<type>int</type>)
4890
+
(<type>int</type>)
3927
4891
</term>
3928
4892
<listitem>
3929
4893
<simpara>
...
...
@@ -4074,6 +5038,17 @@
4074
5038
</simpara>
4075
5039
</listitem>
4076
5040
</varlistentry>
5041
+
<varlistentry xml:id="constant.curlopt-proxy-cainfo-blob">
5042
+
<term>
5043
+
<constant>CURLOPT_PROXY_CAINFO_BLOB</constant>
5044
+
(<type>int</type>)
5045
+
</term>
5046
+
<listitem>
5047
+
<simpara>
5048
+
Available as of PHP 8.2.0 and cURL 7.77.0
5049
+
</simpara>
5050
+
</listitem>
5051
+
</varlistentry>
4077
5052
<varlistentry xml:id="constant.curlopt-proxy-capath">
4078
5053
<term>
4079
5054
<constant>CURLOPT_PROXY_CAPATH</constant>
...
...
@@ -4407,7 +5382,7 @@
4407
5382
<varlistentry xml:id="constant.curlinfo-filetime-t">
4408
5383
<term>
4409
5384
<constant>CURLINFO_FILETIME_T</constant>
4410
-
(<type>int</type>)
5385
+
(<type>int</type>)
4411
5386
</term>
4412
5387
<listitem>
4413
5388
<simpara>
...
...
@@ -4470,7 +5445,7 @@
4470
5445
</simpara>
4471
5446
</listitem>
4472
5447
</varlistentry>
4473
-
<varlistentry xml:id="constant.curlinfo-lock-data-connect">
5448
+
<varlistentry xml:id="constant.curl-lock-data-connect">
4474
5449
<term>
4475
5450
<constant>CURL_LOCK_DATA_CONNECT</constant>
4476
5451
(<type>int</type>)
...
...
@@ -4481,7 +5456,7 @@
4481
5456
</simpara>
4482
5457
</listitem>
4483
5458
</varlistentry>
4484
-
<varlistentry xml:id="constant.curlinfo-lock-data-psl">
5459
+
<varlistentry xml:id="constant.curl-lock-data-psl">
4485
5460
<term>
4486
5461
<constant>CURL_LOCK_DATA_PSL</constant>
4487
5462
(<type>int</type>)
...
...
@@ -4593,7 +5568,7 @@
4593
5568
</varlistentry>
4594
5569
<varlistentry xml:id="constant.curlopt-http09-allowed">
4595
5570
<term>
4596
-
<constant>CURLOPT_HTTP09_ALLOWED </constant>
5571
+
<constant>CURLOPT_HTTP09_ALLOWED</constant>
4597
5572
(<type>int</type>)
4598
5573
</term>
4599
5574
<listitem>
...
...
@@ -4602,9 +5577,74 @@
4602
5577
</simpara>
4603
5578
</listitem>
4604
5579
</varlistentry>
5580
+
<varlistentry xml:id="constant.curlmimeopt-formescape">
5581
+
<term>
5582
+
<constant>CURLMIMEOPT_FORMESCAPE</constant>
5583
+
(<type>int</type>)
5584
+
</term>
5585
+
<listitem>
5586
+
<simpara>
5587
+
Available as of PHP 8.3.0 and cURL 7.81.0
5588
+
</simpara>
5589
+
</listitem>
5590
+
</varlistentry>
5591
+
<varlistentry xml:id="constant.curlws-raw-mode">
5592
+
<term>
5593
+
<constant>CURLWS_RAW_MODE</constant>
5594
+
(<type>int</type>)
5595
+
</term>
5596
+
<listitem>
5597
+
<simpara>
5598
+
Available as of PHP 8.3.0 and cURL 7.86.0
5599
+
</simpara>
5600
+
</listitem>
5601
+
</varlistentry>
5602
+
<varlistentry xml:id="constant.curlkhmatch-ok">
5603
+
<term>
5604
+
<constant>CURLKHMATCH_OK</constant>
5605
+
(<type>int</type>)
5606
+
</term>
5607
+
<listitem>
5608
+
<simpara>
5609
+
Available as of PHP 8.3.0 and cURL 7.19.6
5610
+
</simpara>
5611
+
</listitem>
5612
+
</varlistentry>
5613
+
<varlistentry xml:id="constant.curlkhmatch-mismatch">
5614
+
<term>
5615
+
<constant>CURLKHMATCH_MISMATCH</constant>
5616
+
(<type>int</type>)
5617
+
</term>
5618
+
<listitem>
5619
+
<simpara>
5620
+
Available as of PHP 8.3.0 and cURL 7.19.6
5621
+
</simpara>
5622
+
</listitem>
5623
+
</varlistentry>
5624
+
<varlistentry xml:id="constant.curlkhmatch-missing">
5625
+
<term>
5626
+
<constant>CURLKHMATCH_MISSING</constant>
5627
+
(<type>int</type>)
5628
+
</term>
5629
+
<listitem>
5630
+
<simpara>
5631
+
Available as of PHP 8.3.0 and cURL 7.19.6
5632
+
</simpara>
5633
+
</listitem>
5634
+
</varlistentry>
5635
+
<varlistentry xml:id="constant.curlkhmatch-last">
5636
+
<term>
5637
+
<constant>CURLKHMATCH_LAST</constant>
5638
+
(<type>int</type>)
5639
+
</term>
5640
+
<listitem>
5641
+
<simpara>
5642
+
Available as of PHP 8.3.0 and cURL 7.19.6
5643
+
</simpara>
5644
+
</listitem>
5645
+
</varlistentry>
4605
5646
</variablelist>
4606
5647
</appendix>
4607
-

4608
5648
<!-- Keep this comment at the end of the file
4609
5649
Local variables:
4610
5650
mode: sgml
4611
5651