reference/curl/constants.xml
47d4ae82e672d351876013db4174bd0bb593c9d2
...
...
@@ -31,164 +31,58 @@
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
-

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
-

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
-

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
-

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
-

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
-

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
-

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
-

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
-

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 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,31 +605,31 @@
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
-

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>
...
...
@@ -738,9 +638,9 @@
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>
...
...
@@ -749,9 +649,9 @@
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,9 +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>
831
+
(<type>int</type>)
832
+
</term>
833
+
<listitem>
834
+
<simpara>
835
+
SSL client certificate from memory blob.
836
+
Available as of PHP 8.1.0 and cURL 7.71.0.
837
+
</simpara>
838
+
</listitem>
839
+
</varlistentry>
840
+
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
841
+
<term>
842
+
<constant>CURLOPT_SSLCERTPASSWD</constant>
931
843
(<type>int</type>)
932
844
</term>
933
845
<listitem>
...
...
@@ -936,9 +848,21 @@
936
848
</simpara>
937
849
</listitem>
938
850
</varlistentry>
939
-
<varlistentry xml:id="constant.curlopt-maxconnects">
851
+
<varlistentry xml:id="constant.curlopt-sslkey-blob">
940
852
<term>
941
-
<constant>CURLOPT_MAXCONNECTS</constant>
853
+
<constant>CURLOPT_SSLKEY_BLOB</constant>
854
+
(<type>int</type>)
855
+
</term>
856
+
<listitem>
857
+
<simpara>
858
+
Private key for client cert from memory blob.
859
+
Available as of PHP 8.1.0 and cURL 7.71.0.
860
+
</simpara>
861
+
</listitem>
862
+
</varlistentry>
863
+
<varlistentry xml:id="constant.curlopt-writeheader">
864
+
<term>
865
+
<constant>CURLOPT_WRITEHEADER</constant>
942
866
(<type>int</type>)
943
867
</term>
944
868
<listitem>
...
...
@@ -947,9 +871,20 @@
947
871
</simpara>
948
872
</listitem>
949
873
</varlistentry>
950
-
<varlistentry xml:id="constant.curlopt-fresh-connect">
874
+
<varlistentry xml:id="constant.curlopt-ws-options">
951
875
<term>
952
-
<constant>CURLOPT_FRESH_CONNECT</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>
953
888
(<type>int</type>)
954
889
</term>
955
890
<listitem>
...
...
@@ -958,9 +893,9 @@
958
893
</simpara>
959
894
</listitem>
960
895
</varlistentry>
961
-
<varlistentry xml:id="constant.curlopt-forbid-reuse">
896
+
<varlistentry xml:id="constant.curlopt-cookiefile">
962
897
<term>
963
-
<constant>CURLOPT_FORBID_REUSE</constant>
898
+
<constant>CURLOPT_COOKIEFILE</constant>
964
899
(<type>int</type>)
965
900
</term>
966
901
<listitem>
...
...
@@ -969,9 +904,9 @@
969
904
</simpara>
970
905
</listitem>
971
906
</varlistentry>
972
-
<varlistentry xml:id="constant.curlopt-random-file">
907
+
<varlistentry xml:id="constant.curlopt-sslversion">
973
908
<term>
974
-
<constant>CURLOPT_RANDOM_FILE</constant>
909
+
<constant>CURLOPT_SSLVERSION</constant>
975
910
(<type>int</type>)
976
911
</term>
977
912
<listitem>
...
...
@@ -980,9 +915,9 @@
980
915
</simpara>
981
916
</listitem>
982
917
</varlistentry>
983
-
<varlistentry xml:id="constant.curlopt-egdsocket">
918
+
<varlistentry xml:id="constant.curl-sslversion-default">
984
919
<term>
985
-
<constant>CURLOPT_EGDSOCKET</constant>
920
+
<constant>CURL_SSLVERSION_DEFAULT</constant>
986
921
(<type>int</type>)
987
922
</term>
988
923
<listitem>
...
...
@@ -991,9 +926,9 @@
991
926
</simpara>
992
927
</listitem>
993
928
</varlistentry>
994
-
<varlistentry xml:id="constant.curlopt-connecttimeout">
929
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1">
995
930
<term>
996
-
<constant>CURLOPT_CONNECTTIMEOUT</constant>
931
+
<constant>CURL_SSLVERSION_TLSv1</constant>
997
932
(<type>int</type>)
998
933
</term>
999
934
<listitem>
...
...
@@ -1002,9 +937,9 @@
1002
937
</simpara>
1003
938
</listitem>
1004
939
</varlistentry>
1005
-
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
940
+
<varlistentry xml:id="constant.curl-sslversion-sslv2">
1006
941
<term>
1007
-
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
942
+
<constant>CURL_SSLVERSION_SSLv2</constant>
1008
943
(<type>int</type>)
1009
944
</term>
1010
945
<listitem>
...
...
@@ -1013,9 +948,9 @@
1013
948
</simpara>
1014
949
</listitem>
1015
950
</varlistentry>
1016
-
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
951
+
<varlistentry xml:id="constant.curl-sslversion-sslv3">
1017
952
<term>
1018
-
<constant>CURLOPT_SSL_VERIFYPEER</constant>
953
+
<constant>CURL_SSLVERSION_SSLv3</constant>
1019
954
(<type>int</type>)
1020
955
</term>
1021
956
<listitem>
...
...
@@ -1024,9 +959,9 @@
1024
959
</simpara>
1025
960
</listitem>
1026
961
</varlistentry>
1027
-
<varlistentry xml:id="constant.curlopt-cainfo">
962
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-0">
1028
963
<term>
1029
-
<constant>CURLOPT_CAINFO</constant>
964
+
<constant>CURL_SSLVERSION_TLSv1_0</constant>
1030
965
(<type>int</type>)
1031
966
</term>
1032
967
<listitem>
...
...
@@ -1035,9 +970,9 @@
1035
970
</simpara>
1036
971
</listitem>
1037
972
</varlistentry>
1038
-
<varlistentry xml:id="constant.curlopt-capath">
973
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-1">
1039
974
<term>
1040
-
<constant>CURLOPT_CAPATH</constant>
975
+
<constant>CURL_SSLVERSION_TLSv1_1</constant>
1041
976
(<type>int</type>)
1042
977
</term>
1043
978
<listitem>
...
...
@@ -1046,9 +981,9 @@
1046
981
</simpara>
1047
982
</listitem>
1048
983
</varlistentry>
1049
-
<varlistentry xml:id="constant.curlopt-cookiejar">
984
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-2">
1050
985
<term>
1051
-
<constant>CURLOPT_COOKIEJAR</constant>
986
+
<constant>CURL_SSLVERSION_TLSv1_2</constant>
1052
987
(<type>int</type>)
1053
988
</term>
1054
989
<listitem>
...
...
@@ -1057,9 +992,9 @@
1057
992
</simpara>
1058
993
</listitem>
1059
994
</varlistentry>
1060
-
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
995
+
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
1061
996
<term>
1062
-
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
997
+
<constant>CURL_SSLVERSION_TLSv1_3</constant>
1063
998
(<type>int</type>)
1064
999
</term>
1065
1000
<listitem>
...
...
@@ -1068,9 +1003,9 @@
1068
1003
</simpara>
1069
1004
</listitem>
1070
1005
</varlistentry>
1071
-
<varlistentry xml:id="constant.curlopt-binarytransfer">
1006
+
<varlistentry xml:id="constant.curlopt-timecondition">
1072
1007
<term>
1073
-
<constant>CURLOPT_BINARYTRANSFER</constant>
1008
+
<constant>CURLOPT_TIMECONDITION</constant>
1074
1009
(<type>int</type>)
1075
1010
</term>
1076
1011
<listitem>
...
...
@@ -1079,9 +1014,9 @@
1079
1014
</simpara>
1080
1015
</listitem>
1081
1016
</varlistentry>
1082
-
<varlistentry xml:id="constant.curlopt-nosignal">
1017
+
<varlistentry xml:id="constant.curlopt-timevalue">
1083
1018
<term>
1084
-
<constant>CURLOPT_NOSIGNAL</constant>
1019
+
<constant>CURLOPT_TIMEVALUE</constant>
1085
1020
(<type>int</type>)
1086
1021
</term>
1087
1022
<listitem>
...
...
@@ -1090,20 +1025,20 @@
1090
1025
</simpara>
1091
1026
</listitem>
1092
1027
</varlistentry>
1093
-
<varlistentry xml:id="constant.curlopt-proxytype">
1028
+
<varlistentry xml:id="constant.curlopt-customrequest">
1094
1029
<term>
1095
-
<constant>CURLOPT_PROXYTYPE</constant>
1030
+
<constant>CURLOPT_CUSTOMREQUEST</constant>
1096
1031
(<type>int</type>)
1097
1032
</term>
1098
1033
<listitem>
1099
1034
<simpara>
1100
-
Available as of cURL 7.10.
1035
+
1101
1036
</simpara>
1102
1037
</listitem>
1103
1038
</varlistentry>
1104
-
<varlistentry xml:id="constant.curlopt-buffersize">
1039
+
<varlistentry xml:id="constant.curlopt-stderr">
1105
1040
<term>
1106
-
<constant>CURLOPT_BUFFERSIZE</constant>
1041
+
<constant>CURLOPT_STDERR</constant>
1107
1042
(<type>int</type>)
1108
1043
</term>
1109
1044
<listitem>
...
...
@@ -1112,9 +1047,9 @@
1112
1047
</simpara>
1113
1048
</listitem>
1114
1049
</varlistentry>
1115
-
<varlistentry xml:id="constant.curlopt-httpget">
1050
+
<varlistentry xml:id="constant.curlopt-transfertext">
1116
1051
<term>
1117
-
<constant>CURLOPT_HTTPGET</constant>
1052
+
<constant>CURLOPT_TRANSFERTEXT</constant>
1118
1053
(<type>int</type>)
1119
1054
</term>
1120
1055
<listitem>
...
...
@@ -1123,9 +1058,9 @@
1123
1058
</simpara>
1124
1059
</listitem>
1125
1060
</varlistentry>
1126
-
<varlistentry xml:id="constant.curlopt-http-version">
1061
+
<varlistentry xml:id="constant.curlopt-returntransfer">
1127
1062
<term>
1128
-
<constant>CURLOPT_HTTP_VERSION</constant>
1063
+
<constant>CURLOPT_RETURNTRANSFER</constant>
1129
1064
(<type>int</type>)
1130
1065
</term>
1131
1066
<listitem>
...
...
@@ -1134,9 +1069,20 @@
1134
1069
</simpara>
1135
1070
</listitem>
1136
1071
</varlistentry>
1137
-
<varlistentry xml:id="constant.curlopt-sslkey">
1072
+
<varlistentry xml:id="constant.curlopt-quick-exit">
1138
1073
<term>
1139
-
<constant>CURLOPT_SSLKEY</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>
1140
1086
(<type>int</type>)
1141
1087
</term>
1142
1088
<listitem>
...
...
@@ -1145,9 +1091,9 @@
1145
1091
</simpara>
1146
1092
</listitem>
1147
1093
</varlistentry>
1148
-
<varlistentry xml:id="constant.curlopt-sslkeytype">
1094
+
<varlistentry xml:id="constant.curlopt-postquote">
1149
1095
<term>
1150
-
<constant>CURLOPT_SSLKEYTYPE</constant>
1096
+
<constant>CURLOPT_POSTQUOTE</constant>
1151
1097
(<type>int</type>)
1152
1098
</term>
1153
1099
<listitem>
...
...
@@ -1156,9 +1102,9 @@
1156
1102
</simpara>
1157
1103
</listitem>
1158
1104
</varlistentry>
1159
-
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
1105
+
<varlistentry xml:id="constant.curlopt-interface">
1160
1106
<term>
1161
-
<constant>CURLOPT_SSLKEYPASSWD</constant>
1107
+
<constant>CURLOPT_INTERFACE</constant>
1162
1108
(<type>int</type>)
1163
1109
</term>
1164
1110
<listitem>
...
...
@@ -1167,9 +1113,9 @@
1167
1113
</simpara>
1168
1114
</listitem>
1169
1115
</varlistentry>
1170
-
<varlistentry xml:id="constant.curlopt-sslengine">
1116
+
<varlistentry xml:id="constant.curlopt-krb4level">
1171
1117
<term>
1172
-
<constant>CURLOPT_SSLENGINE</constant>
1118
+
<constant>CURLOPT_KRB4LEVEL</constant>
1173
1119
(<type>int</type>)
1174
1120
</term>
1175
1121
<listitem>
...
...
@@ -1178,9 +1124,9 @@
1178
1124
</simpara>
1179
1125
</listitem>
1180
1126
</varlistentry>
1181
-
<varlistentry xml:id="constant.curlopt-sslengine-default">
1127
+
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
1182
1128
<term>
1183
-
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
1129
+
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
1184
1130
(<type>int</type>)
1185
1131
</term>
1186
1132
<listitem>
...
...
@@ -1189,9 +1135,9 @@
1189
1135
</simpara>
1190
1136
</listitem>
1191
1137
</varlistentry>
1192
-
<varlistentry xml:id="constant.curlopt-sslcerttype">
1138
+
<varlistentry xml:id="constant.curlopt-filetime">
1193
1139
<term>
1194
-
<constant>CURLOPT_SSLCERTTYPE</constant>
1140
+
<constant>CURLOPT_FILETIME</constant>
1195
1141
(<type>int</type>)
1196
1142
</term>
1197
1143
<listitem>
...
...
@@ -1200,9 +1146,9 @@
1200
1146
</simpara>
1201
1147
</listitem>
1202
1148
</varlistentry>
1203
-
<varlistentry xml:id="constant.curlopt-crlf">
1149
+
<varlistentry xml:id="constant.curlopt-writefunction">
1204
1150
<term>
1205
-
<constant>CURLOPT_CRLF</constant>
1151
+
<constant>CURLOPT_WRITEFUNCTION</constant>
1206
1152
(<type>int</type>)
1207
1153
</term>
1208
1154
<listitem>
...
...
@@ -1211,9 +1157,9 @@
1211
1157
</simpara>
1212
1158
</listitem>
1213
1159
</varlistentry>
1214
-
<varlistentry xml:id="constant.curlopt-encoding">
1160
+
<varlistentry xml:id="constant.curlopt-readfunction">
1215
1161
<term>
1216
-
<constant>CURLOPT_ENCODING</constant>
1162
+
<constant>CURLOPT_READFUNCTION</constant>
1217
1163
(<type>int</type>)
1218
1164
</term>
1219
1165
<listitem>
...
...
@@ -1222,9 +1168,20 @@
1222
1168
</simpara>
1223
1169
</listitem>
1224
1170
</varlistentry>
1225
-
<varlistentry xml:id="constant.curlopt-proxyport">
1171
+
<varlistentry xml:id="constant.curlopt-passwdfunction">
1226
1172
<term>
1227
-
<constant>CURLOPT_PROXYPORT</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>
1228
1185
(<type>int</type>)
1229
1186
</term>
1230
1187
<listitem>
...
...
@@ -1233,9 +1190,42 @@
1233
1190
</simpara>
1234
1191
</listitem>
1235
1192
</varlistentry>
1236
-
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
1193
+
<varlistentry xml:id="constant.curlopt-maxage-conn">
1237
1194
<term>
1238
-
<constant>CURLOPT_UNRESTRICTED_AUTH</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>
1239
1229
(<type>int</type>)
1240
1230
</term>
1241
1231
<listitem>
...
...
@@ -1244,9 +1234,9 @@
1244
1234
</simpara>
1245
1235
</listitem>
1246
1236
</varlistentry>
1247
-
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
1237
+
<varlistentry xml:id="constant.curlopt-maxconnects">
1248
1238
<term>
1249
-
<constant>CURLOPT_FTP_USE_EPRT</constant>
1239
+
<constant>CURLOPT_MAXCONNECTS</constant>
1250
1240
(<type>int</type>)
1251
1241
</term>
1252
1242
<listitem>
...
...
@@ -1255,9 +1245,9 @@
1255
1245
</simpara>
1256
1246
</listitem>
1257
1247
</varlistentry>
1258
-
<varlistentry xml:id="constant.curlopt-http200aliases">
1248
+
<varlistentry xml:id="constant.curlopt-fresh-connect">
1259
1249
<term>
1260
-
<constant>CURLOPT_HTTP200ALIASES</constant>
1250
+
<constant>CURLOPT_FRESH_CONNECT</constant>
1261
1251
(<type>int</type>)
1262
1252
</term>
1263
1253
<listitem>
...
...
@@ -1266,9 +1256,9 @@
1266
1256
</simpara>
1267
1257
</listitem>
1268
1258
</varlistentry>
1269
-
<varlistentry xml:id="constant.curlopt-httpauth">
1259
+
<varlistentry xml:id="constant.curlopt-forbid-reuse">
1270
1260
<term>
1271
-
<constant>CURLOPT_HTTPAUTH</constant>
1261
+
<constant>CURLOPT_FORBID_REUSE</constant>
1272
1262
(<type>int</type>)
1273
1263
</term>
1274
1264
<listitem>
...
...
@@ -1277,9 +1267,9 @@
1277
1267
</simpara>
1278
1268
</listitem>
1279
1269
</varlistentry>
1280
-
<varlistentry xml:id="constant.curlauth-basic">
1270
+
<varlistentry xml:id="constant.curlopt-random-file">
1281
1271
<term>
1282
-
<constant>CURLAUTH_BASIC</constant>
1272
+
<constant>CURLOPT_RANDOM_FILE</constant>
1283
1273
(<type>int</type>)
1284
1274
</term>
1285
1275
<listitem>
...
...
@@ -1288,9 +1278,9 @@
1288
1278
</simpara>
1289
1279
</listitem>
1290
1280
</varlistentry>
1291
-
<varlistentry xml:id="constant.curlauth-digest">
1281
+
<varlistentry xml:id="constant.curlopt-egdsocket">
1292
1282
<term>
1293
-
<constant>CURLAUTH_DIGEST</constant>
1283
+
<constant>CURLOPT_EGDSOCKET</constant>
1294
1284
(<type>int</type>)
1295
1285
</term>
1296
1286
<listitem>
...
...
@@ -1299,169 +1289,974 @@
1299
1289
</simpara>
1300
1290
</listitem>
1301
1291
</varlistentry>
1302
-
<varlistentry xml:id="constant.curlauth-gssnegotiate">
1292
+
<varlistentry xml:id="constant.curlopt-connecttimeout">
1293
+
<term>
1294
+
<constant>CURLOPT_CONNECTTIMEOUT</constant>
1295
+
(<type>int</type>)
1296
+
</term>
1297
+
<listitem>
1298
+
<simpara>
1299
+
</simpara>
1300
+
</listitem>
1301
+
</varlistentry>
1302
+
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
1303
+
<term>
1304
+
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
1305
+
(<type>int</type>)
1306
+
</term>
1307
+
<listitem>
1308
+
<simpara>
1309
+
</simpara>
1310
+
</listitem>
1311
+
</varlistentry>
1312
+
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
1313
+
<term>
1314
+
<constant>CURLOPT_SSL_VERIFYPEER</constant>
1315
+
(<type>int</type>)
1316
+
</term>
1317
+
<listitem>
1318
+
<simpara>
1319
+
</simpara>
1320
+
</listitem>
1321
+
</varlistentry>
1322
+
<varlistentry xml:id="constant.curlopt-ca-cache-timeout">
1323
+
<term>
1324
+
<constant>CURLOPT_CA_CACHE_TIMEOUT</constant>
1325
+
(<type>int</type>)
1326
+
</term>
1327
+
<listitem>
1328
+
<simpara>
1329
+
Available as of PHP 8.3.0 and cURL 7.87.0
1330
+
</simpara>
1331
+
</listitem>
1332
+
</varlistentry>
1333
+
<varlistentry xml:id="constant.curlopt-cainfo">
1334
+
<term>
1335
+
<constant>CURLOPT_CAINFO</constant>
1336
+
(<type>int</type>)
1337
+
</term>
1338
+
<listitem>
1339
+
<simpara>
1340
+
</simpara>
1341
+
</listitem>
1342
+
</varlistentry>
1343
+
<varlistentry xml:id="constant.curlopt-cainfo-blob">
1344
+
<term>
1345
+
<constant>CURLOPT_CAINFO_BLOB</constant>
1346
+
(<type>int</type>)
1347
+
</term>
1348
+
<listitem>
1349
+
<simpara>
1350
+
Available as of PHP 8.2.0 and cURL 7.77.0
1351
+
</simpara>
1352
+
</listitem>
1353
+
</varlistentry>
1354
+
<varlistentry xml:id="constant.curlopt-capath">
1355
+
<term>
1356
+
<constant>CURLOPT_CAPATH</constant>
1357
+
(<type>int</type>)
1358
+
</term>
1359
+
<listitem>
1360
+
<simpara>
1361
+
</simpara>
1362
+
</listitem>
1363
+
</varlistentry>
1364
+
<varlistentry xml:id="constant.curlopt-cookiejar">
1365
+
<term>
1366
+
<constant>CURLOPT_COOKIEJAR</constant>
1367
+
(<type>int</type>)
1368
+
</term>
1369
+
<listitem>
1370
+
<simpara>
1371
+
</simpara>
1372
+
</listitem>
1373
+
</varlistentry>
1374
+
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
1375
+
<term>
1376
+
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
1377
+
(<type>int</type>)
1378
+
</term>
1379
+
<listitem>
1380
+
<simpara>
1381
+
</simpara>
1382
+
</listitem>
1383
+
</varlistentry>
1384
+
<varlistentry xml:id="constant.curlopt-ssl-ec-curves">
1385
+
<term>
1386
+
<constant>CURLOPT_SSL_EC_CURVES</constant>
1387
+
(<type>int</type>)
1388
+
</term>
1389
+
<listitem>
1390
+
<simpara>
1391
+
Available as of PHP 8.2.0 and cURL 7.73.0
1392
+
</simpara>
1393
+
</listitem>
1394
+
</varlistentry>
1395
+
<varlistentry xml:id="constant.curlopt-binarytransfer">
1396
+
<term>
1397
+
<constant>CURLOPT_BINARYTRANSFER</constant>
1398
+
(<type>int</type>)
1399
+
</term>
1400
+
<listitem>
1401
+
<simpara>
1402
+
</simpara>
1403
+
</listitem>
1404
+
</varlistentry>
1405
+
<varlistentry xml:id="constant.curlopt-nosignal">
1406
+
<term>
1407
+
<constant>CURLOPT_NOSIGNAL</constant>
1408
+
(<type>int</type>)
1409
+
</term>
1410
+
<listitem>
1411
+
<simpara>
1412
+
</simpara>
1413
+
</listitem>
1414
+
</varlistentry>
1415
+
<varlistentry xml:id="constant.curlopt-proxytype">
1416
+
<term>
1417
+
<constant>CURLOPT_PROXYTYPE</constant>
1418
+
(<type>int</type>)
1419
+
</term>
1420
+
<listitem>
1421
+
<simpara>
1422
+
Available as of cURL 7.10.
1423
+
</simpara>
1424
+
</listitem>
1425
+
</varlistentry>
1426
+
<varlistentry xml:id="constant.curlopt-buffersize">
1427
+
<term>
1428
+
<constant>CURLOPT_BUFFERSIZE</constant>
1429
+
(<type>int</type>)
1430
+
</term>
1431
+
<listitem>
1432
+
<simpara>
1433
+

1434
+
</simpara>
1435
+
</listitem>
1436
+
</varlistentry>
1437
+
<varlistentry xml:id="constant.curlopt-httpget">
1438
+
<term>
1439
+
<constant>CURLOPT_HTTPGET</constant>
1440
+
(<type>int</type>)
1441
+
</term>
1442
+
<listitem>
1443
+
<simpara>
1444
+
</simpara>
1445
+
</listitem>
1446
+
</varlistentry>
1447
+
<varlistentry xml:id="constant.curlopt-http-version">
1448
+
<term>
1449
+
<constant>CURLOPT_HTTP_VERSION</constant>
1450
+
(<type>int</type>)
1451
+
</term>
1452
+
<listitem>
1453
+
<simpara>
1454
+
</simpara>
1455
+
</listitem>
1456
+
</varlistentry>
1457
+
<varlistentry xml:id="constant.curlopt-hsts">
1458
+
<term>
1459
+
<constant>CURLOPT_HSTS</constant>
1460
+
(<type>int</type>)
1461
+
</term>
1462
+
<listitem>
1463
+
<simpara>
1464
+
Available as of PHP 8.2.0 and cURL 7.74.0
1465
+
</simpara>
1466
+
</listitem>
1467
+
</varlistentry>
1468
+
<varlistentry xml:id="constant.curlopt-hsts-ctrl">
1469
+
<term>
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">
1303
2099
<term>
1304
-
<constant>CURLAUTH_GSSNEGOTIATE</constant>
2100
+
<constant>CURLPX_REPLY_NETWORK_UNREACHABLE</constant>
1305
2101
(<type>int</type>)
1306
2102
</term>
1307
2103
<listitem>
1308
2104
<simpara>
1309
-
2105
+
Available as of PHP 8.2.0 and cURL 7.73.0
1310
2106
</simpara>
1311
2107
</listitem>
1312
2108
</varlistentry>
1313
-
<varlistentry xml:id="constant.curlauth-negotiate">
2109
+
<varlistentry xml:id="constant.curlpx-reply-not-allowed">
1314
2110
<term>
1315
-
<constant>CURLAUTH_NEGOTIATE</constant>
2111
+
<constant>CURLPX_REPLY_NOT_ALLOWED</constant>
1316
2112
(<type>int</type>)
1317
2113
</term>
1318
2114
<listitem>
1319
2115
<simpara>
1320
-
Available since PHP 7.0.7 and cURL 7.38.0.
2116
+
Available as of PHP 8.2.0 and cURL 7.73.0
1321
2117
</simpara>
1322
2118
</listitem>
1323
2119
</varlistentry>
1324
-
<varlistentry xml:id="constant.curlauth-ntlm">
2120
+
<varlistentry xml:id="constant.curlpx-reply-ttl-expired">
1325
2121
<term>
1326
-
<constant>CURLAUTH_NTLM</constant>
2122
+
<constant>CURLPX_REPLY_TTL_EXPIRED</constant>
1327
2123
(<type>int</type>)
1328
2124
</term>
1329
2125
<listitem>
1330
2126
<simpara>
1331
-
2127
+
Available as of PHP 8.2.0 and cURL 7.73.0
1332
2128
</simpara>
1333
2129
</listitem>
1334
2130
</varlistentry>
1335
-
<varlistentry xml:id="constant.curlauth-ntlm-wb">
2131
+
<varlistentry xml:id="constant.curlpx-reply-unassigned">
1336
2132
<term>
1337
-
<constant>CURLAUTH_NTLM_WB</constant>
2133
+
<constant>CURLPX_REPLY_UNASSIGNED</constant>
1338
2134
(<type>int</type>)
1339
2135
</term>
1340
2136
<listitem>
1341
2137
<simpara>
1342
-
Available since PHP 7.0.7 and cURL 7.22.0
2138
+
Available as of PHP 8.2.0 and cURL 7.73.0
1343
2139
</simpara>
1344
2140
</listitem>
1345
2141
</varlistentry>
1346
-
<varlistentry xml:id="constant.curlauth-any">
2142
+
<varlistentry xml:id="constant.curlpx-request-failed">
1347
2143
<term>
1348
-
<constant>CURLAUTH_ANY</constant>
2144
+
<constant>CURLPX_REQUEST_FAILED</constant>
1349
2145
(<type>int</type>)
1350
2146
</term>
1351
2147
<listitem>
1352
2148
<simpara>
1353
-
2149
+
Available as of PHP 8.2.0 and cURL 7.73.0
1354
2150
</simpara>
1355
2151
</listitem>
1356
2152
</varlistentry>
1357
-
<varlistentry xml:id="constant.curlauth-anysafe">
2153
+
<varlistentry xml:id="constant.curlpx-resolve-host">
1358
2154
<term>
1359
-
<constant>CURLAUTH_ANYSAFE</constant>
2155
+
<constant>CURLPX_RESOLVE_HOST</constant>
1360
2156
(<type>int</type>)
1361
2157
</term>
1362
2158
<listitem>
1363
2159
<simpara>
1364
-
2160
+
Available as of PHP 8.2.0 and cURL 7.73.0
1365
2161
</simpara>
1366
2162
</listitem>
1367
2163
</varlistentry>
1368
-
<varlistentry xml:id="constant.curlopt-proxyauth">
2164
+
<varlistentry xml:id="constant.curlpx-send-auth">
1369
2165
<term>
1370
-
<constant>CURLOPT_PROXYAUTH</constant>
2166
+
<constant>CURLPX_SEND_AUTH</constant>
1371
2167
(<type>int</type>)
1372
2168
</term>
1373
2169
<listitem>
1374
2170
<simpara>
1375
-
2171
+
Available as of PHP 8.2.0 and cURL 7.73.0
1376
2172
</simpara>
1377
2173
</listitem>
1378
2174
</varlistentry>
1379
-
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
2175
+
<varlistentry xml:id="constant.curlpx-send-connect">
1380
2176
<term>
1381
-
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
2177
+
<constant>CURLPX_SEND_CONNECT</constant>
1382
2178
(<type>int</type>)
1383
2179
</term>
1384
2180
<listitem>
1385
2181
<simpara>
1386
-
Available since cURL 7.15.5
2182
+
Available as of PHP 8.2.0 and cURL 7.73.0
1387
2183
</simpara>
1388
2184
</listitem>
1389
2185
</varlistentry>
1390
-
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
2186
+
<varlistentry xml:id="constant.curlpx-send-request">
1391
2187
<term>
1392
-
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
2188
+
<constant>CURLPX_SEND_REQUEST</constant>
1393
2189
(<type>int</type>)
1394
2190
</term>
1395
2191
<listitem>
1396
2192
<simpara>
1397
-
Available since cURL 7.15.5
2193
+
Available as of PHP 8.2.0 and cURL 7.73.0
1398
2194
</simpara>
1399
2195
</listitem>
1400
2196
</varlistentry>
1401
-
<varlistentry xml:id="constant.curlopt-headeropt">
2197
+
<varlistentry xml:id="constant.curlpx-unknown-fail">
1402
2198
<term>
1403
-
<constant>CURLOPT_HEADEROPT</constant>
2199
+
<constant>CURLPX_UNKNOWN_FAIL</constant>
1404
2200
(<type>int</type>)
1405
2201
</term>
1406
2202
<listitem>
1407
2203
<simpara>
1408
-
Available since PHP 7.0.7 and cURL 7.37.0
2204
+
Available as of PHP 8.2.0 and cURL 7.73.0
1409
2205
</simpara>
1410
2206
</listitem>
1411
2207
</varlistentry>
1412
-
<varlistentry xml:id="constant.curlopt-proxyheader">
2208
+
<varlistentry xml:id="constant.curlpx-unknown-mode">
1413
2209
<term>
1414
-
<constant>CURLOPT_PROXYHEADER</constant>
2210
+
<constant>CURLPX_UNKNOWN_MODE</constant>
1415
2211
(<type>int</type>)
1416
2212
</term>
1417
2213
<listitem>
1418
2214
<simpara>
1419
-
Available since PHP 7.0.7 and cURL 7.37.0
2215
+
Available as of PHP 8.2.0 and cURL 7.73.0
1420
2216
</simpara>
1421
2217
</listitem>
1422
2218
</varlistentry>
1423
-
<varlistentry xml:id="constant.curlinfo-private">
2219
+
<varlistentry xml:id="constant.curlpx-user-rejected">
1424
2220
<term>
1425
-
<constant>CURLINFO_PRIVATE</constant>
2221
+
<constant>CURLPX_USER_REJECTED</constant>
1426
2222
(<type>int</type>)
1427
2223
</term>
1428
2224
<listitem>
1429
2225
<simpara>
1430
-

2226
+
Available as of PHP 8.2.0 and cURL 7.73.0
1431
2227
</simpara>
1432
2228
</listitem>
1433
2229
</varlistentry>
1434
-
<varlistentry xml:id="constant.curlinfo-effective-url">
2230
+
<varlistentry xml:id="constant.curlinfo-referer">
1435
2231
<term>
1436
-
<constant>CURLINFO_EFFECTIVE_URL</constant>
2232
+
<constant>CURLINFO_REFERER</constant>
1437
2233
(<type>int</type>)
1438
2234
</term>
1439
2235
<listitem>
1440
2236
<simpara>
1441
-
2237
+
Available as of PHP 8.2.0 and cURL 7.76.0
1442
2238
</simpara>
1443
2239
</listitem>
1444
2240
</varlistentry>
1445
-
<varlistentry xml:id="constant.curlinfo-http-code">
2241
+
<varlistentry xml:id="constant.curlinfo-response-code">
1446
2242
<term>
1447
-
<constant>CURLINFO_HTTP_CODE</constant>
2243
+
<constant>CURLINFO_RESPONSE_CODE</constant>
1448
2244
(<type>int</type>)
1449
2245
</term>
1450
2246
<listitem>
1451
2247
<simpara>
1452
-
As of cURL 7.10.8, this is a legacy alias of
1453
-
<constant>CURLINFO_RESPONSE_CODE</constant>
2248
+
Available since cURL 7.10.8
1454
2249
</simpara>
1455
2250
</listitem>
1456
2251
</varlistentry>
1457
-
<varlistentry xml:id="constant.curlinfo-response-code">
2252
+
<varlistentry xml:id="constant.curlinfo-retry-after">
1458
2253
<term>
1459
-
<constant>CURLINFO_RESPONSE_CODE</constant>
2254
+
<constant>CURLINFO_RETRY_AFTER</constant>
1460
2255
(<type>int</type>)
1461
2256
</term>
1462
2257
<listitem>
1463
2258
<simpara>
1464
-
Available since cURL 7.10.8
2259
+
Available as of PHP 8.2.0 and cURL 7.66.0
1465
2260
</simpara>
1466
2261
</listitem>
1467
2262
</varlistentry>
...
...
@@ -1520,6 +2315,28 @@
1520
2315
</simpara>
1521
2316
</listitem>
1522
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>
1523
2340
<varlistentry xml:id="constant.curlinfo-connect-time">
1524
2341
<term>
1525
2342
<constant>CURLINFO_CONNECT_TIME</constant>
...
...
@@ -1677,7 +2494,7 @@
1677
2494
<varlistentry xml:id="constant.curlinfo-redirect-url">
1678
2495
<term>
1679
2496
<constant>CURLINFO_REDIRECT_URL</constant>
1680
-
(<type>string</type>)
2497
+
(<type>int</type>)
1681
2498
</term>
1682
2499
<listitem>
1683
2500
<simpara>
...
...
@@ -1688,7 +2505,7 @@
1688
2505
<varlistentry xml:id="constant.curlinfo-primary-ip">
1689
2506
<term>
1690
2507
<constant>CURLINFO_PRIMARY_IP</constant>
1691
-
(<type>string</type>)
2508
+
(<type>int</type>)
1692
2509
</term>
1693
2510
<listitem>
1694
2511
<simpara>
...
...
@@ -1710,7 +2527,7 @@
1710
2527
<varlistentry xml:id="constant.curlinfo-local-ip">
1711
2528
<term>
1712
2529
<constant>CURLINFO_LOCAL_IP</constant>
1713
-
(<type>string</type>)
2530
+
(<type>int</type>)
1714
2531
</term>
1715
2532
<listitem>
1716
2533
<simpara>
...
...
@@ -1909,6 +2726,17 @@
1909
2726
</simpara>
1910
2727
</listitem>
1911
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>
1912
2740
<varlistentry xml:id="constant.curl-version-gssapi">
1913
2741
<term>
1914
2742
<constant>CURL_VERSION_GSSAPI</constant>
...
...
@@ -1933,6 +2761,17 @@
1933
2761
</simpara>
1934
2762
</listitem>
1935
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>
1936
2775
<varlistentry xml:id="constant.curl-version-idn">
1937
2776
<term>
1938
2777
<constant>CURL_VERSION_IDN</constant>
...
...
@@ -2026,6 +2865,17 @@
2026
2865
</simpara>
2027
2866
</listitem>
2028
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>
2029
2879
<varlistentry xml:id="constant.curl-version-largefile">
2030
2880
<term>
2031
2881
<constant>CURL_VERSION_LARGEFILE</constant>
...
...
@@ -2097,6 +2947,17 @@
2097
2947
</simpara>
2098
2948
</listitem>
2099
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>
2100
2961
<varlistentry xml:id="constant.curl-version-unix-sockets">
2101
2962
<term>
2102
2963
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
...
...
@@ -2109,6 +2970,17 @@
2109
2970
</simpara>
2110
2971
</listitem>
2111
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>
2112
2984
<varlistentry xml:id="constant.curl-version-libz">
2113
2985
<term>
2114
2986
<constant>CURL_VERSION_LIBZ</constant>
...
...
@@ -2340,6 +3212,17 @@
2340
3212
</simpara>
2341
3213
</listitem>
2342
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>
2343
3226
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
2344
3227
<term>
2345
3228
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
...
...
@@ -3154,6 +4037,28 @@
3154
4037
</simpara>
3155
4038
</listitem>
3156
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>
3157
4062
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
3158
4063
<term>
3159
4064
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
...
...
@@ -3209,6 +4114,50 @@
3209
4114
</simpara>
3210
4115
</listitem>
3211
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>
3212
4161
<varlistentry xml:id="constant.curlopt-username">
3213
4162
<term>
3214
4163
<constant>CURLOPT_USERNAME</constant>
...
...
@@ -3220,6 +4169,17 @@
3220
4169
</simpara>
3221
4170
</listitem>
3222
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
4180
+
</simpara>
4181
+
</listitem>
4182
+
</varlistentry>
3223
4183
<varlistentry xml:id="constant.curlopt-sasl-ir">
3224
4184
<term>
3225
4185
<constant>CURLOPT_SASL_IR</constant>
...
...
@@ -3330,7 +4290,7 @@
3330
4290
</simpara>
3331
4291
</listitem>
3332
4292
</varlistentry>
3333
-
<varlistentry xml:id="constant.curloptunix-socket-path">
4293
+
<varlistentry xml:id="constant.curlopt-unix-socket-path">
3334
4294
<term>
3335
4295
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
3336
4296
(<type>int</type>)
...
...
@@ -3341,7 +4301,7 @@
3341
4301
</simpara>
3342
4302
</listitem>
3343
4303
</varlistentry>
3344
-
<varlistentry xml:id="constant.curlopt-verifystatus">
4304
+
<varlistentry xml:id="constant.curlopt-ssl-verifystatus">
3345
4305
<term>
3346
4306
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
3347
4307
(<type>int</type>)
...
...
@@ -3385,6 +4345,17 @@
3385
4345
</simpara>
3386
4346
</listitem>
3387
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>
3388
4359
<varlistentry xml:id="constant.curlopt-proxy-service-name">
3389
4360
<term>
3390
4361
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
...
...
@@ -3517,6 +4488,17 @@
3517
4488
</simpara>
3518
4489
</listitem>
3519
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.
4499
+
</simpara>
4500
+
</listitem>
4501
+
</varlistentry>
3520
4502
<varlistentry xml:id="constant.curlmopt-chunk-length-penalty-size">
3521
4503
<term>
3522
4504
<constant>CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE</constant>
...
...
@@ -3836,6 +4818,28 @@
3836
4818
</simpara>
3837
4819
</listitem>
3838
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>
3839
4843
<varlistentry xml:id="constant.curlopt-request-target">
3840
4844
<term>
3841
4845
<constant>CURLOPT_REQUEST_TARGET</constant>
...
...
@@ -3883,7 +4887,7 @@
3883
4887
<varlistentry xml:id="constant.curlinfo-content-length-upload-t">
3884
4888
<term>
3885
4889
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>
3886
-
(<type>int</type>)
4890
+
(<type>int</type>)
3887
4891
</term>
3888
4892
<listitem>
3889
4893
<simpara>
...
...
@@ -4034,6 +5038,17 @@
4034
5038
</simpara>
4035
5039
</listitem>
4036
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>
4037
5052
<varlistentry xml:id="constant.curlopt-proxy-capath">
4038
5053
<term>
4039
5054
<constant>CURLOPT_PROXY_CAPATH</constant>
...
...
@@ -4367,7 +5382,7 @@
4367
5382
<varlistentry xml:id="constant.curlinfo-filetime-t">
4368
5383
<term>
4369
5384
<constant>CURLINFO_FILETIME_T</constant>
4370
-
(<type>int</type>)
5385
+
(<type>int</type>)
4371
5386
</term>
4372
5387
<listitem>
4373
5388
<simpara>
...
...
@@ -4430,7 +5445,7 @@
4430
5445
</simpara>
4431
5446
</listitem>
4432
5447
</varlistentry>
4433
-
<varlistentry xml:id="constant.curlinfo-lock-data-connect">
5448
+
<varlistentry xml:id="constant.curl-lock-data-connect">
4434
5449
<term>
4435
5450
<constant>CURL_LOCK_DATA_CONNECT</constant>
4436
5451
(<type>int</type>)
...
...
@@ -4441,7 +5456,7 @@
4441
5456
</simpara>
4442
5457
</listitem>
4443
5458
</varlistentry>
4444
-
<varlistentry xml:id="constant.curlinfo-lock-data-psl">
5459
+
<varlistentry xml:id="constant.curl-lock-data-psl">
4445
5460
<term>
4446
5461
<constant>CURL_LOCK_DATA_PSL</constant>
4447
5462
(<type>int</type>)
...
...
@@ -4553,7 +5568,7 @@
4553
5568
</varlistentry>
4554
5569
<varlistentry xml:id="constant.curlopt-http09-allowed">
4555
5570
<term>
4556
-
<constant>CURLOPT_HTTP09_ALLOWED </constant>
5571
+
<constant>CURLOPT_HTTP09_ALLOWED</constant>
4557
5572
(<type>int</type>)
4558
5573
</term>
4559
5574
<listitem>
...
...
@@ -4562,9 +5577,74 @@
4562
5577
</simpara>
4563
5578
</listitem>
4564
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>
4565
5646
</variablelist>
4566
5647
</appendix>
4567
-

4568
5648
<!-- Keep this comment at the end of the file
4569
5649
Local variables:
4570
5650
mode: sgml
4571
5651