reference/curl/constants.xml
47d4ae82e672d351876013db4174bd0bb593c9d2
...
...
@@ -12,29 +12,78 @@
12
12
<varlistentry xml:id="constant.curlopt-autoreferer">
13
13
<term>
14
14
<constant>CURLOPT_AUTOREFERER</constant>
15
-
(<type>integer</type>)
15
+
(<type>int</type>)
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>
23
23
<varlistentry xml:id="constant.curlopt-cookiesession">
24
24
<term>
25
25
<constant>CURLOPT_COOKIESESSION</constant>
26
-
(<type>integer</type>)
26
+
(<type>int</type>)
27
+
</term>
28
+
<listitem>
29
+
<simpara>
30
+

31
+
</simpara>
32
+
</listitem>
33
+
</varlistentry>
34
+
<varlistentry xml:id="constant.curlopt-doh-url">
35
+
<term>
36
+
<constant>CURLOPT_DOH_URL</constant>
37
+
(<type>int</type>)
38
+
</term>
39
+
<listitem>
40
+
<simpara>
41
+
Provides the DNS-over-HTTPS URL.
42
+
Available as of PHP 8.1.0 and cURL 7.62.0.
43
+
</simpara>
44
+
</listitem>
45
+
</varlistentry>
46
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifyhost">
47
+
<term>
48
+
<constant>CURLOPT_DOH_SSL_VERIFYHOST</constant>
49
+
(<type>int</type>)
27
50
</term>
28
51
<listitem>
29
52
<simpara>
30
-
Available since PHP 5.1.0
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.
55
+
</simpara>
56
+
</listitem>
57
+
</varlistentry>
58
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifypeer">
59
+
<term>
60
+
<constant>CURLOPT_DOH_SSL_VERIFYPEER</constant>
61
+
(<type>int</type>)
62
+
</term>
63
+
<listitem>
64
+
<simpara>
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.
67
+
</simpara>
68
+
</listitem>
69
+
</varlistentry>
70
+
<varlistentry xml:id="constant.curlopt-doh-ssl-verifystatus">
71
+
<term>
72
+
<constant>CURLOPT_DOH_SSL_VERIFYSTATUS</constant>
73
+
(<type>int</type>)
74
+
</term>
75
+
<listitem>
76
+
<simpara>
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.
31
80
</simpara>
32
81
</listitem>
33
82
</varlistentry>
34
83
<varlistentry xml:id="constant.curlopt-dns-use-global-cache">
35
84
<term>
36
85
<constant>CURLOPT_DNS_USE_GLOBAL_CACHE</constant>
37
-
(<type>integer</type>)
86
+
(<type>int</type>)
38
87
</term>
39
88
<listitem>
40
89
<simpara>
...
...
@@ -45,128 +94,139 @@
45
94
<varlistentry xml:id="constant.curlopt-dns-cache-timeout">
46
95
<term>
47
96
<constant>CURLOPT_DNS_CACHE_TIMEOUT</constant>
48
-
(<type>integer</type>)
49
-
</term>
50
-
<listitem>
51
-
<simpara>
52
-
53
-
</simpara>
54
-
</listitem>
55
-
</varlistentry>
56
-
<varlistentry xml:id="constant.curlopt-ftp-ssl">
57
-
<term>
58
-
<constant>CURLOPT_FTP_SSL</constant>
59
-
(<type>integer</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>integer</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>integer</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>integer</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>integer</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>integer</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>integer</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>integer</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>integer</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>integer</type>)
159
-
</term>
160
-
<listitem>
161
-
<simpara>
162
-
Available since PHP 5.1.0
163
-
</simpara>
164
-
</listitem>
165
-
</varlistentry>
97
+
(<type>int</type>)
98
+
</term>
99
+
<listitem>
100
+
<simpara>
101
+
102
+
</simpara>
103
+
</listitem>
104
+
</varlistentry>
105
+
<varlistentry xml:id="constant.curlopt-ftp-ssl">
106
+
<term>
107
+
<constant>CURLOPT_FTP_SSL</constant>
108
+
(<type>int</type>)
109
+
</term>
110
+
<listitem>
111
+
<simpara>
112
+

113
+
</simpara>
114
+
</listitem>
115
+
</varlistentry>
116
+
<varlistentry xml:id="constant.curlftp-create-dir">
117
+
<term>
118
+
<constant>CURLFTP_CREATE_DIR</constant>
119
+
(<type>int</type>)
120
+
</term>
121
+
<listitem>
122
+
<simpara>
123
+
Available since PHP 7.0.7 and cURL 7.19.3
124
+
</simpara>
125
+
</listitem>
126
+
</varlistentry>
127
+
<varlistentry xml:id="constant.curlftp-create-dir-none">
128
+
<term>
129
+
<constant>CURLFTP_CREATE_DIR_NONE</constant>
130
+
(<type>int</type>)
131
+
</term>
132
+
<listitem>
133
+
<simpara>
134
+
Available since PHP 7.0.7 and cURL 7.19.3
135
+
</simpara>
136
+
</listitem>
137
+
</varlistentry>
138
+
<varlistentry xml:id="constant.curlftp-create-dir-retry">
139
+
<term>
140
+
<constant>CURLFTP_CREATE_DIR_RETRY</constant>
141
+
(<type>int</type>)
142
+
</term>
143
+
<listitem>
144
+
<simpara>
145
+
Available since PHP 7.0.7 and cURL 7.19.3
146
+
</simpara>
147
+
</listitem>
148
+
</varlistentry>
149
+
<varlistentry xml:id="constant.curlftpssl-try">
150
+
<term>
151
+
<constant>CURLFTPSSL_TRY</constant>
152
+
(<type>int</type>)
153
+
</term>
154
+
<listitem>
155
+
<simpara>
156
+

157
+
</simpara>
158
+
</listitem>
159
+
</varlistentry>
160
+
<varlistentry xml:id="constant.curlftpssl-all">
161
+
<term>
162
+
<constant>CURLFTPSSL_ALL</constant>
163
+
(<type>int</type>)
164
+
</term>
165
+
<listitem>
166
+
<simpara>
167
+

168
+
</simpara>
169
+
</listitem>
170
+
</varlistentry>
171
+
<varlistentry xml:id="constant.curlftpssl-control">
172
+
<term>
173
+
<constant>CURLFTPSSL_CONTROL</constant>
174
+
(<type>int</type>)
175
+
</term>
176
+
<listitem>
177
+
<simpara>
178
+

179
+
</simpara>
180
+
</listitem>
181
+
</varlistentry>
182
+
<varlistentry xml:id="constant.curlftpssl-none">
183
+
<term>
184
+
<constant>CURLFTPSSL_NONE</constant>
185
+
(<type>int</type>)
186
+
</term>
187
+
<listitem>
188
+
<simpara>
189
+

190
+
</simpara>
191
+
</listitem>
192
+
</varlistentry>
193
+
<varlistentry xml:id="constant.curlftpmethod-default">
194
+
<term>
195
+
<constant>CURLFTPMETHOD_DEFAULT</constant>
196
+
(<type>int</type>)
197
+
</term>
198
+
<listitem>
199
+
<simpara>
200
+
Available as of PHP 8.2.0 and cURL 7.15.3.
201
+
</simpara>
202
+
</listitem>
203
+
</varlistentry>
204
+
<varlistentry xml:id="constant.curlopt-private">
205
+
<term>
206
+
<constant>CURLOPT_PRIVATE</constant>
207
+
(<type>int</type>)
208
+
</term>
209
+
<listitem>
210
+
<simpara>
211
+

212
+
</simpara>
213
+
</listitem>
214
+
</varlistentry>
215
+
<varlistentry xml:id="constant.curlopt-ftpsslauth">
216
+
<term>
217
+
<constant>CURLOPT_FTPSSLAUTH</constant>
218
+
(<type>int</type>)
219
+
</term>
220
+
<listitem>
221
+
<simpara>
222
+

223
+
</simpara>
224
+
</listitem>
225
+
</varlistentry>
166
226
<varlistentry xml:id="constant.curlopt-port">
167
227
<term>
168
228
<constant>CURLOPT_PORT</constant>
169
-
(<type>integer</type>)
229
+
(<type>int</type>)
170
230
</term>
171
231
<listitem>
172
232
<simpara>
...
...
@@ -177,7 +237,7 @@
177
237
<varlistentry xml:id="constant.curlopt-file">
178
238
<term>
179
239
<constant>CURLOPT_FILE</constant>
180
-
(<type>integer</type>)
240
+
(<type>int</type>)
181
241
</term>
182
242
<listitem>
183
243
<simpara>
...
...
@@ -189,7 +249,7 @@
189
249
<varlistentry xml:id="constant.curlopt-readdata">
190
250
<term>
191
251
<constant>CURLOPT_READDATA</constant>
192
-
(<type>integer</type>)
252
+
(<type>int</type>)
193
253
</term>
194
254
<listitem>
195
255
<simpara>
...
...
@@ -201,7 +261,7 @@
201
261
<varlistentry xml:id="constant.curlopt-infile">
202
262
<term>
203
263
<constant>CURLOPT_INFILE</constant>
204
-
(<type>integer</type>)
264
+
(<type>int</type>)
205
265
</term>
206
266
<listitem>
207
267
<simpara>
...
...
@@ -212,7 +272,7 @@
212
272
<varlistentry xml:id="constant.curlopt-infilesize">
213
273
<term>
214
274
<constant>CURLOPT_INFILESIZE</constant>
215
-
(<type>integer</type>)
275
+
(<type>int</type>)
216
276
</term>
217
277
<listitem>
218
278
<simpara>
...
...
@@ -220,10 +280,22 @@
220
280
</simpara>
221
281
</listitem>
222
282
</varlistentry>
283
+
<varlistentry xml:id="constant.curlopt-issuercert-blob">
284
+
<term>
285
+
<constant>CURLOPT_ISSUERCERT_BLOB</constant>
286
+
(<type>int</type>)
287
+
</term>
288
+
<listitem>
289
+
<simpara>
290
+
Issuer SSL certificate from memory blob.
291
+
Available as of PHP 8.1.0 and cURL 7.71.0.
292
+
</simpara>
293
+
</listitem>
294
+
</varlistentry>
223
295
<varlistentry xml:id="constant.curlopt-url">
224
296
<term>
225
297
<constant>CURLOPT_URL</constant>
226
-
(<type>integer</type>)
298
+
(<type>int</type>)
227
299
</term>
228
300
<listitem>
229
301
<simpara>
...
...
@@ -234,7 +306,7 @@
234
306
<varlistentry xml:id="constant.curlopt-proxy">
235
307
<term>
236
308
<constant>CURLOPT_PROXY</constant>
237
-
(<type>integer</type>)
309
+
(<type>int</type>)
238
310
</term>
239
311
<listitem>
240
312
<simpara>
...
...
@@ -242,10 +314,58 @@
242
314
</simpara>
243
315
</listitem>
244
316
</varlistentry>
317
+
<varlistentry xml:id="constant.curlopt-proxy-issuercert">
318
+
<term>
319
+
<constant>CURLOPT_PROXY_ISSUERCERT</constant>
320
+
(<type>int</type>)
321
+
</term>
322
+
<listitem>
323
+
<simpara>
324
+
Proxy issuer SSL certificate filename.
325
+
Available as of PHP 8.1.0 and cURL 7.71.0.
326
+
</simpara>
327
+
</listitem>
328
+
</varlistentry>
329
+
<varlistentry xml:id="constant.curlopt-proxy-issuercert-blob">
330
+
<term>
331
+
<constant>CURLOPT_PROXY_ISSUERCERT_BLOB</constant>
332
+
(<type>int</type>)
333
+
</term>
334
+
<listitem>
335
+
<simpara>
336
+
Proxy issuer SSL certificate from memory blob.
337
+
Available as of PHP 8.1.0 and cURL 7.71.0.
338
+
</simpara>
339
+
</listitem>
340
+
</varlistentry>
341
+
<varlistentry xml:id="constant.curlopt-proxy-sslcert-blob">
342
+
<term>
343
+
<constant>CURLOPT_PROXY_SSLCERT_BLOB</constant>
344
+
(<type>int</type>)
345
+
</term>
346
+
<listitem>
347
+
<simpara>
348
+
SSL proxy client certificate from memory blob.
349
+
Available as of PHP 8.1.0 and cURL 7.71.0.
350
+
</simpara>
351
+
</listitem>
352
+
</varlistentry>
353
+
<varlistentry xml:id="constant.curlopt-proxy-sslkey-blob">
354
+
<term>
355
+
<constant>CURLOPT_PROXY_SSLKEY_BLOB</constant>
356
+
(<type>int</type>)
357
+
</term>
358
+
<listitem>
359
+
<simpara>
360
+
Private key for proxy cert from memory blob.
361
+
Available as of PHP 8.1.0 and cURL 7.71.0.
362
+
</simpara>
363
+
</listitem>
364
+
</varlistentry>
245
365
<varlistentry xml:id="constant.curlopt-verbose">
246
366
<term>
247
367
<constant>CURLOPT_VERBOSE</constant>
248
-
(<type>integer</type>)
368
+
(<type>int</type>)
249
369
</term>
250
370
<listitem>
251
371
<simpara>
...
...
@@ -253,10 +373,76 @@
253
373
</simpara>
254
374
</listitem>
255
375
</varlistentry>
376
+
<varlistentry xml:id="constant.curlopt-altsvc">
377
+
<term>
378
+
<constant>CURLOPT_ALTSVC</constant>
379
+
(<type>int</type>)
380
+
</term>
381
+
<listitem>
382
+
<simpara>
383
+
Available as of PHP 8.2.0 and cURL 7.64.1.
384
+
</simpara>
385
+
</listitem>
386
+
</varlistentry>
387
+
<varlistentry xml:id="constant.curlopt-altsvc-ctrl">
388
+
<term>
389
+
<constant>CURLOPT_ALTSVC_CTRL</constant>
390
+
(<type>int</type>)
391
+
</term>
392
+
<listitem>
393
+
<simpara>
394
+
Available as of PHP 8.2.0 and cURL 7.64.1.
395
+
</simpara>
396
+
</listitem>
397
+
</varlistentry>
398
+
<varlistentry xml:id="constant.curlaltsvc-h1">
399
+
<term>
400
+
<constant>CURLALTSVC_H1</constant>
401
+
(<type>int</type>)
402
+
</term>
403
+
<listitem>
404
+
<simpara>
405
+
Available as of PHP 8.2.0 and cURL 7.64.1.
406
+
</simpara>
407
+
</listitem>
408
+
</varlistentry>
409
+
<varlistentry xml:id="constant.curlaltsvc-h2">
410
+
<term>
411
+
<constant>CURLALTSVC_H2</constant>
412
+
(<type>int</type>)
413
+
</term>
414
+
<listitem>
415
+
<simpara>
416
+
Available as of PHP 8.2.0 and cURL 7.64.1.
417
+
</simpara>
418
+
</listitem>
419
+
</varlistentry>
420
+
<varlistentry xml:id="constant.curlaltsvc-h3">
421
+
<term>
422
+
<constant>CURLALTSVC_H3</constant>
423
+
(<type>int</type>)
424
+
</term>
425
+
<listitem>
426
+
<simpara>
427
+
Available as of PHP 8.2.0 and cURL 7.64.1.
428
+
</simpara>
429
+
</listitem>
430
+
</varlistentry>
431
+
<varlistentry xml:id="constant.curlaltsvc-readonlyfile">
432
+
<term>
433
+
<constant>CURLALTSVC_READONLYFILE</constant>
434
+
(<type>int</type>)
435
+
</term>
436
+
<listitem>
437
+
<simpara>
438
+
Available as of PHP 8.2.0 and cURL 7.64.1.
439
+
</simpara>
440
+
</listitem>
441
+
</varlistentry>
256
442
<varlistentry xml:id="constant.curlopt-header">
257
443
<term>
258
444
<constant>CURLOPT_HEADER</constant>
259
-
(<type>integer</type>)
445
+
(<type>int</type>)
260
446
</term>
261
447
<listitem>
262
448
<simpara>
...
...
@@ -267,7 +453,7 @@
267
453
<varlistentry xml:id="constant.curlopt-httpheader">
268
454
<term>
269
455
<constant>CURLOPT_HTTPHEADER</constant>
270
-
(<type>integer</type>)
456
+
(<type>int</type>)
271
457
</term>
272
458
<listitem>
273
459
<simpara>
...
...
@@ -278,7 +464,7 @@
278
464
<varlistentry xml:id="constant.curlopt-noprogress">
279
465
<term>
280
466
<constant>CURLOPT_NOPROGRESS</constant>
281
-
(<type>integer</type>)
467
+
(<type>int</type>)
282
468
</term>
283
469
<listitem>
284
470
<simpara>
...
...
@@ -289,7 +475,7 @@
289
475
<varlistentry xml:id="constant.curlopt-nobody">
290
476
<term>
291
477
<constant>CURLOPT_NOBODY</constant>
292
-
(<type>integer</type>)
478
+
(<type>int</type>)
293
479
</term>
294
480
<listitem>
295
481
<simpara>
...
...
@@ -300,7 +486,7 @@
300
486
<varlistentry xml:id="constant.curlopt-failonerror">
301
487
<term>
302
488
<constant>CURLOPT_FAILONERROR</constant>
303
-
(<type>integer</type>)
489
+
(<type>int</type>)
304
490
</term>
305
491
<listitem>
306
492
<simpara>
...
...
@@ -311,7 +497,7 @@
311
497
<varlistentry xml:id="constant.curlopt-upload">
312
498
<term>
313
499
<constant>CURLOPT_UPLOAD</constant>
314
-
(<type>integer</type>)
500
+
(<type>int</type>)
315
501
</term>
316
502
<listitem>
317
503
<simpara>
...
...
@@ -319,10 +505,21 @@
319
505
</simpara>
320
506
</listitem>
321
507
</varlistentry>
508
+
<varlistentry xml:id="constant.curlopt-upload-buffersize">
509
+
<term>
510
+
<constant>CURLOPT_UPLOAD_BUFFERSIZE</constant>
511
+
(<type>int</type>)
512
+
</term>
513
+
<listitem>
514
+
<simpara>
515
+
Available as of PHP 8.2.0 and cURL 7.62.0
516
+
</simpara>
517
+
</listitem>
518
+
</varlistentry>
322
519
<varlistentry xml:id="constant.curlopt-post">
323
520
<term>
324
521
<constant>CURLOPT_POST</constant>
325
-
(<type>integer</type>)
522
+
(<type>int</type>)
326
523
</term>
327
524
<listitem>
328
525
<simpara>
...
...
@@ -333,7 +530,7 @@
333
530
<varlistentry xml:id="constant.curlopt-ftplistonly">
334
531
<term>
335
532
<constant>CURLOPT_FTPLISTONLY</constant>
336
-
(<type>integer</type>)
533
+
(<type>int</type>)
337
534
</term>
338
535
<listitem>
339
536
<simpara>
...
...
@@ -344,7 +541,7 @@
344
541
<varlistentry xml:id="constant.curlopt-ftpappend">
345
542
<term>
346
543
<constant>CURLOPT_FTPAPPEND</constant>
347
-
(<type>integer</type>)
544
+
(<type>int</type>)
348
545
</term>
349
546
<listitem>
350
547
<simpara>
...
...
@@ -355,7 +552,7 @@
355
552
<varlistentry xml:id="constant.curlopt-ftp-create-missing-dirs">
356
553
<term>
357
554
<constant>CURLOPT_FTP_CREATE_MISSING_DIRS</constant>
358
-
(<type>integer</type>)
555
+
(<type>int</type>)
359
556
</term>
360
557
<listitem>
361
558
<simpara>
...
...
@@ -366,7 +563,7 @@
366
563
<varlistentry xml:id="constant.curlopt-netrc">
367
564
<term>
368
565
<constant>CURLOPT_NETRC</constant>
369
-
(<type>integer</type>)
566
+
(<type>int</type>)
370
567
</term>
371
568
<listitem>
372
569
<simpara>
...
...
@@ -377,19 +574,19 @@
377
574
<varlistentry xml:id="constant.curlopt-followlocation">
378
575
<term>
379
576
<constant>CURLOPT_FOLLOWLOCATION</constant>
380
-
(<type>integer</type>)
577
+
(<type>int</type>)
381
578
</term>
382
579
<listitem>
383
580
<simpara>
384
581
This constant is not available when <link linkend="ini.open-basedir">open_basedir</link>
385
-
or <link linkend="ini.safe-mode">safe_mode</link> are enabled.
582
+
is enabled.
386
583
</simpara>
387
584
</listitem>
388
585
</varlistentry>
389
586
<varlistentry xml:id="constant.curlopt-ftpascii">
390
587
<term>
391
588
<constant>CURLOPT_FTPASCII</constant>
392
-
(<type>integer</type>)
589
+
(<type>int</type>)
393
590
</term>
394
591
<listitem>
395
592
<simpara>
...
...
@@ -400,7 +597,7 @@
400
597
<varlistentry xml:id="constant.curlopt-put">
401
598
<term>
402
599
<constant>CURLOPT_PUT</constant>
403
-
(<type>integer</type>)
600
+
(<type>int</type>)
404
601
</term>
405
602
<listitem>
406
603
<simpara>
...
...
@@ -408,21 +605,32 @@
408
605
</simpara>
409
606
</listitem>
410
607
</varlistentry>
608
+
<varlistentry xml:id="constant.curlopt-mime-options">
609
+
<term>
610
+
<constant>CURLOPT_MIME_OPTIONS</constant>
611
+
(<type>int</type>)
612
+
</term>
613
+
<listitem>
614
+
<simpara>
615
+
Available as of PHP 8.3.0 and cURL 7.81.0
616
+
</simpara>
617
+
</listitem>
618
+
</varlistentry>
411
619
<varlistentry xml:id="constant.curlopt-mute">
412
620
<term>
413
621
<constant>CURLOPT_MUTE</constant>
414
-
(<type>integer</type>)
622
+
(<type>int</type>)
415
623
</term>
416
624
<listitem>
417
625
<simpara>
418
-
626
+
Removed as of cURL 7.15.5; use <constant>CURLOPT_RETURNTRANSFER</constant> instead.
419
627
</simpara>
420
628
</listitem>
421
629
</varlistentry>
422
630
<varlistentry xml:id="constant.curlopt-userpwd">
423
631
<term>
424
632
<constant>CURLOPT_USERPWD</constant>
425
-
(<type>integer</type>)
633
+
(<type>int</type>)
426
634
</term>
427
635
<listitem>
428
636
<simpara>
...
...
@@ -433,7 +641,7 @@
433
641
<varlistentry xml:id="constant.curlopt-proxyuserpwd">
434
642
<term>
435
643
<constant>CURLOPT_PROXYUSERPWD</constant>
436
-
(<type>integer</type>)
644
+
(<type>int</type>)
437
645
</term>
438
646
<listitem>
439
647
<simpara>
...
...
@@ -444,7 +652,7 @@
444
652
<varlistentry xml:id="constant.curlopt-range">
445
653
<term>
446
654
<constant>CURLOPT_RANGE</constant>
447
-
(<type>integer</type>)
655
+
(<type>int</type>)
448
656
</term>
449
657
<listitem>
450
658
<simpara>
...
...
@@ -455,7 +663,7 @@
455
663
<varlistentry xml:id="constant.curlopt-timeout">
456
664
<term>
457
665
<constant>CURLOPT_TIMEOUT</constant>
458
-
(<type>integer</type>)
666
+
(<type>int</type>)
459
667
</term>
460
668
<listitem>
461
669
<simpara>
...
...
@@ -466,7 +674,7 @@
466
674
<varlistentry xml:id="constant.curlopt-timeout-ms">
467
675
<term>
468
676
<constant>CURLOPT_TIMEOUT_MS</constant>
469
-
(<type>integer</type>)
677
+
(<type>int</type>)
470
678
</term>
471
679
<listitem>
472
680
<simpara>
...
...
@@ -477,18 +685,18 @@
477
685
<varlistentry xml:id="constant.curlopt-tcp-nodelay">
478
686
<term>
479
687
<constant>CURLOPT_TCP_NODELAY</constant>
480
-
(<type>integer</type>)
688
+
(<type>int</type>)
481
689
</term>
482
690
<listitem>
483
691
<simpara>
484
-
Available since PHP 5.2.1
692
+

485
693
</simpara>
486
694
</listitem>
487
695
</varlistentry>
488
696
<varlistentry xml:id="constant.curlopt-postfields">
489
697
<term>
490
698
<constant>CURLOPT_POSTFIELDS</constant>
491
-
(<type>integer</type>)
699
+
(<type>int</type>)
492
700
</term>
493
701
<listitem>
494
702
<simpara>
...
...
@@ -499,18 +707,18 @@
499
707
<varlistentry xml:id="constant.curlopt-progressfunction">
500
708
<term>
501
709
<constant>CURLOPT_PROGRESSFUNCTION</constant>
502
-
(<type>integer</type>)
710
+
(<type>int</type>)
503
711
</term>
504
712
<listitem>
505
713
<simpara>
506
-
Available since PHP 5.3.0
714
+

507
715
</simpara>
508
716
</listitem>
509
717
</varlistentry>
510
718
<varlistentry xml:id="constant.curlopt-referer">
511
719
<term>
512
720
<constant>CURLOPT_REFERER</constant>
513
-
(<type>integer</type>)
721
+
(<type>int</type>)
514
722
</term>
515
723
<listitem>
516
724
<simpara>
...
...
@@ -521,7 +729,7 @@
521
729
<varlistentry xml:id="constant.curlopt-useragent">
522
730
<term>
523
731
<constant>CURLOPT_USERAGENT</constant>
524
-
(<type>integer</type>)
732
+
(<type>int</type>)
525
733
</term>
526
734
<listitem>
527
735
<simpara>
...
...
@@ -532,7 +740,7 @@
532
740
<varlistentry xml:id="constant.curlopt-ftpport">
533
741
<term>
534
742
<constant>CURLOPT_FTPPORT</constant>
535
-
(<type>integer</type>)
743
+
(<type>int</type>)
536
744
</term>
537
745
<listitem>
538
746
<simpara>
...
...
@@ -543,7 +751,7 @@
543
751
<varlistentry xml:id="constant.curlopt-ftp-use-epsv">
544
752
<term>
545
753
<constant>CURLOPT_FTP_USE_EPSV</constant>
546
-
(<type>integer</type>)
754
+
(<type>int</type>)
547
755
</term>
548
756
<listitem>
549
757
<simpara>
...
...
@@ -554,7 +762,7 @@
554
762
<varlistentry xml:id="constant.curlopt-low-speed-limit">
555
763
<term>
556
764
<constant>CURLOPT_LOW_SPEED_LIMIT</constant>
557
-
(<type>integer</type>)
765
+
(<type>int</type>)
558
766
</term>
559
767
<listitem>
560
768
<simpara>
...
...
@@ -565,7 +773,7 @@
565
773
<varlistentry xml:id="constant.curlopt-low-speed-time">
566
774
<term>
567
775
<constant>CURLOPT_LOW_SPEED_TIME</constant>
568
-
(<type>integer</type>)
776
+
(<type>int</type>)
569
777
</term>
570
778
<listitem>
571
779
<simpara>
...
...
@@ -576,7 +784,7 @@
576
784
<varlistentry xml:id="constant.curlopt-resume-from">
577
785
<term>
578
786
<constant>CURLOPT_RESUME_FROM</constant>
579
-
(<type>integer</type>)
787
+
(<type>int</type>)
580
788
</term>
581
789
<listitem>
582
790
<simpara>
...
...
@@ -587,7 +795,7 @@
587
795
<varlistentry xml:id="constant.curlopt-cookie">
588
796
<term>
589
797
<constant>CURLOPT_COOKIE</constant>
590
-
(<type>integer</type>)
798
+
(<type>int</type>)
591
799
</term>
592
800
<listitem>
593
801
<simpara>
...
...
@@ -595,10 +803,21 @@
595
803
</simpara>
596
804
</listitem>
597
805
</varlistentry>
806
+
<varlistentry xml:id="constant.curlopt-cookielist">
807
+
<term>
808
+
<constant>CURLOPT_COOKIELIST</constant>
809
+
(<type>int</type>)
810
+
</term>
811
+
<listitem>
812
+
<simpara>
813
+
Available since cURL 7.14.1
814
+
</simpara>
815
+
</listitem>
816
+
</varlistentry>
598
817
<varlistentry xml:id="constant.curlopt-sslcert">
599
818
<term>
600
819
<constant>CURLOPT_SSLCERT</constant>
601
-
(<type>integer</type>)
820
+
(<type>int</type>)
602
821
</term>
603
822
<listitem>
604
823
<simpara>
...
...
@@ -606,10 +825,22 @@
606
825
</simpara>
607
826
</listitem>
608
827
</varlistentry>
828
+
<varlistentry xml:id="constant.curlopt-sslcert-blob">
829
+
<term>
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>
609
840
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
610
841
<term>
611
842
<constant>CURLOPT_SSLCERTPASSWD</constant>
612
-
(<type>integer</type>)
843
+
(<type>int</type>)
613
844
</term>
614
845
<listitem>
615
846
<simpara>
...
...
@@ -617,10 +848,22 @@
617
848
</simpara>
618
849
</listitem>
619
850
</varlistentry>
851
+
<varlistentry xml:id="constant.curlopt-sslkey-blob">
852
+
<term>
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>
620
863
<varlistentry xml:id="constant.curlopt-writeheader">
621
864
<term>
622
865
<constant>CURLOPT_WRITEHEADER</constant>
623
-
(<type>integer</type>)
866
+
(<type>int</type>)
624
867
</term>
625
868
<listitem>
626
869
<simpara>
...
...
@@ -628,10 +871,21 @@
628
871
</simpara>
629
872
</listitem>
630
873
</varlistentry>
874
+
<varlistentry xml:id="constant.curlopt-ws-options">
875
+
<term>
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>
631
885
<varlistentry xml:id="constant.curlopt-ssl-verifyhost">
632
886
<term>
633
887
<constant>CURLOPT_SSL_VERIFYHOST</constant>
634
-
(<type>integer</type>)
888
+
(<type>int</type>)
635
889
</term>
636
890
<listitem>
637
891
<simpara>
...
...
@@ -642,7 +896,7 @@
642
896
<varlistentry xml:id="constant.curlopt-cookiefile">
643
897
<term>
644
898
<constant>CURLOPT_COOKIEFILE</constant>
645
-
(<type>integer</type>)
899
+
(<type>int</type>)
646
900
</term>
647
901
<listitem>
648
902
<simpara>
...
...
@@ -653,7 +907,7 @@
653
907
<varlistentry xml:id="constant.curlopt-sslversion">
654
908
<term>
655
909
<constant>CURLOPT_SSLVERSION</constant>
656
-
(<type>integer</type>)
910
+
(<type>int</type>)
657
911
</term>
658
912
<listitem>
659
913
<simpara>
...
...
@@ -661,10 +915,10 @@
661
915
</simpara>
662
916
</listitem>
663
917
</varlistentry>
664
-
<varlistentry xml:id="constant.curlopt-sslversion-default">
918
+
<varlistentry xml:id="constant.curl-sslversion-default">
665
919
<term>
666
920
<constant>CURL_SSLVERSION_DEFAULT</constant>
667
-
(<type>integer</type>)
921
+
(<type>int</type>)
668
922
</term>
669
923
<listitem>
670
924
<simpara>
...
...
@@ -672,10 +926,10 @@
672
926
</simpara>
673
927
</listitem>
674
928
</varlistentry>
675
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1">
929
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1">
676
930
<term>
677
931
<constant>CURL_SSLVERSION_TLSv1</constant>
678
-
(<type>integer</type>)
932
+
(<type>int</type>)
679
933
</term>
680
934
<listitem>
681
935
<simpara>
...
...
@@ -683,10 +937,10 @@
683
937
</simpara>
684
938
</listitem>
685
939
</varlistentry>
686
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv2">
940
+
<varlistentry xml:id="constant.curl-sslversion-sslv2">
687
941
<term>
688
942
<constant>CURL_SSLVERSION_SSLv2</constant>
689
-
(<type>integer</type>)
943
+
(<type>int</type>)
690
944
</term>
691
945
<listitem>
692
946
<simpara>
...
...
@@ -694,10 +948,10 @@
694
948
</simpara>
695
949
</listitem>
696
950
</varlistentry>
697
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv3">
951
+
<varlistentry xml:id="constant.curl-sslversion-sslv3">
698
952
<term>
699
953
<constant>CURL_SSLVERSION_SSLv3</constant>
700
-
(<type>integer</type>)
954
+
(<type>int</type>)
701
955
</term>
702
956
<listitem>
703
957
<simpara>
...
...
@@ -705,43 +959,43 @@
705
959
</simpara>
706
960
</listitem>
707
961
</varlistentry>
708
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-0">
962
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-0">
709
963
<term>
710
964
<constant>CURL_SSLVERSION_TLSv1_0</constant>
711
-
(<type>integer</type>)
965
+
(<type>int</type>)
712
966
</term>
713
967
<listitem>
714
968
<simpara>
715
-
Available since PHP 5.5.19 and 5.6.3
969
+

716
970
</simpara>
717
971
</listitem>
718
972
</varlistentry>
719
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-1">
973
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-1">
720
974
<term>
721
975
<constant>CURL_SSLVERSION_TLSv1_1</constant>
722
-
(<type>integer</type>)
976
+
(<type>int</type>)
723
977
</term>
724
978
<listitem>
725
979
<simpara>
726
-
Available since PHP 5.5.19 and 5.6.3
980
+

727
981
</simpara>
728
982
</listitem>
729
983
</varlistentry>
730
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-2">
984
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-2">
731
985
<term>
732
986
<constant>CURL_SSLVERSION_TLSv1_2</constant>
733
-
(<type>integer</type>)
987
+
(<type>int</type>)
734
988
</term>
735
989
<listitem>
736
990
<simpara>
737
-
Available since PHP 5.5.19 and 5.6.3
991
+

738
992
</simpara>
739
993
</listitem>
740
994
</varlistentry>
741
-
<varlistentry xml:id="constant.curlopt-timecondition">
995
+
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
742
996
<term>
743
-
<constant>CURLOPT_TIMECONDITION</constant>
744
-
(<type>integer</type>)
997
+
<constant>CURL_SSLVERSION_TLSv1_3</constant>
998
+
(<type>int</type>)
745
999
</term>
746
1000
<listitem>
747
1001
<simpara>
...
...
@@ -749,10 +1003,10 @@
749
1003
</simpara>
750
1004
</listitem>
751
1005
</varlistentry>
752
-
<varlistentry xml:id="constant.curlopt-timevalue">
1006
+
<varlistentry xml:id="constant.curlopt-timecondition">
753
1007
<term>
754
-
<constant>CURLOPT_TIMEVALUE</constant>
755
-
(<type>integer</type>)
1008
+
<constant>CURLOPT_TIMECONDITION</constant>
1009
+
(<type>int</type>)
756
1010
</term>
757
1011
<listitem>
758
1012
<simpara>
...
...
@@ -760,10 +1014,21 @@
760
1014
</simpara>
761
1015
</listitem>
762
1016
</varlistentry>
763
-
<varlistentry xml:id="constant.curlopt-customrequest">
1017
+
<varlistentry xml:id="constant.curlopt-timevalue">
1018
+
<term>
1019
+
<constant>CURLOPT_TIMEVALUE</constant>
1020
+
(<type>int</type>)
1021
+
</term>
1022
+
<listitem>
1023
+
<simpara>
1024
+
1025
+
</simpara>
1026
+
</listitem>
1027
+
</varlistentry>
1028
+
<varlistentry xml:id="constant.curlopt-customrequest">
764
1029
<term>
765
1030
<constant>CURLOPT_CUSTOMREQUEST</constant>
766
-
(<type>integer</type>)
1031
+
(<type>int</type>)
767
1032
</term>
768
1033
<listitem>
769
1034
<simpara>
...
...
@@ -774,7 +1039,7 @@
774
1039
<varlistentry xml:id="constant.curlopt-stderr">
775
1040
<term>
776
1041
<constant>CURLOPT_STDERR</constant>
777
-
(<type>integer</type>)
1042
+
(<type>int</type>)
778
1043
</term>
779
1044
<listitem>
780
1045
<simpara>
...
...
@@ -785,7 +1050,7 @@
785
1050
<varlistentry xml:id="constant.curlopt-transfertext">
786
1051
<term>
787
1052
<constant>CURLOPT_TRANSFERTEXT</constant>
788
-
(<type>integer</type>)
1053
+
(<type>int</type>)
789
1054
</term>
790
1055
<listitem>
791
1056
<simpara>
...
...
@@ -796,7 +1061,7 @@
796
1061
<varlistentry xml:id="constant.curlopt-returntransfer">
797
1062
<term>
798
1063
<constant>CURLOPT_RETURNTRANSFER</constant>
799
-
(<type>integer</type>)
1064
+
(<type>int</type>)
800
1065
</term>
801
1066
<listitem>
802
1067
<simpara>
...
...
@@ -804,10 +1069,21 @@
804
1069
</simpara>
805
1070
</listitem>
806
1071
</varlistentry>
1072
+
<varlistentry xml:id="constant.curlopt-quick-exit">
1073
+
<term>
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>
807
1083
<varlistentry xml:id="constant.curlopt-quote">
808
1084
<term>
809
1085
<constant>CURLOPT_QUOTE</constant>
810
-
(<type>integer</type>)
1086
+
(<type>int</type>)
811
1087
</term>
812
1088
<listitem>
813
1089
<simpara>
...
...
@@ -818,7 +1094,7 @@
818
1094
<varlistentry xml:id="constant.curlopt-postquote">
819
1095
<term>
820
1096
<constant>CURLOPT_POSTQUOTE</constant>
821
-
(<type>integer</type>)
1097
+
(<type>int</type>)
822
1098
</term>
823
1099
<listitem>
824
1100
<simpara>
...
...
@@ -829,7 +1105,7 @@
829
1105
<varlistentry xml:id="constant.curlopt-interface">
830
1106
<term>
831
1107
<constant>CURLOPT_INTERFACE</constant>
832
-
(<type>integer</type>)
1108
+
(<type>int</type>)
833
1109
</term>
834
1110
<listitem>
835
1111
<simpara>
...
...
@@ -840,7 +1116,7 @@
840
1116
<varlistentry xml:id="constant.curlopt-krb4level">
841
1117
<term>
842
1118
<constant>CURLOPT_KRB4LEVEL</constant>
843
-
(<type>integer</type>)
1119
+
(<type>int</type>)
844
1120
</term>
845
1121
<listitem>
846
1122
<simpara>
...
...
@@ -851,7 +1127,7 @@
851
1127
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
852
1128
<term>
853
1129
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
854
-
(<type>integer</type>)
1130
+
(<type>int</type>)
855
1131
</term>
856
1132
<listitem>
857
1133
<simpara>
...
...
@@ -862,7 +1138,7 @@
862
1138
<varlistentry xml:id="constant.curlopt-filetime">
863
1139
<term>
864
1140
<constant>CURLOPT_FILETIME</constant>
865
-
(<type>integer</type>)
1141
+
(<type>int</type>)
866
1142
</term>
867
1143
<listitem>
868
1144
<simpara>
...
...
@@ -873,7 +1149,7 @@
873
1149
<varlistentry xml:id="constant.curlopt-writefunction">
874
1150
<term>
875
1151
<constant>CURLOPT_WRITEFUNCTION</constant>
876
-
(<type>integer</type>)
1152
+
(<type>int</type>)
877
1153
</term>
878
1154
<listitem>
879
1155
<simpara>
...
...
@@ -884,7 +1160,7 @@
884
1160
<varlistentry xml:id="constant.curlopt-readfunction">
885
1161
<term>
886
1162
<constant>CURLOPT_READFUNCTION</constant>
887
-
(<type>integer</type>)
1163
+
(<type>int</type>)
888
1164
</term>
889
1165
<listitem>
890
1166
<simpara>
...
...
@@ -895,18 +1171,18 @@
895
1171
<varlistentry xml:id="constant.curlopt-passwdfunction">
896
1172
<term>
897
1173
<constant>CURLOPT_PASSWDFUNCTION</constant>
898
-
(<type>integer</type>)
1174
+
(<type>int</type>)
899
1175
</term>
900
1176
<listitem>
901
1177
<simpara>
902
-
1178
+
Removed as of PHP 7.3.0.
903
1179
</simpara>
904
1180
</listitem>
905
1181
</varlistentry>
906
1182
<varlistentry xml:id="constant.curlopt-headerfunction">
907
1183
<term>
908
1184
<constant>CURLOPT_HEADERFUNCTION</constant>
909
-
(<type>integer</type>)
1185
+
(<type>int</type>)
910
1186
</term>
911
1187
<listitem>
912
1188
<simpara>
...
...
@@ -914,21 +1190,43 @@
914
1190
</simpara>
915
1191
</listitem>
916
1192
</varlistentry>
917
-
<varlistentry xml:id="constant.curlopt-maxredirs">
1193
+
<varlistentry xml:id="constant.curlopt-maxage-conn">
918
1194
<term>
919
-
<constant>CURLOPT_MAXREDIRS</constant>
920
-
(<type>integer</type>)
1195
+
<constant>CURLOPT_MAXAGE_CONN</constant>
1196
+
(<type>int</type>)
921
1197
</term>
922
1198
<listitem>
923
1199
<simpara>
924
-
1200
+
Available as of PHP 8.2.0 and cURL 7.65.0
925
1201
</simpara>
926
1202
</listitem>
927
1203
</varlistentry>
928
-
<varlistentry xml:id="constant.curlopt-maxconnects">
1204
+
<varlistentry xml:id="constant.curlopt-maxfilesize-large">
929
1205
<term>
930
-
<constant>CURLOPT_MAXCONNECTS</constant>
931
-
(<type>integer</type>)
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>
1229
+
(<type>int</type>)
932
1230
</term>
933
1231
<listitem>
934
1232
<simpara>
...
...
@@ -936,21 +1234,21 @@
936
1234
</simpara>
937
1235
</listitem>
938
1236
</varlistentry>
939
-
<varlistentry xml:id="constant.curlopt-closepolicy">
1237
+
<varlistentry xml:id="constant.curlopt-maxconnects">
940
1238
<term>
941
-
<constant>CURLOPT_CLOSEPOLICY</constant>
942
-
(<type>integer</type>)
1239
+
<constant>CURLOPT_MAXCONNECTS</constant>
1240
+
(<type>int</type>)
943
1241
</term>
944
1242
<listitem>
945
1243
<simpara>
946
-
Removed in PHP 5.6.0.
1244
+
947
1245
</simpara>
948
1246
</listitem>
949
1247
</varlistentry>
950
1248
<varlistentry xml:id="constant.curlopt-fresh-connect">
951
1249
<term>
952
1250
<constant>CURLOPT_FRESH_CONNECT</constant>
953
-
(<type>integer</type>)
1251
+
(<type>int</type>)
954
1252
</term>
955
1253
<listitem>
956
1254
<simpara>
...
...
@@ -961,7 +1259,7 @@
961
1259
<varlistentry xml:id="constant.curlopt-forbid-reuse">
962
1260
<term>
963
1261
<constant>CURLOPT_FORBID_REUSE</constant>
964
-
(<type>integer</type>)
1262
+
(<type>int</type>)
965
1263
</term>
966
1264
<listitem>
967
1265
<simpara>
...
...
@@ -972,7 +1270,7 @@
972
1270
<varlistentry xml:id="constant.curlopt-random-file">
973
1271
<term>
974
1272
<constant>CURLOPT_RANDOM_FILE</constant>
975
-
(<type>integer</type>)
1273
+
(<type>int</type>)
976
1274
</term>
977
1275
<listitem>
978
1276
<simpara>
...
...
@@ -983,7 +1281,7 @@
983
1281
<varlistentry xml:id="constant.curlopt-egdsocket">
984
1282
<term>
985
1283
<constant>CURLOPT_EGDSOCKET</constant>
986
-
(<type>integer</type>)
1284
+
(<type>int</type>)
987
1285
</term>
988
1286
<listitem>
989
1287
<simpara>
...
...
@@ -994,106 +1292,130 @@
994
1292
<varlistentry xml:id="constant.curlopt-connecttimeout">
995
1293
<term>
996
1294
<constant>CURLOPT_CONNECTTIMEOUT</constant>
997
-
(<type>integer</type>)
1295
+
(<type>int</type>)
998
1296
</term>
999
1297
<listitem>
1000
1298
<simpara>
1001
-
1002
1299
</simpara>
1003
1300
</listitem>
1004
1301
</varlistentry>
1005
1302
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
1006
1303
<term>
1007
1304
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
1008
-
(<type>integer</type>)
1305
+
(<type>int</type>)
1009
1306
</term>
1010
1307
<listitem>
1011
1308
<simpara>
1012
-
1013
1309
</simpara>
1014
1310
</listitem>
1015
1311
</varlistentry>
1016
1312
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
1017
1313
<term>
1018
1314
<constant>CURLOPT_SSL_VERIFYPEER</constant>
1019
-
(<type>integer</type>)
1315
+
(<type>int</type>)
1020
1316
</term>
1021
1317
<listitem>
1022
1318
<simpara>
1023
-
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
1024
1330
</simpara>
1025
1331
</listitem>
1026
1332
</varlistentry>
1027
1333
<varlistentry xml:id="constant.curlopt-cainfo">
1028
1334
<term>
1029
1335
<constant>CURLOPT_CAINFO</constant>
1030
-
(<type>integer</type>)
1336
+
(<type>int</type>)
1031
1337
</term>
1032
1338
<listitem>
1033
1339
<simpara>
1034
-
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
1035
1351
</simpara>
1036
1352
</listitem>
1037
1353
</varlistentry>
1038
1354
<varlistentry xml:id="constant.curlopt-capath">
1039
1355
<term>
1040
1356
<constant>CURLOPT_CAPATH</constant>
1041
-
(<type>integer</type>)
1357
+
(<type>int</type>)
1042
1358
</term>
1043
1359
<listitem>
1044
1360
<simpara>
1045
-
1046
1361
</simpara>
1047
1362
</listitem>
1048
1363
</varlistentry>
1049
1364
<varlistentry xml:id="constant.curlopt-cookiejar">
1050
1365
<term>
1051
1366
<constant>CURLOPT_COOKIEJAR</constant>
1052
-
(<type>integer</type>)
1367
+
(<type>int</type>)
1053
1368
</term>
1054
1369
<listitem>
1055
1370
<simpara>
1056
-
1057
1371
</simpara>
1058
1372
</listitem>
1059
1373
</varlistentry>
1060
1374
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
1061
1375
<term>
1062
1376
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
1063
-
(<type>integer</type>)
1377
+
(<type>int</type>)
1064
1378
</term>
1065
1379
<listitem>
1066
1380
<simpara>
1067
-
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
1068
1392
</simpara>
1069
1393
</listitem>
1070
1394
</varlistentry>
1071
1395
<varlistentry xml:id="constant.curlopt-binarytransfer">
1072
1396
<term>
1073
1397
<constant>CURLOPT_BINARYTRANSFER</constant>
1074
-
(<type>integer</type>)
1398
+
(<type>int</type>)
1075
1399
</term>
1076
1400
<listitem>
1077
1401
<simpara>
1078
-
1079
1402
</simpara>
1080
1403
</listitem>
1081
1404
</varlistentry>
1082
1405
<varlistentry xml:id="constant.curlopt-nosignal">
1083
1406
<term>
1084
1407
<constant>CURLOPT_NOSIGNAL</constant>
1085
-
(<type>integer</type>)
1408
+
(<type>int</type>)
1086
1409
</term>
1087
1410
<listitem>
1088
1411
<simpara>
1089
-
1090
1412
</simpara>
1091
1413
</listitem>
1092
1414
</varlistentry>
1093
1415
<varlistentry xml:id="constant.curlopt-proxytype">
1094
1416
<term>
1095
1417
<constant>CURLOPT_PROXYTYPE</constant>
1096
-
(<type>integer</type>)
1418
+
(<type>int</type>)
1097
1419
</term>
1098
1420
<listitem>
1099
1421
<simpara>
...
...
@@ -1104,7 +1426,7 @@
1104
1426
<varlistentry xml:id="constant.curlopt-buffersize">
1105
1427
<term>
1106
1428
<constant>CURLOPT_BUFFERSIZE</constant>
1107
-
(<type>integer</type>)
1429
+
(<type>int</type>)
1108
1430
</term>
1109
1431
<listitem>
1110
1432
<simpara>
...
...
@@ -1115,766 +1437,833 @@
1115
1437
<varlistentry xml:id="constant.curlopt-httpget">
1116
1438
<term>
1117
1439
<constant>CURLOPT_HTTPGET</constant>
1118
-
(<type>integer</type>)
1440
+
(<type>int</type>)
1119
1441
</term>
1120
1442
<listitem>
1121
1443
<simpara>
1122
-
1123
1444
</simpara>
1124
1445
</listitem>
1125
1446
</varlistentry>
1126
1447
<varlistentry xml:id="constant.curlopt-http-version">
1127
1448
<term>
1128
1449
<constant>CURLOPT_HTTP_VERSION</constant>
1129
-
(<type>integer</type>)
1450
+
(<type>int</type>)
1130
1451
</term>
1131
1452
<listitem>
1132
1453
<simpara>
1133
-
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
1134
1498
</simpara>
1135
1499
</listitem>
1136
1500
</varlistentry>
1137
1501
<varlistentry xml:id="constant.curlopt-sslkey">
1138
1502
<term>
1139
1503
<constant>CURLOPT_SSLKEY</constant>
1140
-
(<type>integer</type>)
1504
+
(<type>int</type>)
1141
1505
</term>
1142
1506
<listitem>
1143
1507
<simpara>
1144
-
1145
1508
</simpara>
1146
1509
</listitem>
1147
1510
</varlistentry>
1148
1511
<varlistentry xml:id="constant.curlopt-sslkeytype">
1149
1512
<term>
1150
1513
<constant>CURLOPT_SSLKEYTYPE</constant>
1151
-
(<type>integer</type>)
1514
+
(<type>int</type>)
1152
1515
</term>
1153
1516
<listitem>
1154
1517
<simpara>
1155
-
1156
1518
</simpara>
1157
1519
</listitem>
1158
1520
</varlistentry>
1159
1521
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
1160
1522
<term>
1161
1523
<constant>CURLOPT_SSLKEYPASSWD</constant>
1162
-
(<type>integer</type>)
1524
+
(<type>int</type>)
1163
1525
</term>
1164
1526
<listitem>
1165
1527
<simpara>
1166
-
1167
1528
</simpara>
1168
1529
</listitem>
1169
1530
</varlistentry>
1170
1531
<varlistentry xml:id="constant.curlopt-sslengine">
1171
1532
<term>
1172
1533
<constant>CURLOPT_SSLENGINE</constant>
1173
-
(<type>integer</type>)
1534
+
(<type>int</type>)
1174
1535
</term>
1175
1536
<listitem>
1176
1537
<simpara>
1177
-
1178
1538
</simpara>
1179
1539
</listitem>
1180
1540
</varlistentry>
1181
1541
<varlistentry xml:id="constant.curlopt-sslengine-default">
1182
1542
<term>
1183
1543
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
1184
-
(<type>integer</type>)
1544
+
(<type>int</type>)
1185
1545
</term>
1186
1546
<listitem>
1187
1547
<simpara>
1188
-
1189
1548
</simpara>
1190
1549
</listitem>
1191
1550
</varlistentry>
1192
1551
<varlistentry xml:id="constant.curlopt-sslcerttype">
1193
1552
<term>
1194
1553
<constant>CURLOPT_SSLCERTTYPE</constant>
1195
-
(<type>integer</type>)
1554
+
(<type>int</type>)
1196
1555
</term>
1197
1556
<listitem>
1198
1557
<simpara>
1199
-
1200
1558
</simpara>
1201
1559
</listitem>
1202
1560
</varlistentry>
1203
1561
<varlistentry xml:id="constant.curlopt-crlf">
1204
1562
<term>
1205
1563
<constant>CURLOPT_CRLF</constant>
1206
-
(<type>integer</type>)
1564
+
(<type>int</type>)
1207
1565
</term>
1208
1566
<listitem>
1209
1567
<simpara>
1210
-
1211
1568
</simpara>
1212
1569
</listitem>
1213
1570
</varlistentry>
1214
1571
<varlistentry xml:id="constant.curlopt-encoding">
1215
1572
<term>
1216
1573
<constant>CURLOPT_ENCODING</constant>
1217
-
(<type>integer</type>)
1574
+
(<type>int</type>)
1218
1575
</term>
1219
1576
<listitem>
1220
1577
<simpara>
1221
-
1222
1578
</simpara>
1223
1579
</listitem>
1224
1580
</varlistentry>
1225
1581
<varlistentry xml:id="constant.curlopt-proxyport">
1226
1582
<term>
1227
1583
<constant>CURLOPT_PROXYPORT</constant>
1228
-
(<type>integer</type>)
1584
+
(<type>int</type>)
1229
1585
</term>
1230
1586
<listitem>
1231
1587
<simpara>
1232
-
1233
1588
</simpara>
1234
1589
</listitem>
1235
1590
</varlistentry>
1236
1591
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
1237
1592
<term>
1238
1593
<constant>CURLOPT_UNRESTRICTED_AUTH</constant>
1239
-
(<type>integer</type>)
1594
+
(<type>int</type>)
1240
1595
</term>
1241
1596
<listitem>
1242
1597
<simpara>
1243
-
1244
1598
</simpara>
1245
1599
</listitem>
1246
1600
</varlistentry>
1247
1601
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
1248
1602
<term>
1249
1603
<constant>CURLOPT_FTP_USE_EPRT</constant>
1250
-
(<type>integer</type>)
1604
+
(<type>int</type>)
1251
1605
</term>
1252
1606
<listitem>
1253
1607
<simpara>
1254
-
1255
1608
</simpara>
1256
1609
</listitem>
1257
1610
</varlistentry>
1258
1611
<varlistentry xml:id="constant.curlopt-http200aliases">
1259
1612
<term>
1260
1613
<constant>CURLOPT_HTTP200ALIASES</constant>
1261
-
(<type>integer</type>)
1614
+
(<type>int</type>)
1262
1615
</term>
1263
1616
<listitem>
1264
1617
<simpara>
1265
-
1266
1618
</simpara>
1267
1619
</listitem>
1268
1620
</varlistentry>
1269
1621
<varlistentry xml:id="constant.curlopt-httpauth">
1270
1622
<term>
1271
1623
<constant>CURLOPT_HTTPAUTH</constant>
1272
-
(<type>integer</type>)
1624
+
(<type>int</type>)
1273
1625
</term>
1274
1626
<listitem>
1275
1627
<simpara>
1276
-
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
1277
1639
</simpara>
1278
1640
</listitem>
1279
1641
</varlistentry>
1280
1642
<varlistentry xml:id="constant.curlauth-basic">
1281
1643
<term>
1282
1644
<constant>CURLAUTH_BASIC</constant>
1283
-
(<type>integer</type>)
1645
+
(<type>int</type>)
1284
1646
</term>
1285
1647
<listitem>
1286
1648
<simpara>
1287
-
1288
1649
</simpara>
1289
1650
</listitem>
1290
1651
</varlistentry>
1291
1652
<varlistentry xml:id="constant.curlauth-digest">
1292
1653
<term>
1293
1654
<constant>CURLAUTH_DIGEST</constant>
1294
-
(<type>integer</type>)
1655
+
(<type>int</type>)
1295
1656
</term>
1296
1657
<listitem>
1297
1658
<simpara>
1298
-
1299
1659
</simpara>
1300
1660
</listitem>
1301
1661
</varlistentry>
1302
1662
<varlistentry xml:id="constant.curlauth-gssnegotiate">
1303
1663
<term>
1304
1664
<constant>CURLAUTH_GSSNEGOTIATE</constant>
1305
-
(<type>integer</type>)
1665
+
(<type>int</type>)
1306
1666
</term>
1307
1667
<listitem>
1308
1668
<simpara>
1309
-
1310
1669
</simpara>
1311
1670
</listitem>
1312
1671
</varlistentry>
1313
1672
<varlistentry xml:id="constant.curlauth-negotiate">
1314
1673
<term>
1315
1674
<constant>CURLAUTH_NEGOTIATE</constant>
1316
-
(<type>integer</type>)
1675
+
(<type>int</type>)
1317
1676
</term>
1318
1677
<listitem>
1319
1678
<simpara>
1320
-
Available since PHP 7.0.7 and cURL 7.38.0.
1679
+
Available as of PHP 7.0.7 and cURL 7.38.0.
1321
1680
</simpara>
1322
1681
</listitem>
1323
1682
</varlistentry>
1324
1683
<varlistentry xml:id="constant.curlauth-ntlm">
1325
1684
<term>
1326
1685
<constant>CURLAUTH_NTLM</constant>
1327
-
(<type>integer</type>)
1686
+
(<type>int</type>)
1328
1687
</term>
1329
1688
<listitem>
1330
1689
<simpara>
1331
-
1332
1690
</simpara>
1333
1691
</listitem>
1334
1692
</varlistentry>
1335
1693
<varlistentry xml:id="constant.curlauth-ntlm-wb">
1336
1694
<term>
1337
1695
<constant>CURLAUTH_NTLM_WB</constant>
1338
-
(<type>integer</type>)
1696
+
(<type>int</type>)
1339
1697
</term>
1340
1698
<listitem>
1341
1699
<simpara>
1342
-
Available since PHP 7.0.7 and cURL 7.22.0
1700
+
Available as of PHP 7.0.7 and cURL 7.22.0
1343
1701
</simpara>
1344
1702
</listitem>
1345
1703
</varlistentry>
1346
1704
<varlistentry xml:id="constant.curlauth-any">
1347
1705
<term>
1348
1706
<constant>CURLAUTH_ANY</constant>
1349
-
(<type>integer</type>)
1707
+
(<type>int</type>)
1350
1708
</term>
1351
1709
<listitem>
1352
1710
<simpara>
1353
-
1354
1711
</simpara>
1355
1712
</listitem>
1356
1713
</varlistentry>
1357
1714
<varlistentry xml:id="constant.curlauth-anysafe">
1358
1715
<term>
1359
1716
<constant>CURLAUTH_ANYSAFE</constant>
1360
-
(<type>integer</type>)
1717
+
(<type>int</type>)
1361
1718
</term>
1362
1719
<listitem>
1363
1720
<simpara>
1364
-
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.
1365
1732
</simpara>
1366
1733
</listitem>
1367
1734
</varlistentry>
1368
1735
<varlistentry xml:id="constant.curlopt-proxyauth">
1369
1736
<term>
1370
1737
<constant>CURLOPT_PROXYAUTH</constant>
1371
-
(<type>integer</type>)
1738
+
(<type>int</type>)
1372
1739
</term>
1373
1740
<listitem>
1374
1741
<simpara>
1375
-
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
1376
1764
</simpara>
1377
1765
</listitem>
1378
1766
</varlistentry>
1379
1767
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
1380
1768
<term>
1381
1769
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
1382
-
(<type>integer</type>)
1770
+
(<type>int</type>)
1383
1771
</term>
1384
1772
<listitem>
1385
1773
<simpara>
1386
-
Available since PHP 5.4.0 and cURL 7.15.5
1774
+
Available as of cURL 7.15.5
1387
1775
</simpara>
1388
1776
</listitem>
1389
1777
</varlistentry>
1390
1778
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
1391
1779
<term>
1392
1780
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
1393
-
(<type>integer</type>)
1781
+
(<type>int</type>)
1394
1782
</term>
1395
1783
<listitem>
1396
1784
<simpara>
1397
-
Available since PHP 5.4.0 and cURL 7.15.5
1785
+
Available as of cURL 7.15.5
1398
1786
</simpara>
1399
1787
</listitem>
1400
1788
</varlistentry>
1401
1789
<varlistentry xml:id="constant.curlopt-headeropt">
1402
1790
<term>
1403
1791
<constant>CURLOPT_HEADEROPT</constant>
1404
-
(<type>integer</type>)
1792
+
(<type>int</type>)
1405
1793
</term>
1406
1794
<listitem>
1407
1795
<simpara>
1408
-
Available since PHP 7.0.7 and cURL 7.37.0
1796
+
Available as of PHP 7.0.7 and cURL 7.37.0
1409
1797
</simpara>
1410
1798
</listitem>
1411
1799
</varlistentry>
1412
1800
<varlistentry xml:id="constant.curlopt-proxyheader">
1413
1801
<term>
1414
1802
<constant>CURLOPT_PROXYHEADER</constant>
1415
-
(<type>integer</type>)
1803
+
(<type>int</type>)
1416
1804
</term>
1417
1805
<listitem>
1418
1806
<simpara>
1419
-
Available since PHP 7.0.7 and cURL 7.37.0
1807
+
Available as of PHP 7.0.7 and cURL 7.37.0
1420
1808
</simpara>
1421
1809
</listitem>
1422
1810
</varlistentry>
1423
-
<varlistentry xml:id="constant.curlclosepolicy-least-recently-used">
1811
+
<varlistentry xml:id="constant.curlinfo-private">
1424
1812
<term>
1425
-
<constant>CURLCLOSEPOLICY_LEAST_RECENTLY_USED</constant>
1426
-
(<type>integer</type>)
1813
+
<constant>CURLINFO_PRIVATE</constant>
1814
+
(<type>int</type>)
1427
1815
</term>
1428
1816
<listitem>
1429
1817
<simpara>
1430
-
Removed in PHP 5.6.0.
1818
+

1431
1819
</simpara>
1432
1820
</listitem>
1433
1821
</varlistentry>
1434
-
<varlistentry xml:id="constant.curlclosepolicy-least-traffic">
1822
+
<varlistentry xml:id="constant.curlinfo-effective-url">
1435
1823
<term>
1436
-
<constant>CURLCLOSEPOLICY_LEAST_TRAFFIC</constant>
1437
-
(<type>integer</type>)
1824
+
<constant>CURLINFO_EFFECTIVE_URL</constant>
1825
+
(<type>int</type>)
1438
1826
</term>
1439
1827
<listitem>
1440
1828
<simpara>
1441
-
Removed in PHP 5.6.0.
1829
+
1442
1830
</simpara>
1443
1831
</listitem>
1444
1832
</varlistentry>
1445
-
<varlistentry xml:id="constant.curlclosepolicy-slowest">
1833
+
<varlistentry xml:id="constant.curlinfo-http-code">
1446
1834
<term>
1447
-
<constant>CURLCLOSEPOLICY_SLOWEST</constant>
1448
-
(<type>integer</type>)
1835
+
<constant>CURLINFO_HTTP_CODE</constant>
1836
+
(<type>int</type>)
1449
1837
</term>
1450
1838
<listitem>
1451
1839
<simpara>
1452
-
Removed in PHP 5.6.0.
1840
+
As of cURL 7.10.8, this is a legacy alias of
1841
+
<constant>CURLINFO_RESPONSE_CODE</constant>
1453
1842
</simpara>
1454
1843
</listitem>
1455
1844
</varlistentry>
1456
-
<varlistentry xml:id="constant.curlclosepolicy-callback">
1845
+
<varlistentry xml:id="constant.curlinfo-proxy-error">
1457
1846
<term>
1458
-
<constant>CURLCLOSEPOLICY_CALLBACK</constant>
1459
-
(<type>integer</type>)
1847
+
<constant>CURLINFO_PROXY_ERROR</constant>
1848
+
(<type>int</type>)
1460
1849
</term>
1461
1850
<listitem>
1462
1851
<simpara>
1463
-
Removed in PHP 5.6.0.
1852
+
Available as of PHP 8.2.0 and cURL 7.73.0
1464
1853
</simpara>
1465
1854
</listitem>
1466
1855
</varlistentry>
1467
-
<varlistentry xml:id="constant.curlclosepolicy-oldest">
1856
+
<varlistentry xml:id="constant.curlpx-bad-address-type">
1468
1857
<term>
1469
-
<constant>CURLCLOSEPOLICY_OLDEST</constant>
1470
-
(<type>integer</type>)
1858
+
<constant>CURLPX_BAD_ADDRESS_TYPE</constant>
1859
+
(<type>int</type>)
1471
1860
</term>
1472
1861
<listitem>
1473
1862
<simpara>
1474
-
Removed in PHP 5.6.0.
1863
+
Available as of PHP 8.2.0 and cURL 7.73.0
1475
1864
</simpara>
1476
1865
</listitem>
1477
1866
</varlistentry>
1478
-
<varlistentry xml:id="constant.curlinfo-private">
1867
+
<varlistentry xml:id="constant.curlpx-bad-version">
1479
1868
<term>
1480
-
<constant>CURLINFO_PRIVATE</constant>
1481
-
(<type>integer</type>)
1869
+
<constant>CURLPX_BAD_VERSION</constant>
1870
+
(<type>int</type>)
1482
1871
</term>
1483
1872
<listitem>
1484
1873
<simpara>
1485
-
Available since PHP 5.2.4
1874
+
Available as of PHP 8.2.0 and cURL 7.73.0
1486
1875
</simpara>
1487
1876
</listitem>
1488
1877
</varlistentry>
1489
-
<varlistentry xml:id="constant.curlinfo-effective-url">
1878
+
<varlistentry xml:id="constant.curlpx-closed">
1490
1879
<term>
1491
-
<constant>CURLINFO_EFFECTIVE_URL</constant>
1492
-
(<type>integer</type>)
1880
+
<constant>CURLPX_CLOSED</constant>
1881
+
(<type>int</type>)
1493
1882
</term>
1494
1883
<listitem>
1495
1884
<simpara>
1496
-
1885
+
Available as of PHP 8.2.0 and cURL 7.73.0
1497
1886
</simpara>
1498
1887
</listitem>
1499
1888
</varlistentry>
1500
-
<varlistentry xml:id="constant.curlinfo-http-code">
1889
+
<varlistentry xml:id="constant.curlpx-gssapi">
1501
1890
<term>
1502
-
<constant>CURLINFO_HTTP_CODE</constant>
1503
-
(<type>integer</type>)
1891
+
<constant>CURLPX_GSSAPI</constant>
1892
+
(<type>int</type>)
1504
1893
</term>
1505
1894
<listitem>
1506
1895
<simpara>
1507
-
1896
+
Available as of PHP 8.2.0 and cURL 7.73.0
1508
1897
</simpara>
1509
1898
</listitem>
1510
1899
</varlistentry>
1511
-
<varlistentry xml:id="constant.curlinfo-header-out">
1900
+
<varlistentry xml:id="constant.curlpx-gssapi-permsg">
1512
1901
<term>
1513
-
<constant>CURLINFO_HEADER_OUT</constant>
1514
-
(<type>integer</type>)
1902
+
<constant>CURLPX_GSSAPI_PERMSG</constant>
1903
+
(<type>int</type>)
1515
1904
</term>
1516
1905
<listitem>
1517
1906
<simpara>
1518
-
Available since PHP 5.1.3
1907
+
Available as of PHP 8.2.0 and cURL 7.73.0
1519
1908
</simpara>
1520
1909
</listitem>
1521
1910
</varlistentry>
1522
-
<varlistentry xml:id="constant.curlinfo-header-size">
1911
+
<varlistentry xml:id="constant.curlpx-gssapi-protection">
1523
1912
<term>
1524
-
<constant>CURLINFO_HEADER_SIZE</constant>
1525
-
(<type>integer</type>)
1913
+
<constant>CURLPX_GSSAPI_PROTECTION</constant>
1914
+
(<type>int</type>)
1526
1915
</term>
1527
1916
<listitem>
1528
1917
<simpara>
1529
-
1918
+
Available as of PHP 8.2.0 and cURL 7.73.0
1530
1919
</simpara>
1531
1920
</listitem>
1532
1921
</varlistentry>
1533
-
<varlistentry xml:id="constant.curlinfo-request-size">
1922
+
<varlistentry xml:id="constant.curlpx-identd-differ">
1534
1923
<term>
1535
-
<constant>CURLINFO_REQUEST_SIZE</constant>
1536
-
(<type>integer</type>)
1924
+
<constant>CURLPX_IDENTD_DIFFER</constant>
1925
+
(<type>int</type>)
1537
1926
</term>
1538
1927
<listitem>
1539
1928
<simpara>
1540
-
1929
+
Available as of PHP 8.2.0 and cURL 7.73.0
1541
1930
</simpara>
1542
1931
</listitem>
1543
1932
</varlistentry>
1544
-
<varlistentry xml:id="constant.curlinfo-total-time">
1933
+
<varlistentry xml:id="constant.curlpx-identd">
1545
1934
<term>
1546
-
<constant>CURLINFO_TOTAL_TIME</constant>
1547
-
(<type>integer</type>)
1935
+
<constant>CURLPX_IDENTD</constant>
1936
+
(<type>int</type>)
1548
1937
</term>
1549
1938
<listitem>
1550
1939
<simpara>
1551
-
1940
+
Available as of PHP 8.2.0 and cURL 7.73.0
1552
1941
</simpara>
1553
1942
</listitem>
1554
1943
</varlistentry>
1555
-
<varlistentry xml:id="constant.curlinfo-namelookup-time">
1944
+
<varlistentry xml:id="constant.curlpx-long-hostname">
1556
1945
<term>
1557
-
<constant>CURLINFO_NAMELOOKUP_TIME</constant>
1558
-
(<type>integer</type>)
1946
+
<constant>CURLPX_LONG_HOSTNAME</constant>
1947
+
(<type>int</type>)
1559
1948
</term>
1560
1949
<listitem>
1561
1950
<simpara>
1562
-
1951
+
Available as of PHP 8.2.0 and cURL 7.73.0
1563
1952
</simpara>
1564
1953
</listitem>
1565
1954
</varlistentry>
1566
-
<varlistentry xml:id="constant.curlinfo-connect-time">
1955
+
<varlistentry xml:id="constant.curlpx-long-passwd">
1567
1956
<term>
1568
-
<constant>CURLINFO_CONNECT_TIME</constant>
1569
-
(<type>integer</type>)
1957
+
<constant>CURLPX_LONG_PASSWD</constant>
1958
+
(<type>int</type>)
1570
1959
</term>
1571
1960
<listitem>
1572
1961
<simpara>
1573
-
1962
+
Available as of PHP 8.2.0 and cURL 7.73.0
1574
1963
</simpara>
1575
1964
</listitem>
1576
1965
</varlistentry>
1577
-
<varlistentry xml:id="constant.curlinfo-pretransfer-time">
1966
+
<varlistentry xml:id="constant.curlpx-long-user">
1578
1967
<term>
1579
-
<constant>CURLINFO_PRETRANSFER_TIME</constant>
1580
-
(<type>integer</type>)
1968
+
<constant>CURLPX_LONG_USER</constant>
1969
+
(<type>int</type>)
1581
1970
</term>
1582
1971
<listitem>
1583
1972
<simpara>
1584
-
1973
+
Available as of PHP 8.2.0 and cURL 7.73.0
1585
1974
</simpara>
1586
1975
</listitem>
1587
1976
</varlistentry>
1588
-
<varlistentry xml:id="constant.curlinfo-size-upload">
1977
+
<varlistentry xml:id="constant.curlpx-no-auth">
1589
1978
<term>
1590
-
<constant>CURLINFO_SIZE_UPLOAD</constant>
1591
-
(<type>integer</type>)
1979
+
<constant>CURLPX_NO_AUTH</constant>
1980
+
(<type>int</type>)
1592
1981
</term>
1593
1982
<listitem>
1594
1983
<simpara>
1595
-
1984
+
Available as of PHP 8.2.0 and cURL 7.73.0
1596
1985
</simpara>
1597
1986
</listitem>
1598
1987
</varlistentry>
1599
-
<varlistentry xml:id="constant.curlinfo-size-download">
1988
+
<varlistentry xml:id="constant.curlpx-ok">
1600
1989
<term>
1601
-
<constant>CURLINFO_SIZE_DOWNLOAD</constant>
1602
-
(<type>integer</type>)
1990
+
<constant>CURLPX_OK</constant>
1991
+
(<type>int</type>)
1603
1992
</term>
1604
1993
<listitem>
1605
1994
<simpara>
1606
-
1995
+
Available as of PHP 8.2.0 and cURL 7.73.0
1607
1996
</simpara>
1608
1997
</listitem>
1609
1998
</varlistentry>
1610
-
<varlistentry xml:id="constant.curlinfo-speed-download">
1999
+
<varlistentry xml:id="constant.curlpx-recv-address">
1611
2000
<term>
1612
-
<constant>CURLINFO_SPEED_DOWNLOAD</constant>
1613
-
(<type>integer</type>)
2001
+
<constant>CURLPX_RECV_ADDRESS</constant>
2002
+
(<type>int</type>)
1614
2003
</term>
1615
2004
<listitem>
1616
2005
<simpara>
1617
-
2006
+
Available as of PHP 8.2.0 and cURL 7.73.0
1618
2007
</simpara>
1619
2008
</listitem>
1620
2009
</varlistentry>
1621
-
<varlistentry xml:id="constant.curlinfo-speed-upload">
2010
+
<varlistentry xml:id="constant.curlpx-recv-auth">
1622
2011
<term>
1623
-
<constant>CURLINFO_SPEED_UPLOAD</constant>
1624
-
(<type>integer</type>)
2012
+
<constant>CURLPX_RECV_AUTH</constant>
2013
+
(<type>int</type>)
1625
2014
</term>
1626
2015
<listitem>
1627
2016
<simpara>
1628
-
2017
+
Available as of PHP 8.2.0 and cURL 7.73.0
1629
2018
</simpara>
1630
2019
</listitem>
1631
2020
</varlistentry>
1632
-
<varlistentry xml:id="constant.curlinfo-filetime">
2021
+
<varlistentry xml:id="constant.curlpx-recv-connect">
1633
2022
<term>
1634
-
<constant>CURLINFO_FILETIME</constant>
1635
-
(<type>integer</type>)
2023
+
<constant>CURLPX_RECV_CONNECT</constant>
2024
+
(<type>int</type>)
1636
2025
</term>
1637
2026
<listitem>
1638
2027
<simpara>
1639
-
2028
+
Available as of PHP 8.2.0 and cURL 7.73.0
1640
2029
</simpara>
1641
2030
</listitem>
1642
2031
</varlistentry>
1643
-
<varlistentry xml:id="constant.curlinfo-ssl-verifyresult">
2032
+
<varlistentry xml:id="constant.curlpx-recv-reqack">
1644
2033
<term>
1645
-
<constant>CURLINFO_SSL_VERIFYRESULT</constant>
1646
-
(<type>integer</type>)
2034
+
<constant>CURLPX_RECV_REQACK</constant>
2035
+
(<type>int</type>)
1647
2036
</term>
1648
2037
<listitem>
1649
2038
<simpara>
1650
-
2039
+
Available as of PHP 8.2.0 and cURL 7.73.0
1651
2040
</simpara>
1652
2041
</listitem>
1653
2042
</varlistentry>
1654
-
<varlistentry xml:id="constant.curlinfo-content-length-download">
2043
+
<varlistentry xml:id="constant.curlpx-reply-address-type-not-supported">
1655
2044
<term>
1656
-
<constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD</constant>
1657
-
(<type>integer</type>)
2045
+
<constant>CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED</constant>
2046
+
(<type>int</type>)
1658
2047
</term>
1659
2048
<listitem>
1660
2049
<simpara>
1661
-
2050
+
Available as of PHP 8.2.0 and cURL 7.73.0
1662
2051
</simpara>
1663
2052
</listitem>
1664
2053
</varlistentry>
1665
-
<varlistentry xml:id="constant.curlinfo-content-length-upload">
2054
+
<varlistentry xml:id="constant.curlpx-reply-command-not-supported">
1666
2055
<term>
1667
-
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD</constant>
1668
-
(<type>integer</type>)
2056
+
<constant>CURLPX_REPLY_COMMAND_NOT_SUPPORTED</constant>
2057
+
(<type>int</type>)
1669
2058
</term>
1670
2059
<listitem>
1671
2060
<simpara>
1672
-
2061
+
Available as of PHP 8.2.0 and cURL 7.73.0
1673
2062
</simpara>
1674
2063
</listitem>
1675
2064
</varlistentry>
1676
-
<varlistentry xml:id="constant.curlinfo-starttransfer-time">
2065
+
<varlistentry xml:id="constant.curlpx-reply-connection-refused">
1677
2066
<term>
1678
-
<constant>CURLINFO_STARTTRANSFER_TIME</constant>
1679
-
(<type>integer</type>)
2067
+
<constant>CURLPX_REPLY_CONNECTION_REFUSED</constant>
2068
+
(<type>int</type>)
1680
2069
</term>
1681
2070
<listitem>
1682
2071
<simpara>
1683
-
2072
+
Available as of PHP 8.2.0 and cURL 7.73.0
1684
2073
</simpara>
1685
2074
</listitem>
1686
2075
</varlistentry>
1687
-
<varlistentry xml:id="constant.curlinfo-content-type">
2076
+
<varlistentry xml:id="constant.curlpx-reply-general-server-failure">
1688
2077
<term>
1689
-
<constant>CURLINFO_CONTENT_TYPE</constant>
1690
-
(<type>integer</type>)
2078
+
<constant>CURLPX_REPLY_GENERAL_SERVER_FAILURE</constant>
2079
+
(<type>int</type>)
1691
2080
</term>
1692
2081
<listitem>
1693
2082
<simpara>
1694
-
2083
+
Available as of PHP 8.2.0 and cURL 7.73.0
1695
2084
</simpara>
1696
2085
</listitem>
1697
2086
</varlistentry>
1698
-
<varlistentry xml:id="constant.curlinfo-redirect-time">
2087
+
<varlistentry xml:id="constant.curlpx-reply-host-unreachable">
1699
2088
<term>
1700
-
<constant>CURLINFO_REDIRECT_TIME</constant>
1701
-
(<type>integer</type>)
2089
+
<constant>CURLPX_REPLY_HOST_UNREACHABLE</constant>
2090
+
(<type>int</type>)
1702
2091
</term>
1703
2092
<listitem>
1704
2093
<simpara>
1705
-
2094
+
Available as of PHP 8.2.0 and cURL 7.73.0
1706
2095
</simpara>
1707
2096
</listitem>
1708
2097
</varlistentry>
1709
-
<varlistentry xml:id="constant.curlinfo-redirect-count">
2098
+
<varlistentry xml:id="constant.curlpx-reply-network-unreachable">
1710
2099
<term>
1711
-
<constant>CURLINFO_REDIRECT_COUNT</constant>
1712
-
(<type>integer</type>)
2100
+
<constant>CURLPX_REPLY_NETWORK_UNREACHABLE</constant>
2101
+
(<type>int</type>)
1713
2102
</term>
1714
2103
<listitem>
1715
2104
<simpara>
1716
-
2105
+
Available as of PHP 8.2.0 and cURL 7.73.0
1717
2106
</simpara>
1718
2107
</listitem>
1719
2108
</varlistentry>
1720
-
<varlistentry xml:id="constant.curlinfo-redirect-url">
2109
+
<varlistentry xml:id="constant.curlpx-reply-not-allowed">
1721
2110
<term>
1722
-
<constant>CURLINFO_REDIRECT_URL</constant>
1723
-
(<type>string</type>)
2111
+
<constant>CURLPX_REPLY_NOT_ALLOWED</constant>
2112
+
(<type>int</type>)
1724
2113
</term>
1725
2114
<listitem>
1726
2115
<simpara>
1727
-
Available since PHP 5.3.7
2116
+
Available as of PHP 8.2.0 and cURL 7.73.0
1728
2117
</simpara>
1729
2118
</listitem>
1730
2119
</varlistentry>
1731
-
<varlistentry xml:id="constant.curlinfo-primary-ip">
2120
+
<varlistentry xml:id="constant.curlpx-reply-ttl-expired">
1732
2121
<term>
1733
-
<constant>CURLINFO_PRIMARY_IP</constant>
1734
-
(<type>string</type>)
2122
+
<constant>CURLPX_REPLY_TTL_EXPIRED</constant>
2123
+
(<type>int</type>)
1735
2124
</term>
1736
2125
<listitem>
1737
2126
<simpara>
1738
-
Available since PHP 5.4.7
2127
+
Available as of PHP 8.2.0 and cURL 7.73.0
1739
2128
</simpara>
1740
2129
</listitem>
1741
2130
</varlistentry>
1742
-
<varlistentry xml:id="constant.curlinfo-primary-port">
2131
+
<varlistentry xml:id="constant.curlpx-reply-unassigned">
1743
2132
<term>
1744
-
<constant>CURLINFO_PRIMARY_PORT</constant>
1745
-
(<type>integer</type>)
2133
+
<constant>CURLPX_REPLY_UNASSIGNED</constant>
2134
+
(<type>int</type>)
1746
2135
</term>
1747
2136
<listitem>
1748
2137
<simpara>
1749
-
Available since PHP 5.4.7
2138
+
Available as of PHP 8.2.0 and cURL 7.73.0
1750
2139
</simpara>
1751
2140
</listitem>
1752
2141
</varlistentry>
1753
-
<varlistentry xml:id="constant.curlinfo-local-ip">
2142
+
<varlistentry xml:id="constant.curlpx-request-failed">
1754
2143
<term>
1755
-
<constant>CURLINFO_LOCAL_IP</constant>
1756
-
(<type>string</type>)
2144
+
<constant>CURLPX_REQUEST_FAILED</constant>
2145
+
(<type>int</type>)
1757
2146
</term>
1758
2147
<listitem>
1759
2148
<simpara>
1760
-
Available since PHP 5.4.7
2149
+
Available as of PHP 8.2.0 and cURL 7.73.0
1761
2150
</simpara>
1762
2151
</listitem>
1763
2152
</varlistentry>
1764
-
<varlistentry xml:id="constant.curlinfo-local-port">
2153
+
<varlistentry xml:id="constant.curlpx-resolve-host">
1765
2154
<term>
1766
-
<constant>CURLINFO_LOCAL_PORT</constant>
1767
-
(<type>integer</type>)
2155
+
<constant>CURLPX_RESOLVE_HOST</constant>
2156
+
(<type>int</type>)
1768
2157
</term>
1769
2158
<listitem>
1770
2159
<simpara>
1771
-
Available since PHP 5.4.7
2160
+
Available as of PHP 8.2.0 and cURL 7.73.0
1772
2161
</simpara>
1773
2162
</listitem>
1774
2163
</varlistentry>
1775
-
<varlistentry xml:id="constant.curl-push-ok">
2164
+
<varlistentry xml:id="constant.curlpx-send-auth">
1776
2165
<term>
1777
-
<constant>CURL_PUSH_OK</constant>
1778
-
(<type>integer</type>)
2166
+
<constant>CURLPX_SEND_AUTH</constant>
2167
+
(<type>int</type>)
1779
2168
</term>
1780
2169
<listitem>
1781
2170
<simpara>
1782
-
Available since PHP 7.1.0 and cURL 7.44.0
2171
+
Available as of PHP 8.2.0 and cURL 7.73.0
1783
2172
</simpara>
1784
2173
</listitem>
1785
2174
</varlistentry>
1786
-
<varlistentry xml:id="constant.curl-push-deny">
2175
+
<varlistentry xml:id="constant.curlpx-send-connect">
1787
2176
<term>
1788
-
<constant>CURL_PUSH_DENY</constant>
1789
-
(<type>integer</type>)
2177
+
<constant>CURLPX_SEND_CONNECT</constant>
2178
+
(<type>int</type>)
1790
2179
</term>
1791
2180
<listitem>
1792
2181
<simpara>
1793
-
Available since PHP 7.1.0 and cURL 7.44.0
2182
+
Available as of PHP 8.2.0 and cURL 7.73.0
1794
2183
</simpara>
1795
2184
</listitem>
1796
2185
</varlistentry>
1797
-
<varlistentry xml:id="constant.curl-redir-post-301">
2186
+
<varlistentry xml:id="constant.curlpx-send-request">
1798
2187
<term>
1799
-
<constant>CURL_REDIR_POST_301</constant>
1800
-
(<type>integer</type>)
2188
+
<constant>CURLPX_SEND_REQUEST</constant>
2189
+
(<type>int</type>)
1801
2190
</term>
1802
2191
<listitem>
1803
2192
<simpara>
1804
-
Available since PHP 7.0.7 and cURL 7.18.2
2193
+
Available as of PHP 8.2.0 and cURL 7.73.0
1805
2194
</simpara>
1806
2195
</listitem>
1807
2196
</varlistentry>
1808
-
<varlistentry xml:id="constant.curl-redir-post-302">
2197
+
<varlistentry xml:id="constant.curlpx-unknown-fail">
1809
2198
<term>
1810
-
<constant>CURL_REDIR_POST_302</constant>
1811
-
(<type>integer</type>)
2199
+
<constant>CURLPX_UNKNOWN_FAIL</constant>
2200
+
(<type>int</type>)
1812
2201
</term>
1813
2202
<listitem>
1814
2203
<simpara>
1815
-
Available since PHP 7.0.7 and cURL 7.18.2
2204
+
Available as of PHP 8.2.0 and cURL 7.73.0
1816
2205
</simpara>
1817
2206
</listitem>
1818
2207
</varlistentry>
1819
-
<varlistentry xml:id="constant.curl-redir-post-303">
2208
+
<varlistentry xml:id="constant.curlpx-unknown-mode">
1820
2209
<term>
1821
-
<constant>CURL_REDIR_POST_303</constant>
1822
-
(<type>integer</type>)
2210
+
<constant>CURLPX_UNKNOWN_MODE</constant>
2211
+
(<type>int</type>)
1823
2212
</term>
1824
2213
<listitem>
1825
2214
<simpara>
1826
-
Available since PHP 7.0.7 and cURL 7.25.1
2215
+
Available as of PHP 8.2.0 and cURL 7.73.0
1827
2216
</simpara>
1828
2217
</listitem>
1829
2218
</varlistentry>
1830
-
<varlistentry xml:id="constant.curl-redir-post-all">
2219
+
<varlistentry xml:id="constant.curlpx-user-rejected">
1831
2220
<term>
1832
-
<constant>CURL_REDIR_POST_ALL</constant>
1833
-
(<type>integer</type>)
2221
+
<constant>CURLPX_USER_REJECTED</constant>
2222
+
(<type>int</type>)
1834
2223
</term>
1835
2224
<listitem>
1836
2225
<simpara>
1837
-
Available since PHP 7.0.7 and cURL 7.18.2
2226
+
Available as of PHP 8.2.0 and cURL 7.73.0
1838
2227
</simpara>
1839
2228
</listitem>
1840
2229
</varlistentry>
1841
-
<varlistentry xml:id="constant.curl-timecond-ifmodsince">
2230
+
<varlistentry xml:id="constant.curlinfo-referer">
1842
2231
<term>
1843
-
<constant>CURL_TIMECOND_IFMODSINCE</constant>
1844
-
(<type>integer</type>)
2232
+
<constant>CURLINFO_REFERER</constant>
2233
+
(<type>int</type>)
1845
2234
</term>
1846
2235
<listitem>
1847
2236
<simpara>
1848
-

2237
+
Available as of PHP 8.2.0 and cURL 7.76.0
1849
2238
</simpara>
1850
2239
</listitem>
1851
2240
</varlistentry>
1852
-
<varlistentry xml:id="constant.curl-timecond-ifunmodsince">
2241
+
<varlistentry xml:id="constant.curlinfo-response-code">
1853
2242
<term>
1854
-
<constant>CURL_TIMECOND_IFUNMODSINCE</constant>
1855
-
(<type>integer</type>)
2243
+
<constant>CURLINFO_RESPONSE_CODE</constant>
2244
+
(<type>int</type>)
1856
2245
</term>
1857
2246
<listitem>
1858
2247
<simpara>
1859
-

2248
+
Available since cURL 7.10.8
1860
2249
</simpara>
1861
2250
</listitem>
1862
2251
</varlistentry>
1863
-
<varlistentry xml:id="constant.curl-timecond-lastmod">
2252
+
<varlistentry xml:id="constant.curlinfo-retry-after">
1864
2253
<term>
1865
-
<constant>CURL_TIMECOND_LASTMOD</constant>
1866
-
(<type>integer</type>)
2254
+
<constant>CURLINFO_RETRY_AFTER</constant>
2255
+
(<type>int</type>)
1867
2256
</term>
1868
2257
<listitem>
1869
2258
<simpara>
1870
-

2259
+
Available as of PHP 8.2.0 and cURL 7.66.0
1871
2260
</simpara>
1872
2261
</listitem>
1873
2262
</varlistentry>
1874
-
<varlistentry xml:id="constant.curl-version-ipv6">
2263
+
<varlistentry xml:id="constant.curlinfo-header-out">
1875
2264
<term>
1876
-
<constant>CURL_VERSION_IPV6</constant>
1877
-
(<type>integer</type>)
2265
+
<constant>CURLINFO_HEADER_OUT</constant>
2266
+
(<type>int</type>)
1878
2267
</term>
1879
2268
<listitem>
1880
2269
<simpara>
...
...
@@ -1882,10 +2271,10 @@
1882
2271
</simpara>
1883
2272
</listitem>
1884
2273
</varlistentry>
1885
-
<varlistentry xml:id="constant.curl-version-kerberos4">
2274
+
<varlistentry xml:id="constant.curlinfo-header-size">
1886
2275
<term>
1887
-
<constant>CURL_VERSION_KERBEROS4</constant>
1888
-
(<type>integer</type>)
2276
+
<constant>CURLINFO_HEADER_SIZE</constant>
2277
+
(<type>int</type>)
1889
2278
</term>
1890
2279
<listitem>
1891
2280
<simpara>
...
...
@@ -1893,65 +2282,65 @@
1893
2282
</simpara>
1894
2283
</listitem>
1895
2284
</varlistentry>
1896
-
<varlistentry xml:id="constant.curl-version-kerberos5">
2285
+
<varlistentry xml:id="constant.curlinfo-request-size">
1897
2286
<term>
1898
-
<constant>CURL_VERSION_KERBEROS5</constant>
1899
-
(<type>integer</type>)
2287
+
<constant>CURLINFO_REQUEST_SIZE</constant>
2288
+
(<type>int</type>)
1900
2289
</term>
1901
2290
<listitem>
1902
2291
<simpara>
1903
-
Available since PHP 7.0.7 and cURL 7.40.0
2292
+
1904
2293
</simpara>
1905
2294
</listitem>
1906
2295
</varlistentry>
1907
-
<varlistentry xml:id="constant.curl-version-http2">
2296
+
<varlistentry xml:id="constant.curlinfo-total-time">
1908
2297
<term>
1909
-
<constant>CURL_VERSION_HTTP2</constant>
1910
-
(<type>integer</type>)
2298
+
<constant>CURLINFO_TOTAL_TIME</constant>
2299
+
(<type>int</type>)
1911
2300
</term>
1912
2301
<listitem>
1913
2302
<simpara>
1914
-
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
2303
+
1915
2304
</simpara>
1916
2305
</listitem>
1917
2306
</varlistentry>
1918
-
<varlistentry xml:id="constant.curl-version-psl">
2307
+
<varlistentry xml:id="constant.curlinfo-namelookup-time">
1919
2308
<term>
1920
-
<constant>CURL_VERSION_PSL</constant>
1921
-
(<type>integer</type>)
2309
+
<constant>CURLINFO_NAMELOOKUP_TIME</constant>
2310
+
(<type>int</type>)
1922
2311
</term>
1923
2312
<listitem>
1924
2313
<simpara>
1925
-
Available since PHP 7.0.7 and cURL 7.47.0
2314
+
1926
2315
</simpara>
1927
2316
</listitem>
1928
2317
</varlistentry>
1929
-
<varlistentry xml:id="constant.curl-version-ssl">
2318
+
<varlistentry xml:id="constant.curlinfo-cainfo">
1930
2319
<term>
1931
-
<constant>CURL_VERSION_SSL</constant>
1932
-
(<type>integer</type>)
2320
+
<constant>CURLINFO_CAINFO</constant>
2321
+
(<type>int</type>)
1933
2322
</term>
1934
2323
<listitem>
1935
2324
<simpara>
1936
-
2325
+
Available as of PHP 8.3.0 and cURL 7.84.0
1937
2326
</simpara>
1938
2327
</listitem>
1939
2328
</varlistentry>
1940
-
<varlistentry xml:id="constant.curl-version-unix-sockets">
2329
+
<varlistentry xml:id="constant.curlinfo-capath">
1941
2330
<term>
1942
-
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
1943
-
(<type>integer</type>)
2331
+
<constant>CURLINFO_CAPATH</constant>
2332
+
(<type>int</type>)
1944
2333
</term>
1945
2334
<listitem>
1946
2335
<simpara>
1947
-
Available since PHP 7.0.7 and cURL 7.40.0
2336
+
Available as of PHP 8.3.0 and cURL 7.84.0
1948
2337
</simpara>
1949
2338
</listitem>
1950
2339
</varlistentry>
1951
-
<varlistentry xml:id="constant.curl-version-libz">
2340
+
<varlistentry xml:id="constant.curlinfo-connect-time">
1952
2341
<term>
1953
-
<constant>CURL_VERSION_LIBZ</constant>
1954
-
(<type>integer</type>)
2342
+
<constant>CURLINFO_CONNECT_TIME</constant>
2343
+
(<type>int</type>)
1955
2344
</term>
1956
2345
<listitem>
1957
2346
<simpara>
...
...
@@ -1959,10 +2348,10 @@
1959
2348
</simpara>
1960
2349
</listitem>
1961
2350
</varlistentry>
1962
-
<varlistentry xml:id="constant.curlversion-now">
2351
+
<varlistentry xml:id="constant.curlinfo-pretransfer-time">
1963
2352
<term>
1964
-
<constant>CURLVERSION_NOW</constant>
1965
-
(<type>integer</type>)
2353
+
<constant>CURLINFO_PRETRANSFER_TIME</constant>
2354
+
(<type>int</type>)
1966
2355
</term>
1967
2356
<listitem>
1968
2357
<simpara>
...
...
@@ -1970,10 +2359,10 @@
1970
2359
</simpara>
1971
2360
</listitem>
1972
2361
</varlistentry>
1973
-
<varlistentry xml:id="constant.curle-ok">
2362
+
<varlistentry xml:id="constant.curlinfo-size-upload">
1974
2363
<term>
1975
-
<constant>CURLE_OK</constant>
1976
-
(<type>integer</type>)
2364
+
<constant>CURLINFO_SIZE_UPLOAD</constant>
2365
+
(<type>int</type>)
1977
2366
</term>
1978
2367
<listitem>
1979
2368
<simpara>
...
...
@@ -1981,10 +2370,10 @@
1981
2370
</simpara>
1982
2371
</listitem>
1983
2372
</varlistentry>
1984
-
<varlistentry xml:id="constant.curle-unsupported-protocol">
2373
+
<varlistentry xml:id="constant.curlinfo-size-download">
1985
2374
<term>
1986
-
<constant>CURLE_UNSUPPORTED_PROTOCOL</constant>
1987
-
(<type>integer</type>)
2375
+
<constant>CURLINFO_SIZE_DOWNLOAD</constant>
2376
+
(<type>int</type>)
1988
2377
</term>
1989
2378
<listitem>
1990
2379
<simpara>
...
...
@@ -1992,10 +2381,10 @@
1992
2381
</simpara>
1993
2382
</listitem>
1994
2383
</varlistentry>
1995
-
<varlistentry xml:id="constant.curle-failed-init">
2384
+
<varlistentry xml:id="constant.curlinfo-speed-download">
1996
2385
<term>
1997
-
<constant>CURLE_FAILED_INIT</constant>
1998
-
(<type>integer</type>)
2386
+
<constant>CURLINFO_SPEED_DOWNLOAD</constant>
2387
+
(<type>int</type>)
1999
2388
</term>
2000
2389
<listitem>
2001
2390
<simpara>
...
...
@@ -2003,10 +2392,10 @@
2003
2392
</simpara>
2004
2393
</listitem>
2005
2394
</varlistentry>
2006
-
<varlistentry xml:id="constant.curle-url-malformat">
2395
+
<varlistentry xml:id="constant.curlinfo-speed-upload">
2007
2396
<term>
2008
-
<constant>CURLE_URL_MALFORMAT</constant>
2009
-
(<type>integer</type>)
2397
+
<constant>CURLINFO_SPEED_UPLOAD</constant>
2398
+
(<type>int</type>)
2010
2399
</term>
2011
2400
<listitem>
2012
2401
<simpara>
...
...
@@ -2014,10 +2403,10 @@
2014
2403
</simpara>
2015
2404
</listitem>
2016
2405
</varlistentry>
2017
-
<varlistentry xml:id="constant.curle-url-malformat-user">
2406
+
<varlistentry xml:id="constant.curlinfo-filetime">
2018
2407
<term>
2019
-
<constant>CURLE_URL_MALFORMAT_USER</constant>
2020
-
(<type>integer</type>)
2408
+
<constant>CURLINFO_FILETIME</constant>
2409
+
(<type>int</type>)
2021
2410
</term>
2022
2411
<listitem>
2023
2412
<simpara>
...
...
@@ -2025,10 +2414,10 @@
2025
2414
</simpara>
2026
2415
</listitem>
2027
2416
</varlistentry>
2028
-
<varlistentry xml:id="constant.curle-couldnt-resolve-proxy">
2417
+
<varlistentry xml:id="constant.curlinfo-ssl-verifyresult">
2029
2418
<term>
2030
-
<constant>CURLE_COULDNT_RESOLVE_PROXY</constant>
2031
-
(<type>integer</type>)
2419
+
<constant>CURLINFO_SSL_VERIFYRESULT</constant>
2420
+
(<type>int</type>)
2032
2421
</term>
2033
2422
<listitem>
2034
2423
<simpara>
...
...
@@ -2036,10 +2425,10 @@
2036
2425
</simpara>
2037
2426
</listitem>
2038
2427
</varlistentry>
2039
-
<varlistentry xml:id="constant.curle-couldnt-resolve-host">
2428
+
<varlistentry xml:id="constant.curlinfo-content-length-download">
2040
2429
<term>
2041
-
<constant>CURLE_COULDNT_RESOLVE_HOST</constant>
2042
-
(<type>integer</type>)
2430
+
<constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD</constant>
2431
+
(<type>int</type>)
2043
2432
</term>
2044
2433
<listitem>
2045
2434
<simpara>
...
...
@@ -2047,10 +2436,10 @@
2047
2436
</simpara>
2048
2437
</listitem>
2049
2438
</varlistentry>
2050
-
<varlistentry xml:id="constant.curle-couldnt-connect">
2439
+
<varlistentry xml:id="constant.curlinfo-content-length-upload">
2051
2440
<term>
2052
-
<constant>CURLE_COULDNT_CONNECT</constant>
2053
-
(<type>integer</type>)
2441
+
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD</constant>
2442
+
(<type>int</type>)
2054
2443
</term>
2055
2444
<listitem>
2056
2445
<simpara>
...
...
@@ -2058,10 +2447,10 @@
2058
2447
</simpara>
2059
2448
</listitem>
2060
2449
</varlistentry>
2061
-
<varlistentry xml:id="constant.curle-ftp-weird-server-reply">
2450
+
<varlistentry xml:id="constant.curlinfo-starttransfer-time">
2062
2451
<term>
2063
-
<constant>CURLE_FTP_WEIRD_SERVER_REPLY</constant>
2064
-
(<type>integer</type>)
2452
+
<constant>CURLINFO_STARTTRANSFER_TIME</constant>
2453
+
(<type>int</type>)
2065
2454
</term>
2066
2455
<listitem>
2067
2456
<simpara>
...
...
@@ -2069,10 +2458,10 @@
2069
2458
</simpara>
2070
2459
</listitem>
2071
2460
</varlistentry>
2072
-
<varlistentry xml:id="constant.curle-ftp-access-denied">
2461
+
<varlistentry xml:id="constant.curlinfo-content-type">
2073
2462
<term>
2074
-
<constant>CURLE_FTP_ACCESS_DENIED</constant>
2075
-
(<type>integer</type>)
2463
+
<constant>CURLINFO_CONTENT_TYPE</constant>
2464
+
(<type>int</type>)
2076
2465
</term>
2077
2466
<listitem>
2078
2467
<simpara>
...
...
@@ -2080,10 +2469,10 @@
2080
2469
</simpara>
2081
2470
</listitem>
2082
2471
</varlistentry>
2083
-
<varlistentry xml:id="constant.curle-ftp-user-password-incorrect">
2472
+
<varlistentry xml:id="constant.curlinfo-redirect-time">
2084
2473
<term>
2085
-
<constant>CURLE_FTP_USER_PASSWORD_INCORRECT</constant>
2086
-
(<type>integer</type>)
2474
+
<constant>CURLINFO_REDIRECT_TIME</constant>
2475
+
(<type>int</type>)
2087
2476
</term>
2088
2477
<listitem>
2089
2478
<simpara>
...
...
@@ -2091,10 +2480,10 @@
2091
2480
</simpara>
2092
2481
</listitem>
2093
2482
</varlistentry>
2094
-
<varlistentry xml:id="constant.curle-ftp-weird-pass-reply">
2483
+
<varlistentry xml:id="constant.curlinfo-redirect-count">
2095
2484
<term>
2096
-
<constant>CURLE_FTP_WEIRD_PASS_REPLY</constant>
2097
-
(<type>integer</type>)
2485
+
<constant>CURLINFO_REDIRECT_COUNT</constant>
2486
+
(<type>int</type>)
2098
2487
</term>
2099
2488
<listitem>
2100
2489
<simpara>
...
...
@@ -2102,10 +2491,10 @@
2102
2491
</simpara>
2103
2492
</listitem>
2104
2493
</varlistentry>
2105
-
<varlistentry xml:id="constant.curle-ftp-weird-user-reply">
2494
+
<varlistentry xml:id="constant.curlinfo-redirect-url">
2106
2495
<term>
2107
-
<constant>CURLE_FTP_WEIRD_USER_REPLY</constant>
2108
-
(<type>integer</type>)
2496
+
<constant>CURLINFO_REDIRECT_URL</constant>
2497
+
(<type>int</type>)
2109
2498
</term>
2110
2499
<listitem>
2111
2500
<simpara>
...
...
@@ -2113,10 +2502,10 @@
2113
2502
</simpara>
2114
2503
</listitem>
2115
2504
</varlistentry>
2116
-
<varlistentry xml:id="constant.curle-ftp-weird-pasv-reply">
2505
+
<varlistentry xml:id="constant.curlinfo-primary-ip">
2117
2506
<term>
2118
-
<constant>CURLE_FTP_WEIRD_PASV_REPLY</constant>
2119
-
(<type>integer</type>)
2507
+
<constant>CURLINFO_PRIMARY_IP</constant>
2508
+
(<type>int</type>)
2120
2509
</term>
2121
2510
<listitem>
2122
2511
<simpara>
...
...
@@ -2124,10 +2513,10 @@
2124
2513
</simpara>
2125
2514
</listitem>
2126
2515
</varlistentry>
2127
-
<varlistentry xml:id="constant.curle-ftp-weird-227-format">
2516
+
<varlistentry xml:id="constant.curlinfo-primary-port">
2128
2517
<term>
2129
-
<constant>CURLE_FTP_WEIRD_227_FORMAT</constant>
2130
-
(<type>integer</type>)
2518
+
<constant>CURLINFO_PRIMARY_PORT</constant>
2519
+
(<type>int</type>)
2131
2520
</term>
2132
2521
<listitem>
2133
2522
<simpara>
...
...
@@ -2135,10 +2524,10 @@
2135
2524
</simpara>
2136
2525
</listitem>
2137
2526
</varlistentry>
2138
-
<varlistentry xml:id="constant.curle-ftp-cant-get-host">
2527
+
<varlistentry xml:id="constant.curlinfo-local-ip">
2139
2528
<term>
2140
-
<constant>CURLE_FTP_CANT_GET_HOST</constant>
2141
-
(<type>integer</type>)
2529
+
<constant>CURLINFO_LOCAL_IP</constant>
2530
+
(<type>int</type>)
2142
2531
</term>
2143
2532
<listitem>
2144
2533
<simpara>
...
...
@@ -2146,10 +2535,10 @@
2146
2535
</simpara>
2147
2536
</listitem>
2148
2537
</varlistentry>
2149
-
<varlistentry xml:id="constant.curle-ftp-cant-reconnect">
2538
+
<varlistentry xml:id="constant.curlinfo-local-port">
2150
2539
<term>
2151
-
<constant>CURLE_FTP_CANT_RECONNECT</constant>
2152
-
(<type>integer</type>)
2540
+
<constant>CURLINFO_LOCAL_PORT</constant>
2541
+
(<type>int</type>)
2153
2542
</term>
2154
2543
<listitem>
2155
2544
<simpara>
...
...
@@ -2157,76 +2546,76 @@
2157
2546
</simpara>
2158
2547
</listitem>
2159
2548
</varlistentry>
2160
-
<varlistentry xml:id="constant.curle-ftp-couldnt-set-binary">
2549
+
<varlistentry xml:id="constant.curl-push-ok">
2161
2550
<term>
2162
-
<constant>CURLE_FTP_COULDNT_SET_BINARY</constant>
2163
-
(<type>integer</type>)
2551
+
<constant>CURL_PUSH_OK</constant>
2552
+
(<type>int</type>)
2164
2553
</term>
2165
2554
<listitem>
2166
2555
<simpara>
2167
-
2556
+
Available since PHP 7.1.0 and cURL 7.44.0
2168
2557
</simpara>
2169
2558
</listitem>
2170
2559
</varlistentry>
2171
-
<varlistentry xml:id="constant.curle-partial-file">
2560
+
<varlistentry xml:id="constant.curl-push-deny">
2172
2561
<term>
2173
-
<constant>CURLE_PARTIAL_FILE</constant>
2174
-
(<type>integer</type>)
2562
+
<constant>CURL_PUSH_DENY</constant>
2563
+
(<type>int</type>)
2175
2564
</term>
2176
2565
<listitem>
2177
2566
<simpara>
2178
-
2567
+
Available since PHP 7.1.0 and cURL 7.44.0
2179
2568
</simpara>
2180
2569
</listitem>
2181
2570
</varlistentry>
2182
-
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
2571
+
<varlistentry xml:id="constant.curl-redir-post-301">
2183
2572
<term>
2184
-
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
2185
-
(<type>integer</type>)
2573
+
<constant>CURL_REDIR_POST_301</constant>
2574
+
(<type>int</type>)
2186
2575
</term>
2187
2576
<listitem>
2188
2577
<simpara>
2189
-
2578
+
Available since PHP 7.0.7 and cURL 7.18.2
2190
2579
</simpara>
2191
2580
</listitem>
2192
2581
</varlistentry>
2193
-
<varlistentry xml:id="constant.curle-ftp-write-error">
2582
+
<varlistentry xml:id="constant.curl-redir-post-302">
2194
2583
<term>
2195
-
<constant>CURLE_FTP_WRITE_ERROR</constant>
2196
-
(<type>integer</type>)
2584
+
<constant>CURL_REDIR_POST_302</constant>
2585
+
(<type>int</type>)
2197
2586
</term>
2198
2587
<listitem>
2199
2588
<simpara>
2200
-
2589
+
Available since PHP 7.0.7 and cURL 7.18.2
2201
2590
</simpara>
2202
2591
</listitem>
2203
2592
</varlistentry>
2204
-
<varlistentry xml:id="constant.curle-ftp-quote-error">
2593
+
<varlistentry xml:id="constant.curl-redir-post-303">
2205
2594
<term>
2206
-
<constant>CURLE_FTP_QUOTE_ERROR</constant>
2207
-
(<type>integer</type>)
2595
+
<constant>CURL_REDIR_POST_303</constant>
2596
+
(<type>int</type>)
2208
2597
</term>
2209
2598
<listitem>
2210
2599
<simpara>
2211
-
2600
+
Available since PHP 7.0.7 and cURL 7.25.1
2212
2601
</simpara>
2213
2602
</listitem>
2214
2603
</varlistentry>
2215
-
<varlistentry xml:id="constant.curle-http-not-found">
2604
+
<varlistentry xml:id="constant.curl-redir-post-all">
2216
2605
<term>
2217
-
<constant>CURLE_HTTP_NOT_FOUND</constant>
2218
-
(<type>integer</type>)
2606
+
<constant>CURL_REDIR_POST_ALL</constant>
2607
+
(<type>int</type>)
2219
2608
</term>
2220
2609
<listitem>
2221
2610
<simpara>
2222
-
2611
+
Available since PHP 7.0.7 and cURL 7.18.2
2223
2612
</simpara>
2224
2613
</listitem>
2225
2614
</varlistentry>
2226
-
<varlistentry xml:id="constant.curle-write-error">
2615
+
<varlistentry xml:id="constant.curl-timecond-none">
2227
2616
<term>
2228
-
<constant>CURLE_WRITE_ERROR</constant>
2229
-
(<type>integer</type>)
2617
+
<constant>CURL_TIMECOND_NONE</constant>
2618
+
(<type>int</type>)
2230
2619
</term>
2231
2620
<listitem>
2232
2621
<simpara>
...
...
@@ -2234,10 +2623,10 @@
2234
2623
</simpara>
2235
2624
</listitem>
2236
2625
</varlistentry>
2237
-
<varlistentry xml:id="constant.curle-malformat-user">
2626
+
<varlistentry xml:id="constant.curl-timecond-ifmodsince">
2238
2627
<term>
2239
-
<constant>CURLE_MALFORMAT_USER</constant>
2240
-
(<type>integer</type>)
2628
+
<constant>CURL_TIMECOND_IFMODSINCE</constant>
2629
+
(<type>int</type>)
2241
2630
</term>
2242
2631
<listitem>
2243
2632
<simpara>
...
...
@@ -2245,10 +2634,10 @@
2245
2634
</simpara>
2246
2635
</listitem>
2247
2636
</varlistentry>
2248
-
<varlistentry xml:id="constant.curle-ftp-couldnt-stor-file">
2637
+
<varlistentry xml:id="constant.curl-timecond-ifunmodsince">
2249
2638
<term>
2250
-
<constant>CURLE_FTP_COULDNT_STOR_FILE</constant>
2251
-
(<type>integer</type>)
2639
+
<constant>CURL_TIMECOND_IFUNMODSINCE</constant>
2640
+
(<type>int</type>)
2252
2641
</term>
2253
2642
<listitem>
2254
2643
<simpara>
...
...
@@ -2256,10 +2645,10 @@
2256
2645
</simpara>
2257
2646
</listitem>
2258
2647
</varlistentry>
2259
-
<varlistentry xml:id="constant.curle-read-error">
2648
+
<varlistentry xml:id="constant.curl-timecond-lastmod">
2260
2649
<term>
2261
-
<constant>CURLE_READ_ERROR</constant>
2262
-
(<type>integer</type>)
2650
+
<constant>CURL_TIMECOND_LASTMOD</constant>
2651
+
(<type>int</type>)
2263
2652
</term>
2264
2653
<listitem>
2265
2654
<simpara>
...
...
@@ -2267,296 +2656,346 @@
2267
2656
</simpara>
2268
2657
</listitem>
2269
2658
</varlistentry>
2270
-
<varlistentry xml:id="constant.curle-out-of-memory">
2659
+
<varlistentry xml:id="constant.curl-version-altsvc">
2271
2660
<term>
2272
-
<constant>CURLE_OUT_OF_MEMORY</constant>
2273
-
(<type>integer</type>)
2661
+
<constant>CURL_VERSION_ALTSVC</constant>
2662
+
(<type>int</type>)
2274
2663
</term>
2275
2664
<listitem>
2276
2665
<simpara>
2277
-
2666
+
Available since PHP 7.3.6 and cURL 7.64.1
2278
2667
</simpara>
2279
2668
</listitem>
2280
2669
</varlistentry>
2281
-
<varlistentry xml:id="constant.curle-operation-timeouted">
2670
+
<varlistentry xml:id="constant.curl-version-asynchdns">
2282
2671
<term>
2283
-
<constant>CURLE_OPERATION_TIMEOUTED</constant>
2284
-
(<type>integer</type>)
2672
+
<constant>CURL_VERSION_ASYNCHDNS</constant>
2673
+
(<type>int</type>)
2285
2674
</term>
2286
2675
<listitem>
2287
2676
<simpara>
2288
-
2677
+
Asynchronous DNS resolves.
2678
+
Available since PHP 7.3.0 and cURL 7.10.7
2289
2679
</simpara>
2290
2680
</listitem>
2291
2681
</varlistentry>
2292
-
<varlistentry xml:id="constant.curle-ftp-couldnt-set-ascii">
2682
+
<varlistentry xml:id="constant.curl-version-brotli">
2293
2683
<term>
2294
-
<constant>CURLE_FTP_COULDNT_SET_ASCII</constant>
2295
-
(<type>integer</type>)
2684
+
<constant>CURL_VERSION_BROTLI</constant>
2685
+
(<type>int</type>)
2296
2686
</term>
2297
2687
<listitem>
2298
2688
<simpara>
2299
-
2689
+
Available since PHP 7.3.0 and cURL 7.57.0
2300
2690
</simpara>
2301
2691
</listitem>
2302
2692
</varlistentry>
2303
-
<varlistentry xml:id="constant.curle-ftp-port-failed">
2693
+
<varlistentry xml:id="constant.curl-version-conv">
2304
2694
<term>
2305
-
<constant>CURLE_FTP_PORT_FAILED</constant>
2306
-
(<type>integer</type>)
2695
+
<constant>CURL_VERSION_CONV</constant>
2696
+
(<type>int</type>)
2307
2697
</term>
2308
2698
<listitem>
2309
2699
<simpara>
2310
-
2700
+
Character conversions supported.
2701
+
Available since PHP 7.3.0 and cURL 7.15.4
2311
2702
</simpara>
2312
2703
</listitem>
2313
2704
</varlistentry>
2314
-
<varlistentry xml:id="constant.curle-ftp-couldnt-use-rest">
2705
+
<varlistentry xml:id="constant.curl-version-curldebug">
2315
2706
<term>
2316
-
<constant>CURLE_FTP_COULDNT_USE_REST</constant>
2317
-
(<type>integer</type>)
2707
+
<constant>CURL_VERSION_CURLDEBUG</constant>
2708
+
(<type>int</type>)
2318
2709
</term>
2319
2710
<listitem>
2320
2711
<simpara>
2321
-
2712
+
Debug memory tracking supported.
2713
+
Available since PHP 7.3.6 and cURL 7.19.6
2322
2714
</simpara>
2323
2715
</listitem>
2324
2716
</varlistentry>
2325
-
<varlistentry xml:id="constant.curle-ftp-couldnt-get-size">
2717
+
<varlistentry xml:id="constant.curl-version-debug">
2326
2718
<term>
2327
-
<constant>CURLE_FTP_COULDNT_GET_SIZE</constant>
2328
-
(<type>integer</type>)
2719
+
<constant>CURL_VERSION_DEBUG</constant>
2720
+
(<type>int</type>)
2329
2721
</term>
2330
2722
<listitem>
2331
2723
<simpara>
2332
-
2724
+
Built with debug capabilities.
2725
+
Available since PHP 7.3.0 and cURL 7.10.6
2333
2726
</simpara>
2334
2727
</listitem>
2335
2728
</varlistentry>
2336
-
<varlistentry xml:id="constant.curle-http-range-error">
2729
+
<varlistentry xml:id="constant.curl-version-gsasl">
2337
2730
<term>
2338
-
<constant>CURLE_HTTP_RANGE_ERROR</constant>
2339
-
(<type>integer</type>)
2731
+
<constant>CURL_VERSION_GSASL</constant>
2732
+
(<type>int</type>)
2340
2733
</term>
2341
2734
<listitem>
2342
2735
<simpara>
2343
-
2736
+
Available as of PHP 8.2.0 and cURL 7.76.0
2344
2737
</simpara>
2345
2738
</listitem>
2346
2739
</varlistentry>
2347
-
<varlistentry xml:id="constant.curle-http-post-error">
2740
+
<varlistentry xml:id="constant.curl-version-gssapi">
2348
2741
<term>
2349
-
<constant>CURLE_HTTP_POST_ERROR</constant>
2350
-
(<type>integer</type>)
2742
+
<constant>CURL_VERSION_GSSAPI</constant>
2743
+
(<type>int</type>)
2351
2744
</term>
2352
2745
<listitem>
2353
2746
<simpara>
2354
-
2747
+
Built against a GSS-API library.
2748
+
Available since PHP 7.3.0 and cURL 7.38.0
2355
2749
</simpara>
2356
2750
</listitem>
2357
2751
</varlistentry>
2358
-
<varlistentry xml:id="constant.curle-ssl-connect-error">
2752
+
<varlistentry xml:id="constant.curl-version-gssnegotiate">
2359
2753
<term>
2360
-
<constant>CURLE_SSL_CONNECT_ERROR</constant>
2361
-
(<type>integer</type>)
2754
+
<constant>CURL_VERSION_GSSNEGOTIATE</constant>
2755
+
(<type>int</type>)
2362
2756
</term>
2363
2757
<listitem>
2364
2758
<simpara>
2365
-
2759
+
Negotiate auth is supported.
2760
+
Available since PHP 7.3.0 and cURL 7.10.6 (deprecated since 7.38.0)
2366
2761
</simpara>
2367
2762
</listitem>
2368
2763
</varlistentry>
2369
-
<varlistentry xml:id="constant.curle-ftp-bad-download-resume">
2764
+
<varlistentry xml:id="constant.curl-version-hsts">
2370
2765
<term>
2371
-
<constant>CURLE_FTP_BAD_DOWNLOAD_RESUME</constant>
2372
-
(<type>integer</type>)
2766
+
<constant>CURL_VERSION_HSTS</constant>
2767
+
(<type>int</type>)
2373
2768
</term>
2374
2769
<listitem>
2375
2770
<simpara>
2376
-
2771
+
Available as of PHP 8.2.0 and cURL 7.74.0
2377
2772
</simpara>
2378
2773
</listitem>
2379
2774
</varlistentry>
2380
-
<varlistentry xml:id="constant.curle-file-couldnt-read-file">
2775
+
<varlistentry xml:id="constant.curl-version-idn">
2381
2776
<term>
2382
-
<constant>CURLE_FILE_COULDNT_READ_FILE</constant>
2383
-
(<type>integer</type>)
2777
+
<constant>CURL_VERSION_IDN</constant>
2778
+
(<type>int</type>)
2384
2779
</term>
2385
2780
<listitem>
2386
2781
<simpara>
2387
-
2782
+
Internationized Domain Names are supported.
2783
+
Available since PHP 7.3.0 and cURL 7.12.0
2388
2784
</simpara>
2389
2785
</listitem>
2390
2786
</varlistentry>
2391
-
<varlistentry xml:id="constant.curle-ldap-cannot-bind">
2787
+
<varlistentry xml:id="constant.curl-version-multi-ssl">
2392
2788
<term>
2393
-
<constant>CURLE_LDAP_CANNOT_BIND</constant>
2394
-
(<type>integer</type>)
2789
+
<constant>CURL_VERSION_MULTI_SSL</constant>
2790
+
(<type>int</type>)
2395
2791
</term>
2396
2792
<listitem>
2397
2793
<simpara>
2398
-
2794
+
Available since PHP 7.3.0 and cURL 7.56.0
2399
2795
</simpara>
2400
2796
</listitem>
2401
2797
</varlistentry>
2402
-
<varlistentry xml:id="constant.curle-ldap-search-failed">
2798
+
<varlistentry xml:id="constant.curl-version-ntlm">
2403
2799
<term>
2404
-
<constant>CURLE_LDAP_SEARCH_FAILED</constant>
2405
-
(<type>integer</type>)
2800
+
<constant>CURL_VERSION_NTLM</constant>
2801
+
(<type>int</type>)
2406
2802
</term>
2407
2803
<listitem>
2408
2804
<simpara>
2409
-
2805
+
NTLM auth is supported.
2806
+
Available since PHP 7.3.0 and cURL 7.10.6
2410
2807
</simpara>
2411
2808
</listitem>
2412
2809
</varlistentry>
2413
-
<varlistentry xml:id="constant.curle-library-not-found">
2810
+
<varlistentry xml:id="constant.curl-version-ntlm-wb">
2414
2811
<term>
2415
-
<constant>CURLE_LIBRARY_NOT_FOUND</constant>
2416
-
(<type>integer</type>)
2812
+
<constant>CURL_VERSION_NTLM_WB</constant>
2813
+
(<type>int</type>)
2417
2814
</term>
2418
2815
<listitem>
2419
2816
<simpara>
2420
-
2817
+
NTLM delegation to winbind helper is supported.
2818
+
Available since PHP 7.3.0 and cURL 7.22.0
2421
2819
</simpara>
2422
2820
</listitem>
2423
2821
</varlistentry>
2424
-
<varlistentry xml:id="constant.curle-function-not-found">
2822
+
<varlistentry xml:id="constant.curl-version-ipv6">
2425
2823
<term>
2426
-
<constant>CURLE_FUNCTION_NOT_FOUND</constant>
2427
-
(<type>integer</type>)
2824
+
<constant>CURL_VERSION_IPV6</constant>
2825
+
(<type>int</type>)
2428
2826
</term>
2429
2827
<listitem>
2430
2828
<simpara>
2431
-
2829
+
IPv6-enabled.
2432
2830
</simpara>
2433
2831
</listitem>
2434
2832
</varlistentry>
2435
-
<varlistentry xml:id="constant.curle-aborted-by-callback">
2833
+
<varlistentry xml:id="constant.curl-version-kerberos4">
2436
2834
<term>
2437
-
<constant>CURLE_ABORTED_BY_CALLBACK</constant>
2438
-
(<type>integer</type>)
2835
+
<constant>CURL_VERSION_KERBEROS4</constant>
2836
+
(<type>int</type>)
2439
2837
</term>
2440
2838
<listitem>
2441
2839
<simpara>
2442
-
2840
+
Kerberos V4 auth is supported.
2443
2841
</simpara>
2444
2842
</listitem>
2445
2843
</varlistentry>
2446
-
<varlistentry xml:id="constant.curle-bad-function-argument">
2844
+
<varlistentry xml:id="constant.curl-version-kerberos5">
2447
2845
<term>
2448
-
<constant>CURLE_BAD_FUNCTION_ARGUMENT</constant>
2449
-
(<type>integer</type>)
2846
+
<constant>CURL_VERSION_KERBEROS5</constant>
2847
+
(<type>int</type>)
2450
2848
</term>
2451
2849
<listitem>
2452
2850
<simpara>
2453
-
2851
+
Kerberos V5 auth is supported.
2852
+
Available since PHP 7.0.7 and cURL 7.40.0
2454
2853
</simpara>
2455
2854
</listitem>
2456
2855
</varlistentry>
2457
-
<varlistentry xml:id="constant.curle-bad-calling-order">
2856
+
<varlistentry xml:id="constant.curl-version-http2">
2458
2857
<term>
2459
-
<constant>CURLE_BAD_CALLING_ORDER</constant>
2460
-
(<type>integer</type>)
2858
+
<constant>CURL_VERSION_HTTP2</constant>
2859
+
(<type>int</type>)
2461
2860
</term>
2462
2861
<listitem>
2463
2862
<simpara>
2464
-
2863
+
HTTP2 support built-in.
2864
+
Available since cURL 7.33.0
2465
2865
</simpara>
2466
2866
</listitem>
2467
2867
</varlistentry>
2468
-
<varlistentry xml:id="constant.curle-http-port-failed">
2868
+
<varlistentry xml:id="constant.curl-version-http3">
2469
2869
<term>
2470
-
<constant>CURLE_HTTP_PORT_FAILED</constant>
2471
-
(<type>integer</type>)
2870
+
<constant>CURL_VERSION_HTTP3</constant>
2871
+
(<type>int</type>)
2472
2872
</term>
2473
2873
<listitem>
2474
2874
<simpara>
2475
-
2875
+
Available as of PHP 8.2.0 and cURL 7.66.0
2476
2876
</simpara>
2477
2877
</listitem>
2478
2878
</varlistentry>
2479
-
<varlistentry xml:id="constant.curle-bad-password-entered">
2879
+
<varlistentry xml:id="constant.curl-version-largefile">
2480
2880
<term>
2481
-
<constant>CURLE_BAD_PASSWORD_ENTERED</constant>
2482
-
(<type>integer</type>)
2881
+
<constant>CURL_VERSION_LARGEFILE</constant>
2882
+
(<type>int</type>)
2483
2883
</term>
2484
2884
<listitem>
2485
2885
<simpara>
2486
-
2886
+
Supports files larger than 2GB.
2887
+
Available since cURL 7.33.0
2487
2888
</simpara>
2488
2889
</listitem>
2489
2890
</varlistentry>
2490
-
<varlistentry xml:id="constant.curle-too-many-redirects">
2891
+
<varlistentry xml:id="constant.curl-version-psl">
2491
2892
<term>
2492
-
<constant>CURLE_TOO_MANY_REDIRECTS</constant>
2493
-
(<type>integer</type>)
2893
+
<constant>CURL_VERSION_PSL</constant>
2894
+
(<type>int</type>)
2494
2895
</term>
2495
2896
<listitem>
2496
2897
<simpara>
2497
-
2898
+
Mozilla's Public Suffix List, used for cookie domain verification.
2899
+
Available since PHP 7.3.6 and cURL 7.47.0
2498
2900
</simpara>
2499
2901
</listitem>
2500
2902
</varlistentry>
2501
-
<varlistentry xml:id="constant.curle-unknown-telnet-option">
2903
+
<varlistentry xml:id="constant.curl-version-spnego">
2502
2904
<term>
2503
-
<constant>CURLE_UNKNOWN_TELNET_OPTION</constant>
2504
-
(<type>integer</type>)
2905
+
<constant>CURL_VERSION_SPNEGO</constant>
2906
+
(<type>int</type>)
2505
2907
</term>
2506
2908
<listitem>
2507
2909
<simpara>
2508
-
2910
+
SPNEGO auth is supported.
2911
+
Available since PHP 7.3.0 and cURL 7.10.8
2509
2912
</simpara>
2510
2913
</listitem>
2511
2914
</varlistentry>
2512
-
<varlistentry xml:id="constant.curle-telnet-option-syntax">
2915
+
<varlistentry xml:id="constant.curl-version-sspi">
2513
2916
<term>
2514
-
<constant>CURLE_TELNET_OPTION_SYNTAX</constant>
2515
-
(<type>integer</type>)
2917
+
<constant>CURL_VERSION_SSPI</constant>
2918
+
(<type>int</type>)
2516
2919
</term>
2517
2920
<listitem>
2518
2921
<simpara>
2519
-
2922
+
Built against Windows SSPI.
2923
+
Available since PHP 7.3.0 and cURL 7.13.2
2520
2924
</simpara>
2521
2925
</listitem>
2522
2926
</varlistentry>
2523
-
<varlistentry xml:id="constant.curle-obsolete">
2927
+
<varlistentry xml:id="constant.curl-version-ssl">
2524
2928
<term>
2525
-
<constant>CURLE_OBSOLETE</constant>
2526
-
(<type>integer</type>)
2929
+
<constant>CURL_VERSION_SSL</constant>
2930
+
(<type>int</type>)
2527
2931
</term>
2528
2932
<listitem>
2529
2933
<simpara>
2530
-
2934
+
SSL options are present.
2531
2935
</simpara>
2532
2936
</listitem>
2533
2937
</varlistentry>
2534
-
<varlistentry xml:id="constant.curle-ssl-peer-certificate">
2938
+
<varlistentry xml:id="constant.curl-version-tlsauth-srp">
2535
2939
<term>
2536
-
<constant>CURLE_SSL_PEER_CERTIFICATE</constant>
2537
-
(<type>integer</type>)
2940
+
<constant>CURL_VERSION_TLSAUTH_SRP</constant>
2941
+
(<type>int</type>)
2538
2942
</term>
2539
2943
<listitem>
2540
2944
<simpara>
2541
-
2945
+
TLS-SRP auth is supported.
2946
+
Available since PHP 7.3.0 and cURL 7.21.4
2542
2947
</simpara>
2543
2948
</listitem>
2544
2949
</varlistentry>
2545
-
<varlistentry xml:id="constant.curle-got-nothing">
2950
+
<varlistentry xml:id="constant.curl-version-unicode">
2546
2951
<term>
2547
-
<constant>CURLE_GOT_NOTHING</constant>
2548
-
(<type>integer</type>)
2952
+
<constant>CURL_VERSION_UNICODE</constant>
2953
+
(<type>int</type>)
2549
2954
</term>
2550
2955
<listitem>
2551
2956
<simpara>
2552
-
2957
+
Available as of PHP 8.2.0 and cURL 7.72.0
2553
2958
</simpara>
2554
2959
</listitem>
2555
2960
</varlistentry>
2556
-
<varlistentry xml:id="constant.curle-ssl-engine-notfound">
2961
+
<varlistentry xml:id="constant.curl-version-unix-sockets">
2557
2962
<term>
2558
-
<constant>CURLE_SSL_ENGINE_NOTFOUND</constant>
2559
-
(<type>integer</type>)
2963
+
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
2964
+
(<type>int</type>)
2965
+
</term>
2966
+
<listitem>
2967
+
<simpara>
2968
+
Unix domain sockets support.
2969
+
Available since PHP 7.0.7 and cURL 7.40.0
2970
+
</simpara>
2971
+
</listitem>
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>
2984
+
<varlistentry xml:id="constant.curl-version-libz">
2985
+
<term>
2986
+
<constant>CURL_VERSION_LIBZ</constant>
2987
+
(<type>int</type>)
2988
+
</term>
2989
+
<listitem>
2990
+
<simpara>
2991
+
libz features are present.
2992
+
</simpara>
2993
+
</listitem>
2994
+
</varlistentry>
2995
+
<varlistentry xml:id="constant.curlversion-now">
2996
+
<term>
2997
+
<constant>CURLVERSION_NOW</constant>
2998
+
(<type>int</type>)
2560
2999
</term>
2561
3000
<listitem>
2562
3001
<simpara>
...
...
@@ -2564,10 +3003,10 @@
2564
3003
</simpara>
2565
3004
</listitem>
2566
3005
</varlistentry>
2567
-
<varlistentry xml:id="constant.curle-ssl-engine-setfailed">
3006
+
<varlistentry xml:id="constant.curle-ok">
2568
3007
<term>
2569
-
<constant>CURLE_SSL_ENGINE_SETFAILED</constant>
2570
-
(<type>integer</type>)
3008
+
<constant>CURLE_OK</constant>
3009
+
(<type>int</type>)
2571
3010
</term>
2572
3011
<listitem>
2573
3012
<simpara>
...
...
@@ -2575,10 +3014,10 @@
2575
3014
</simpara>
2576
3015
</listitem>
2577
3016
</varlistentry>
2578
-
<varlistentry xml:id="constant.curle-send-error">
3017
+
<varlistentry xml:id="constant.curle-unsupported-protocol">
2579
3018
<term>
2580
-
<constant>CURLE_SEND_ERROR</constant>
2581
-
(<type>integer</type>)
3019
+
<constant>CURLE_UNSUPPORTED_PROTOCOL</constant>
3020
+
(<type>int</type>)
2582
3021
</term>
2583
3022
<listitem>
2584
3023
<simpara>
...
...
@@ -2586,10 +3025,10 @@
2586
3025
</simpara>
2587
3026
</listitem>
2588
3027
</varlistentry>
2589
-
<varlistentry xml:id="constant.curle-recv-error">
3028
+
<varlistentry xml:id="constant.curle-failed-init">
2590
3029
<term>
2591
-
<constant>CURLE_RECV_ERROR</constant>
2592
-
(<type>integer</type>)
3030
+
<constant>CURLE_FAILED_INIT</constant>
3031
+
(<type>int</type>)
2593
3032
</term>
2594
3033
<listitem>
2595
3034
<simpara>
...
...
@@ -2597,10 +3036,10 @@
2597
3036
</simpara>
2598
3037
</listitem>
2599
3038
</varlistentry>
2600
-
<varlistentry xml:id="constant.curle-share-in-use">
3039
+
<varlistentry xml:id="constant.curle-url-malformat">
2601
3040
<term>
2602
-
<constant>CURLE_SHARE_IN_USE</constant>
2603
-
(<type>integer</type>)
3041
+
<constant>CURLE_URL_MALFORMAT</constant>
3042
+
(<type>int</type>)
2604
3043
</term>
2605
3044
<listitem>
2606
3045
<simpara>
...
...
@@ -2608,10 +3047,10 @@
2608
3047
</simpara>
2609
3048
</listitem>
2610
3049
</varlistentry>
2611
-
<varlistentry xml:id="constant.curle-ssl-certproblem">
3050
+
<varlistentry xml:id="constant.curle-url-malformat-user">
2612
3051
<term>
2613
-
<constant>CURLE_SSL_CERTPROBLEM</constant>
2614
-
(<type>integer</type>)
3052
+
<constant>CURLE_URL_MALFORMAT_USER</constant>
3053
+
(<type>int</type>)
2615
3054
</term>
2616
3055
<listitem>
2617
3056
<simpara>
...
...
@@ -2619,10 +3058,10 @@
2619
3058
</simpara>
2620
3059
</listitem>
2621
3060
</varlistentry>
2622
-
<varlistentry xml:id="constant.curle-ssl-cipher">
3061
+
<varlistentry xml:id="constant.curle-couldnt-resolve-proxy">
2623
3062
<term>
2624
-
<constant>CURLE_SSL_CIPHER</constant>
2625
-
(<type>integer</type>)
3063
+
<constant>CURLE_COULDNT_RESOLVE_PROXY</constant>
3064
+
(<type>int</type>)
2626
3065
</term>
2627
3066
<listitem>
2628
3067
<simpara>
...
...
@@ -2630,10 +3069,10 @@
2630
3069
</simpara>
2631
3070
</listitem>
2632
3071
</varlistentry>
2633
-
<varlistentry xml:id="constant.curle-ssl-cacert">
3072
+
<varlistentry xml:id="constant.curle-couldnt-resolve-host">
2634
3073
<term>
2635
-
<constant>CURLE_SSL_CACERT</constant>
2636
-
(<type>integer</type>)
3074
+
<constant>CURLE_COULDNT_RESOLVE_HOST</constant>
3075
+
(<type>int</type>)
2637
3076
</term>
2638
3077
<listitem>
2639
3078
<simpara>
...
...
@@ -2641,10 +3080,10 @@
2641
3080
</simpara>
2642
3081
</listitem>
2643
3082
</varlistentry>
2644
-
<varlistentry xml:id="constant.curle-bad-content-encoding">
3083
+
<varlistentry xml:id="constant.curle-couldnt-connect">
2645
3084
<term>
2646
-
<constant>CURLE_BAD_CONTENT_ENCODING</constant>
2647
-
(<type>integer</type>)
3085
+
<constant>CURLE_COULDNT_CONNECT</constant>
3086
+
(<type>int</type>)
2648
3087
</term>
2649
3088
<listitem>
2650
3089
<simpara>
...
...
@@ -2652,10 +3091,10 @@
2652
3091
</simpara>
2653
3092
</listitem>
2654
3093
</varlistentry>
2655
-
<varlistentry xml:id="constant.curle-ldap-invalid-url">
3094
+
<varlistentry xml:id="constant.curle-ftp-weird-server-reply">
2656
3095
<term>
2657
-
<constant>CURLE_LDAP_INVALID_URL</constant>
2658
-
(<type>integer</type>)
3096
+
<constant>CURLE_FTP_WEIRD_SERVER_REPLY</constant>
3097
+
(<type>int</type>)
2659
3098
</term>
2660
3099
<listitem>
2661
3100
<simpara>
...
...
@@ -2663,10 +3102,10 @@
2663
3102
</simpara>
2664
3103
</listitem>
2665
3104
</varlistentry>
2666
-
<varlistentry xml:id="constant.curle-filesize-exceeded">
3105
+
<varlistentry xml:id="constant.curle-ftp-access-denied">
2667
3106
<term>
2668
-
<constant>CURLE_FILESIZE_EXCEEDED</constant>
2669
-
(<type>integer</type>)
3107
+
<constant>CURLE_FTP_ACCESS_DENIED</constant>
3108
+
(<type>int</type>)
2670
3109
</term>
2671
3110
<listitem>
2672
3111
<simpara>
...
...
@@ -2674,10 +3113,10 @@
2674
3113
</simpara>
2675
3114
</listitem>
2676
3115
</varlistentry>
2677
-
<varlistentry xml:id="constant.curle-ftp-ssl-failed">
3116
+
<varlistentry xml:id="constant.curle-ftp-user-password-incorrect">
2678
3117
<term>
2679
-
<constant>CURLE_FTP_SSL_FAILED</constant>
2680
-
(<type>integer</type>)
3118
+
<constant>CURLE_FTP_USER_PASSWORD_INCORRECT</constant>
3119
+
(<type>int</type>)
2681
3120
</term>
2682
3121
<listitem>
2683
3122
<simpara>
...
...
@@ -2685,969 +3124,2527 @@
2685
3124
</simpara>
2686
3125
</listitem>
2687
3126
</varlistentry>
2688
-
<varlistentry xml:id="constant.curle-ssh">
3127
+
<varlistentry xml:id="constant.curle-ftp-weird-pass-reply">
2689
3128
<term>
2690
-
<constant>CURLE_SSH</constant>
2691
-
(<type>integer</type>)
3129
+
<constant>CURLE_FTP_WEIRD_PASS_REPLY</constant>
3130
+
(<type>int</type>)
2692
3131
</term>
2693
3132
<listitem>
2694
3133
<simpara>
2695
-
Available since PHP 5.3.0 and cURL 7.16.1.
3134
+
2696
3135
</simpara>
2697
3136
</listitem>
2698
3137
</varlistentry>
2699
-
<varlistentry xml:id="constant.curlftpauth-default">
3138
+
<varlistentry xml:id="constant.curle-ftp-weird-user-reply">
2700
3139
<term>
2701
-
<constant>CURLFTPAUTH_DEFAULT</constant>
2702
-
(<type>integer</type>)
3140
+
<constant>CURLE_FTP_WEIRD_USER_REPLY</constant>
3141
+
(<type>int</type>)
3142
+
</term>
3143
+
<listitem>
3144
+
<simpara>
3145
+
3146
+
</simpara>
3147
+
</listitem>
3148
+
</varlistentry>
3149
+
<varlistentry xml:id="constant.curle-ftp-weird-pasv-reply">
3150
+
<term>
3151
+
<constant>CURLE_FTP_WEIRD_PASV_REPLY</constant>
3152
+
(<type>int</type>)
2703
3153
</term>
2704
3154
<listitem>
2705
3155
<simpara>
2706
-
Available since PHP 5.1.0
3156
+
2707
3157
</simpara>
2708
3158
</listitem>
2709
3159
</varlistentry>
2710
-
<varlistentry xml:id="constant.curlftpauth-ssl">
3160
+
<varlistentry xml:id="constant.curle-ftp-weird-227-format">
3161
+
<term>
3162
+
<constant>CURLE_FTP_WEIRD_227_FORMAT</constant>
3163
+
(<type>int</type>)
3164
+
</term>
3165
+
<listitem>
3166
+
<simpara>
3167
+
3168
+
</simpara>
3169
+
</listitem>
3170
+
</varlistentry>
3171
+
<varlistentry xml:id="constant.curle-ftp-cant-get-host">
3172
+
<term>
3173
+
<constant>CURLE_FTP_CANT_GET_HOST</constant>
3174
+
(<type>int</type>)
3175
+
</term>
3176
+
<listitem>
3177
+
<simpara>
3178
+
3179
+
</simpara>
3180
+
</listitem>
3181
+
</varlistentry>
3182
+
<varlistentry xml:id="constant.curle-ftp-cant-reconnect">
3183
+
<term>
3184
+
<constant>CURLE_FTP_CANT_RECONNECT</constant>
3185
+
(<type>int</type>)
3186
+
</term>
3187
+
<listitem>
3188
+
<simpara>
3189
+
3190
+
</simpara>
3191
+
</listitem>
3192
+
</varlistentry>
3193
+
<varlistentry xml:id="constant.curle-ftp-couldnt-set-binary">
3194
+
<term>
3195
+
<constant>CURLE_FTP_COULDNT_SET_BINARY</constant>
3196
+
(<type>int</type>)
3197
+
</term>
3198
+
<listitem>
3199
+
<simpara>
3200
+
3201
+
</simpara>
3202
+
</listitem>
3203
+
</varlistentry>
3204
+
<varlistentry xml:id="constant.curle-partial-file">
3205
+
<term>
3206
+
<constant>CURLE_PARTIAL_FILE</constant>
3207
+
(<type>int</type>)
3208
+
</term>
3209
+
<listitem>
3210
+
<simpara>
3211
+
3212
+
</simpara>
3213
+
</listitem>
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>
3226
+
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
3227
+
<term>
3228
+
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
3229
+
(<type>int</type>)
3230
+
</term>
3231
+
<listitem>
3232
+
<simpara>
3233
+
3234
+
</simpara>
3235
+
</listitem>
3236
+
</varlistentry>
3237
+
<varlistentry xml:id="constant.curle-ftp-write-error">
3238
+
<term>
3239
+
<constant>CURLE_FTP_WRITE_ERROR</constant>
3240
+
(<type>int</type>)
3241
+
</term>
3242
+
<listitem>
3243
+
<simpara>
3244
+
3245
+
</simpara>
3246
+
</listitem>
3247
+
</varlistentry>
3248
+
<varlistentry xml:id="constant.curle-ftp-quote-error">
3249
+
<term>
3250
+
<constant>CURLE_FTP_QUOTE_ERROR</constant>
3251
+
(<type>int</type>)
3252
+
</term>
3253
+
<listitem>
3254
+
<simpara>
3255
+
3256
+
</simpara>
3257
+
</listitem>
3258
+
</varlistentry>
3259
+
<varlistentry xml:id="constant.curle-http-not-found">
3260
+
<term>
3261
+
<constant>CURLE_HTTP_NOT_FOUND</constant>
3262
+
(<type>int</type>)
3263
+
</term>
3264
+
<listitem>
3265
+
<simpara>
3266
+
3267
+
</simpara>
3268
+
</listitem>
3269
+
</varlistentry>
3270
+
<varlistentry xml:id="constant.curle-write-error">
3271
+
<term>
3272
+
<constant>CURLE_WRITE_ERROR</constant>
3273
+
(<type>int</type>)
3274
+
</term>
3275
+
<listitem>
3276
+
<simpara>
3277
+
3278
+
</simpara>
3279
+
</listitem>
3280
+
</varlistentry>
3281
+
<varlistentry xml:id="constant.curle-malformat-user">
3282
+
<term>
3283
+
<constant>CURLE_MALFORMAT_USER</constant>
3284
+
(<type>int</type>)
3285
+
</term>
3286
+
<listitem>
3287
+
<simpara>
3288
+
3289
+
</simpara>
3290
+
</listitem>
3291
+
</varlistentry>
3292
+
<varlistentry xml:id="constant.curle-ftp-couldnt-stor-file">
3293
+
<term>
3294
+
<constant>CURLE_FTP_COULDNT_STOR_FILE</constant>
3295
+
(<type>int</type>)
3296
+
</term>
3297
+
<listitem>
3298
+
<simpara>
3299
+
3300
+
</simpara>
3301
+
</listitem>
3302
+
</varlistentry>
3303
+
<varlistentry xml:id="constant.curle-read-error">
3304
+
<term>
3305
+
<constant>CURLE_READ_ERROR</constant>
3306
+
(<type>int</type>)
3307
+
</term>
3308
+
<listitem>
3309
+
<simpara>
3310
+
3311
+
</simpara>
3312
+
</listitem>
3313
+
</varlistentry>
3314
+
<varlistentry xml:id="constant.curle-out-of-memory">
3315
+
<term>
3316
+
<constant>CURLE_OUT_OF_MEMORY</constant>
3317
+
(<type>int</type>)
3318
+
</term>
3319
+
<listitem>
3320
+
<simpara>
3321
+
3322
+
</simpara>
3323
+
</listitem>
3324
+
</varlistentry>
3325
+
<varlistentry xml:id="constant.curle-operation-timeouted">
3326
+
<term>
3327
+
<constant>CURLE_OPERATION_TIMEOUTED</constant>
3328
+
(<type>int</type>)
3329
+
</term>
3330
+
<listitem>
3331
+
<simpara>
3332
+
3333
+
</simpara>
3334
+
</listitem>
3335
+
</varlistentry>
3336
+
<varlistentry xml:id="constant.curle-ftp-couldnt-set-ascii">
3337
+
<term>
3338
+
<constant>CURLE_FTP_COULDNT_SET_ASCII</constant>
3339
+
(<type>int</type>)
3340
+
</term>
3341
+
<listitem>
3342
+
<simpara>
3343
+
3344
+
</simpara>
3345
+
</listitem>
3346
+
</varlistentry>
3347
+
<varlistentry xml:id="constant.curle-ftp-port-failed">
3348
+
<term>
3349
+
<constant>CURLE_FTP_PORT_FAILED</constant>
3350
+
(<type>int</type>)
3351
+
</term>
3352
+
<listitem>
3353
+
<simpara>
3354
+
3355
+
</simpara>
3356
+
</listitem>
3357
+
</varlistentry>
3358
+
<varlistentry xml:id="constant.curle-ftp-couldnt-use-rest">
3359
+
<term>
3360
+
<constant>CURLE_FTP_COULDNT_USE_REST</constant>
3361
+
(<type>int</type>)
3362
+
</term>
3363
+
<listitem>
3364
+
<simpara>
3365
+
3366
+
</simpara>
3367
+
</listitem>
3368
+
</varlistentry>
3369
+
<varlistentry xml:id="constant.curle-ftp-couldnt-get-size">
3370
+
<term>
3371
+
<constant>CURLE_FTP_COULDNT_GET_SIZE</constant>
3372
+
(<type>int</type>)
3373
+
</term>
3374
+
<listitem>
3375
+
<simpara>
3376
+
3377
+
</simpara>
3378
+
</listitem>
3379
+
</varlistentry>
3380
+
<varlistentry xml:id="constant.curle-http-range-error">
3381
+
<term>
3382
+
<constant>CURLE_HTTP_RANGE_ERROR</constant>
3383
+
(<type>int</type>)
3384
+
</term>
3385
+
<listitem>
3386
+
<simpara>
3387
+
3388
+
</simpara>
3389
+
</listitem>
3390
+
</varlistentry>
3391
+
<varlistentry xml:id="constant.curle-http-post-error">
3392
+
<term>
3393
+
<constant>CURLE_HTTP_POST_ERROR</constant>
3394
+
(<type>int</type>)
3395
+
</term>
3396
+
<listitem>
3397
+
<simpara>
3398
+
3399
+
</simpara>
3400
+
</listitem>
3401
+
</varlistentry>
3402
+
<varlistentry xml:id="constant.curle-ssl-connect-error">
3403
+
<term>
3404
+
<constant>CURLE_SSL_CONNECT_ERROR</constant>
3405
+
(<type>int</type>)
3406
+
</term>
3407
+
<listitem>
3408
+
<simpara>
3409
+
3410
+
</simpara>
3411
+
</listitem>
3412
+
</varlistentry>
3413
+
<varlistentry xml:id="constant.curle-ftp-bad-download-resume">
3414
+
<term>
3415
+
<constant>CURLE_FTP_BAD_DOWNLOAD_RESUME</constant>
3416
+
(<type>int</type>)
3417
+
</term>
3418
+
<listitem>
3419
+
<simpara>
3420
+
3421
+
</simpara>
3422
+
</listitem>
3423
+
</varlistentry>
3424
+
<varlistentry xml:id="constant.curle-file-couldnt-read-file">
3425
+
<term>
3426
+
<constant>CURLE_FILE_COULDNT_READ_FILE</constant>
3427
+
(<type>int</type>)
3428
+
</term>
3429
+
<listitem>
3430
+
<simpara>
3431
+
3432
+
</simpara>
3433
+
</listitem>
3434
+
</varlistentry>
3435
+
<varlistentry xml:id="constant.curle-ldap-cannot-bind">
3436
+
<term>
3437
+
<constant>CURLE_LDAP_CANNOT_BIND</constant>
3438
+
(<type>int</type>)
3439
+
</term>
3440
+
<listitem>
3441
+
<simpara>
3442
+
3443
+
</simpara>
3444
+
</listitem>
3445
+
</varlistentry>
3446
+
<varlistentry xml:id="constant.curle-ldap-search-failed">
3447
+
<term>
3448
+
<constant>CURLE_LDAP_SEARCH_FAILED</constant>
3449
+
(<type>int</type>)
3450
+
</term>
3451
+
<listitem>
3452
+
<simpara>
3453
+
3454
+
</simpara>
3455
+
</listitem>
3456
+
</varlistentry>
3457
+
<varlistentry xml:id="constant.curle-library-not-found">
3458
+
<term>
3459
+
<constant>CURLE_LIBRARY_NOT_FOUND</constant>
3460
+
(<type>int</type>)
3461
+
</term>
3462
+
<listitem>
3463
+
<simpara>
3464
+
3465
+
</simpara>
3466
+
</listitem>
3467
+
</varlistentry>
3468
+
<varlistentry xml:id="constant.curle-function-not-found">
3469
+
<term>
3470
+
<constant>CURLE_FUNCTION_NOT_FOUND</constant>
3471
+
(<type>int</type>)
3472
+
</term>
3473
+
<listitem>
3474
+
<simpara>
3475
+
3476
+
</simpara>
3477
+
</listitem>
3478
+
</varlistentry>
3479
+
<varlistentry xml:id="constant.curle-aborted-by-callback">
3480
+
<term>
3481
+
<constant>CURLE_ABORTED_BY_CALLBACK</constant>
3482
+
(<type>int</type>)
3483
+
</term>
3484
+
<listitem>
3485
+
<simpara>
3486
+
3487
+
</simpara>
3488
+
</listitem>
3489
+
</varlistentry>
3490
+
<varlistentry xml:id="constant.curle-bad-function-argument">
3491
+
<term>
3492
+
<constant>CURLE_BAD_FUNCTION_ARGUMENT</constant>
3493
+
(<type>int</type>)
3494
+
</term>
3495
+
<listitem>
3496
+
<simpara>
3497
+
3498
+
</simpara>
3499
+
</listitem>
3500
+
</varlistentry>
3501
+
<varlistentry xml:id="constant.curle-bad-calling-order">
3502
+
<term>
3503
+
<constant>CURLE_BAD_CALLING_ORDER</constant>
3504
+
(<type>int</type>)
3505
+
</term>
3506
+
<listitem>
3507
+
<simpara>
3508
+
3509
+
</simpara>
3510
+
</listitem>
3511
+
</varlistentry>
3512
+
<varlistentry xml:id="constant.curle-http-port-failed">
3513
+
<term>
3514
+
<constant>CURLE_HTTP_PORT_FAILED</constant>
3515
+
(<type>int</type>)
3516
+
</term>
3517
+
<listitem>
3518
+
<simpara>
3519
+
3520
+
</simpara>
3521
+
</listitem>
3522
+
</varlistentry>
3523
+
<varlistentry xml:id="constant.curle-bad-password-entered">
3524
+
<term>
3525
+
<constant>CURLE_BAD_PASSWORD_ENTERED</constant>
3526
+
(<type>int</type>)
3527
+
</term>
3528
+
<listitem>
3529
+
<simpara>
3530
+
3531
+
</simpara>
3532
+
</listitem>
3533
+
</varlistentry>
3534
+
<varlistentry xml:id="constant.curle-too-many-redirects">
3535
+
<term>
3536
+
<constant>CURLE_TOO_MANY_REDIRECTS</constant>
3537
+
(<type>int</type>)
3538
+
</term>
3539
+
<listitem>
3540
+
<simpara>
3541
+
3542
+
</simpara>
3543
+
</listitem>
3544
+
</varlistentry>
3545
+
<varlistentry xml:id="constant.curle-unknown-telnet-option">
3546
+
<term>
3547
+
<constant>CURLE_UNKNOWN_TELNET_OPTION</constant>
3548
+
(<type>int</type>)
3549
+
</term>
3550
+
<listitem>
3551
+
<simpara>
3552
+
3553
+
</simpara>
3554
+
</listitem>
3555
+
</varlistentry>
3556
+
<varlistentry xml:id="constant.curle-telnet-option-syntax">
3557
+
<term>
3558
+
<constant>CURLE_TELNET_OPTION_SYNTAX</constant>
3559
+
(<type>int</type>)
3560
+
</term>
3561
+
<listitem>
3562
+
<simpara>
3563
+
3564
+
</simpara>
3565
+
</listitem>
3566
+
</varlistentry>
3567
+
<varlistentry xml:id="constant.curle-obsolete">
3568
+
<term>
3569
+
<constant>CURLE_OBSOLETE</constant>
3570
+
(<type>int</type>)
3571
+
</term>
3572
+
<listitem>
3573
+
<simpara>
3574
+
3575
+
</simpara>
3576
+
</listitem>
3577
+
</varlistentry>
3578
+
<varlistentry xml:id="constant.curle-ssl-peer-certificate">
3579
+
<term>
3580
+
<constant>CURLE_SSL_PEER_CERTIFICATE</constant>
3581
+
(<type>int</type>)
3582
+
</term>
3583
+
<listitem>
3584
+
<simpara>
3585
+
3586
+
</simpara>
3587
+
</listitem>
3588
+
</varlistentry>
3589
+
<varlistentry xml:id="constant.curle-got-nothing">
3590
+
<term>
3591
+
<constant>CURLE_GOT_NOTHING</constant>
3592
+
(<type>int</type>)
3593
+
</term>
3594
+
<listitem>
3595
+
<simpara>
3596
+
3597
+
</simpara>
3598
+
</listitem>
3599
+
</varlistentry>
3600
+
<varlistentry xml:id="constant.curle-ssl-engine-notfound">
3601
+
<term>
3602
+
<constant>CURLE_SSL_ENGINE_NOTFOUND</constant>
3603
+
(<type>int</type>)
3604
+
</term>
3605
+
<listitem>
3606
+
<simpara>
3607
+
3608
+
</simpara>
3609
+
</listitem>
3610
+
</varlistentry>
3611
+
<varlistentry xml:id="constant.curle-ssl-engine-setfailed">
3612
+
<term>
3613
+
<constant>CURLE_SSL_ENGINE_SETFAILED</constant>
3614
+
(<type>int</type>)
3615
+
</term>
3616
+
<listitem>
3617
+
<simpara>
3618
+
3619
+
</simpara>
3620
+
</listitem>
3621
+
</varlistentry>
3622
+
<varlistentry xml:id="constant.curle-send-error">
3623
+
<term>
3624
+
<constant>CURLE_SEND_ERROR</constant>
3625
+
(<type>int</type>)
3626
+
</term>
3627
+
<listitem>
3628
+
<simpara>
3629
+
3630
+
</simpara>
3631
+
</listitem>
3632
+
</varlistentry>
3633
+
<varlistentry xml:id="constant.curle-recv-error">
3634
+
<term>
3635
+
<constant>CURLE_RECV_ERROR</constant>
3636
+
(<type>int</type>)
3637
+
</term>
3638
+
<listitem>
3639
+
<simpara>
3640
+
3641
+
</simpara>
3642
+
</listitem>
3643
+
</varlistentry>
3644
+
<varlistentry xml:id="constant.curle-share-in-use">
3645
+
<term>
3646
+
<constant>CURLE_SHARE_IN_USE</constant>
3647
+
(<type>int</type>)
3648
+
</term>
3649
+
<listitem>
3650
+
<simpara>
3651
+
3652
+
</simpara>
3653
+
</listitem>
3654
+
</varlistentry>
3655
+
<varlistentry xml:id="constant.curle-ssl-certproblem">
3656
+
<term>
3657
+
<constant>CURLE_SSL_CERTPROBLEM</constant>
3658
+
(<type>int</type>)
3659
+
</term>
3660
+
<listitem>
3661
+
<simpara>
3662
+
3663
+
</simpara>
3664
+
</listitem>
3665
+
</varlistentry>
3666
+
<varlistentry xml:id="constant.curle-ssl-cipher">
3667
+
<term>
3668
+
<constant>CURLE_SSL_CIPHER</constant>
3669
+
(<type>int</type>)
3670
+
</term>
3671
+
<listitem>
3672
+
<simpara>
3673
+
3674
+
</simpara>
3675
+
</listitem>
3676
+
</varlistentry>
3677
+
<varlistentry xml:id="constant.curle-ssl-cacert">
3678
+
<term>
3679
+
<constant>CURLE_SSL_CACERT</constant>
3680
+
(<type>int</type>)
3681
+
</term>
3682
+
<listitem>
3683
+
<simpara>
3684
+
3685
+
</simpara>
3686
+
</listitem>
3687
+
</varlistentry>
3688
+
<varlistentry xml:id="constant.curle-bad-content-encoding">
3689
+
<term>
3690
+
<constant>CURLE_BAD_CONTENT_ENCODING</constant>
3691
+
(<type>int</type>)
3692
+
</term>
3693
+
<listitem>
3694
+
<simpara>
3695
+
3696
+
</simpara>
3697
+
</listitem>
3698
+
</varlistentry>
3699
+
<varlistentry xml:id="constant.curle-ldap-invalid-url">
3700
+
<term>
3701
+
<constant>CURLE_LDAP_INVALID_URL</constant>
3702
+
(<type>int</type>)
3703
+
</term>
3704
+
<listitem>
3705
+
<simpara>
3706
+
3707
+
</simpara>
3708
+
</listitem>
3709
+
</varlistentry>
3710
+
<varlistentry xml:id="constant.curle-filesize-exceeded">
3711
+
<term>
3712
+
<constant>CURLE_FILESIZE_EXCEEDED</constant>
3713
+
(<type>int</type>)
3714
+
</term>
3715
+
<listitem>
3716
+
<simpara>
3717
+
3718
+
</simpara>
3719
+
</listitem>
3720
+
</varlistentry>
3721
+
<varlistentry xml:id="constant.curle-ftp-ssl-failed">
3722
+
<term>
3723
+
<constant>CURLE_FTP_SSL_FAILED</constant>
3724
+
(<type>int</type>)
3725
+
</term>
3726
+
<listitem>
3727
+
<simpara>
3728
+
3729
+
</simpara>
3730
+
</listitem>
3731
+
</varlistentry>
3732
+
<varlistentry xml:id="constant.curle-ssh">
3733
+
<term>
3734
+
<constant>CURLE_SSH</constant>
3735
+
(<type>int</type>)
3736
+
</term>
3737
+
<listitem>
3738
+
<simpara>
3739
+
Available since cURL 7.16.1.
3740
+
</simpara>
3741
+
</listitem>
3742
+
</varlistentry>
3743
+
<varlistentry xml:id="constant.curlftpauth-default">
3744
+
<term>
3745
+
<constant>CURLFTPAUTH_DEFAULT</constant>
3746
+
(<type>int</type>)
3747
+
</term>
3748
+
<listitem>
3749
+
<simpara>
3750
+

3751
+
</simpara>
3752
+
</listitem>
3753
+
</varlistentry>
3754
+
<varlistentry xml:id="constant.curlftpauth-ssl">
3755
+
<term>
3756
+
<constant>CURLFTPAUTH_SSL</constant>
3757
+
(<type>int</type>)
3758
+
</term>
3759
+
<listitem>
3760
+
<simpara>
3761
+

3762
+
</simpara>
3763
+
</listitem>
3764
+
</varlistentry>
3765
+
<varlistentry xml:id="constant.curlftpauth-tls">
3766
+
<term>
3767
+
<constant>CURLFTPAUTH_TLS</constant>
3768
+
(<type>int</type>)
3769
+
</term>
3770
+
<listitem>
3771
+
<simpara>
3772
+

3773
+
</simpara>
3774
+
</listitem>
3775
+
</varlistentry>
3776
+
<varlistentry xml:id="constant.curlproxy-http">
3777
+
<term>
3778
+
<constant>CURLPROXY_HTTP</constant>
3779
+
(<type>int</type>)
3780
+
</term>
3781
+
<listitem>
3782
+
<simpara>
3783
+
Available since cURL 7.10.
3784
+
</simpara>
3785
+
</listitem>
3786
+
</varlistentry>
3787
+
<varlistentry xml:id="constant.curlproxy-http-1-0">
3788
+
<term>
3789
+
<constant>CURLPROXY_HTTP_1_0</constant>
3790
+
(<type>int</type>)
3791
+
</term>
3792
+
<listitem>
3793
+
<simpara>
3794
+
Available since PHP 7.0.7 and cURL 7.19.3
3795
+
</simpara>
3796
+
</listitem>
3797
+
</varlistentry>
3798
+
<varlistentry xml:id="constant.curlproxy-socks4">
3799
+
<term>
3800
+
<constant>CURLPROXY_SOCKS4</constant>
3801
+
(<type>int</type>)
3802
+
</term>
3803
+
<listitem>
3804
+
<simpara>
3805
+
Available since cURL 7.10.
3806
+
</simpara>
3807
+
</listitem>
3808
+
</varlistentry>
3809
+
<varlistentry xml:id="constant.curlproxy-socks5">
3810
+
<term>
3811
+
<constant>CURLPROXY_SOCKS5</constant>
3812
+
(<type>int</type>)
3813
+
</term>
3814
+
<listitem>
3815
+
<simpara>
3816
+
Available since cURL 7.10.
3817
+
</simpara>
3818
+
</listitem>
3819
+
</varlistentry>
3820
+
<varlistentry xml:id="constant.curl-netrc-optional">
3821
+
<term>
3822
+
<constant>CURL_NETRC_OPTIONAL</constant>
3823
+
(<type>int</type>)
3824
+
</term>
3825
+
<listitem>
3826
+
<simpara>
3827
+
3828
+
</simpara>
3829
+
</listitem>
3830
+
</varlistentry>
3831
+
<varlistentry xml:id="constant.curl-netrc-ignored">
3832
+
<term>
3833
+
<constant>CURL_NETRC_IGNORED</constant>
3834
+
(<type>int</type>)
3835
+
</term>
3836
+
<listitem>
3837
+
<simpara>
3838
+
3839
+
</simpara>
3840
+
</listitem>
3841
+
</varlistentry>
3842
+
<varlistentry xml:id="constant.curl-netrc-required">
3843
+
<term>
3844
+
<constant>CURL_NETRC_REQUIRED</constant>
3845
+
(<type>int</type>)
3846
+
</term>
3847
+
<listitem>
3848
+
<simpara>
3849
+
3850
+
</simpara>
3851
+
</listitem>
3852
+
</varlistentry>
3853
+
<varlistentry xml:id="constant.curl-http-version-none">
3854
+
<term>
3855
+
<constant>CURL_HTTP_VERSION_NONE</constant>
3856
+
(<type>int</type>)
3857
+
</term>
3858
+
<listitem>
3859
+
<simpara>
3860
+
3861
+
</simpara>
3862
+
</listitem>
3863
+
</varlistentry>
3864
+
<varlistentry xml:id="constant.curl-http-version-1-0">
3865
+
<term>
3866
+
<constant>CURL_HTTP_VERSION_1_0</constant>
3867
+
(<type>int</type>)
3868
+
</term>
3869
+
<listitem>
3870
+
<simpara>
3871
+
3872
+
</simpara>
3873
+
</listitem>
3874
+
</varlistentry>
3875
+
<varlistentry xml:id="constant.curl-http-version-1-1">
3876
+
<term>
3877
+
<constant>CURL_HTTP_VERSION_1_1</constant>
3878
+
(<type>int</type>)
3879
+
</term>
3880
+
<listitem>
3881
+
<simpara>
3882
+
3883
+
</simpara>
3884
+
</listitem>
3885
+
</varlistentry>
3886
+
<varlistentry xml:id="constant.curl-http-version-2">
3887
+
<term>
3888
+
<constant>CURL_HTTP_VERSION_2</constant>
3889
+
(<type>int</type>)
3890
+
</term>
3891
+
<listitem>
3892
+
<simpara>
3893
+
Available since PHP 7.0.7 and cURL 7.43.0
3894
+
</simpara>
3895
+
</listitem>
3896
+
</varlistentry>
3897
+
<varlistentry xml:id="constant.curl-http-version-2-0">
3898
+
<term>
3899
+
<constant>CURL_HTTP_VERSION_2_0</constant>
3900
+
(<type>int</type>)
3901
+
</term>
3902
+
<listitem>
3903
+
<simpara>
3904
+
Available since cURL 7.33.0
3905
+
</simpara>
3906
+
</listitem>
3907
+
</varlistentry>
3908
+
<varlistentry xml:id="constant.curl-http-version-2tls">
3909
+
<term>
3910
+
<constant>CURL_HTTP_VERSION_2TLS</constant>
3911
+
(<type>int</type>)
3912
+
</term>
3913
+
<listitem>
3914
+
<simpara>
3915
+
Available since PHP 7.0.7 and cURL 7.47.0
3916
+
</simpara>
3917
+
</listitem>
3918
+
</varlistentry>
3919
+
<varlistentry xml:id="constant.curl-http-version-2-prior-knowledge">
3920
+
<term>
3921
+
<constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>
3922
+
(<type>int</type>)
3923
+
</term>
3924
+
<listitem>
3925
+
<simpara>
3926
+
Available since PHP 7.0.7 and cURL 7.49.0
3927
+
</simpara>
3928
+
</listitem>
3929
+
</varlistentry>
3930
+
<varlistentry xml:id="constant.curlm-call-multi-perform">
3931
+
<term>
3932
+
<constant>CURLM_CALL_MULTI_PERFORM</constant>
3933
+
(<type>int</type>)
3934
+
</term>
3935
+
<listitem>
3936
+
<simpara>
3937
+
3938
+
</simpara>
3939
+
</listitem>
3940
+
</varlistentry>
3941
+
<varlistentry xml:id="constant.curlm-ok">
3942
+
<term>
3943
+
<constant>CURLM_OK</constant>
3944
+
(<type>int</type>)
3945
+
</term>
3946
+
<listitem>
3947
+
<simpara>
3948
+
3949
+
</simpara>
3950
+
</listitem>
3951
+
</varlistentry>
3952
+
<varlistentry xml:id="constant.curlm-bad-handle">
3953
+
<term>
3954
+
<constant>CURLM_BAD_HANDLE</constant>
3955
+
(<type>int</type>)
3956
+
</term>
3957
+
<listitem>
3958
+
<simpara>
3959
+
3960
+
</simpara>
3961
+
</listitem>
3962
+
</varlistentry>
3963
+
<varlistentry xml:id="constant.curlm-bad-easy-handle">
3964
+
<term>
3965
+
<constant>CURLM_BAD_EASY_HANDLE</constant>
3966
+
(<type>int</type>)
3967
+
</term>
3968
+
<listitem>
3969
+
<simpara>
3970
+
3971
+
</simpara>
3972
+
</listitem>
3973
+
</varlistentry>
3974
+
<varlistentry xml:id="constant.curlm-out-of-memory">
3975
+
<term>
3976
+
<constant>CURLM_OUT_OF_MEMORY</constant>
3977
+
(<type>int</type>)
3978
+
</term>
3979
+
<listitem>
3980
+
<simpara>
3981
+
3982
+
</simpara>
3983
+
</listitem>
3984
+
</varlistentry>
3985
+
<varlistentry xml:id="constant.curlm-internal-error">
3986
+
<term>
3987
+
<constant>CURLM_INTERNAL_ERROR</constant>
3988
+
(<type>int</type>)
3989
+
</term>
3990
+
<listitem>
3991
+
<simpara>
3992
+
3993
+
</simpara>
3994
+
</listitem>
3995
+
</varlistentry>
3996
+
<varlistentry xml:id="constant.curlmsg-done">
3997
+
<term>
3998
+
<constant>CURLMSG_DONE</constant>
3999
+
(<type>int</type>)
4000
+
</term>
4001
+
<listitem>
4002
+
<simpara>
4003
+
4004
+
</simpara>
4005
+
</listitem>
4006
+
</varlistentry>
4007
+
<varlistentry xml:id="constant.curlopt-keypasswd">
4008
+
<term>
4009
+
<constant>CURLOPT_KEYPASSWD</constant>
4010
+
(<type>int</type>)
4011
+
</term>
4012
+
<listitem>
4013
+
<simpara>
4014
+
4015
+
</simpara>
4016
+
</listitem>
4017
+
</varlistentry>
4018
+
<varlistentry xml:id="constant.curlopt-ssh-auth-types">
4019
+
<term>
4020
+
<constant>CURLOPT_SSH_AUTH_TYPES</constant>
4021
+
(<type>int</type>)
4022
+
</term>
4023
+
<listitem>
4024
+
<simpara>
4025
+
4026
+
</simpara>
4027
+
</listitem>
4028
+
</varlistentry>
4029
+
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-md5">
4030
+
<term>
4031
+
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</constant>
4032
+
(<type>int</type>)
4033
+
</term>
4034
+
<listitem>
4035
+
<simpara>
4036
+
4037
+
</simpara>
4038
+
</listitem>
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>
4062
+
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
4063
+
<term>
4064
+
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
4065
+
(<type>int</type>)
4066
+
</term>
4067
+
<listitem>
4068
+
<simpara>
4069
+
4070
+
</simpara>
4071
+
</listitem>
4072
+
</varlistentry>
4073
+
<varlistentry xml:id="constant.curlopt-ssh-public-keyfile">
4074
+
<term>
4075
+
<constant>CURLOPT_SSH_PUBLIC_KEYFILE</constant>
4076
+
(<type>int</type>)
4077
+
</term>
4078
+
<listitem>
4079
+
<simpara>
4080
+
4081
+
</simpara>
4082
+
</listitem>
4083
+
</varlistentry>
4084
+
<varlistentry xml:id="constant.curlopt-ssl-options">
4085
+
<term>
4086
+
<constant>CURLOPT_SSL_OPTIONS</constant>
4087
+
(<type>int</type>)
4088
+
</term>
4089
+
<listitem>
4090
+
<simpara>
4091
+
Available since cURL 7.25.0
4092
+
</simpara>
4093
+
</listitem>
4094
+
</varlistentry>
4095
+
<varlistentry xml:id="constant.curlsslopt-allow-beast">
4096
+
<term>
4097
+
<constant>CURLSSLOPT_ALLOW_BEAST</constant>
4098
+
(<type>int</type>)
4099
+
</term>
4100
+
<listitem>
4101
+
<simpara>
4102
+
Available since cURL 7.25.0
4103
+
</simpara>
4104
+
</listitem>
4105
+
</varlistentry>
4106
+
<varlistentry xml:id="constant.curlsslopt-no-revoke">
4107
+
<term>
4108
+
<constant>CURLSSLOPT_NO_REVOKE</constant>
4109
+
(<type>int</type>)
4110
+
</term>
4111
+
<listitem>
4112
+
<simpara>
4113
+
Available since PHP 7.0.7 and cURL 7.44.0
4114
+
</simpara>
4115
+
</listitem>
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>
4161
+
<varlistentry xml:id="constant.curlopt-username">
4162
+
<term>
4163
+
<constant>CURLOPT_USERNAME</constant>
4164
+
(<type>int</type>)
4165
+
</term>
4166
+
<listitem>
4167
+
<simpara>
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
4180
+
</simpara>
4181
+
</listitem>
4182
+
</varlistentry>
4183
+
<varlistentry xml:id="constant.curlopt-sasl-ir">
4184
+
<term>
4185
+
<constant>CURLOPT_SASL_IR</constant>
4186
+
(<type>int</type>)
4187
+
</term>
4188
+
<listitem>
4189
+
<simpara>
4190
+
Available since PHP 7.0.7 and cURL 7.31.0
4191
+
</simpara>
4192
+
</listitem>
4193
+
</varlistentry>
4194
+
<varlistentry xml:id="constant.curlopt-dns-interface">
4195
+
<term>
4196
+
<constant>CURLOPT_DNS_INTERFACE</constant>
4197
+
(<type>int</type>)
4198
+
</term>
4199
+
<listitem>
4200
+
<simpara>
4201
+
Available since PHP 7.0.7 and cURL 7.33.0
4202
+
</simpara>
4203
+
</listitem>
4204
+
</varlistentry>
4205
+
<varlistentry xml:id="constant.curlopt-dns-local-ip4">
4206
+
<term>
4207
+
<constant>CURLOPT_DNS_LOCAL_IP4</constant>
4208
+
(<type>int</type>)
4209
+
</term>
4210
+
<listitem>
4211
+
<simpara>
4212
+
Available since PHP 7.0.7 and cURL 7.33.0
4213
+
</simpara>
4214
+
</listitem>
4215
+
</varlistentry>
4216
+
<varlistentry xml:id="constant.curlopt-dns-local-ip6">
4217
+
<term>
4218
+
<constant>CURLOPT_DNS_LOCAL_IP6</constant>
4219
+
(<type>int</type>)
4220
+
</term>
4221
+
<listitem>
4222
+
<simpara>
4223
+
Available since PHP 7.0.7 and cURL 7.33.0
4224
+
</simpara>
4225
+
</listitem>
4226
+
</varlistentry>
4227
+
<varlistentry xml:id="constant.curlopt-xoauth2-bearer">
4228
+
<term>
4229
+
<constant>CURLOPT_XOAUTH2_BEARER</constant>
4230
+
(<type>int</type>)
4231
+
</term>
4232
+
<listitem>
4233
+
<simpara>
4234
+
Available since PHP 7.0.7 and cURL 7.33.0
4235
+
</simpara>
4236
+
</listitem>
4237
+
</varlistentry>
4238
+
<varlistentry xml:id="constant.curlopt-login-options">
4239
+
<term>
4240
+
<constant>CURLOPT_LOGIN_OPTIONS</constant>
4241
+
(<type>int</type>)
4242
+
</term>
4243
+
<listitem>
4244
+
<simpara>
4245
+
Available since PHP 7.0.7 and cURL 7.34.0
4246
+
</simpara>
4247
+
</listitem>
4248
+
</varlistentry>
4249
+
<varlistentry xml:id="constant.curlopt-expect-100-timeout-ms">
4250
+
<term>
4251
+
<constant>CURLOPT_EXPECT_100_TIMEOUT_MS</constant>
4252
+
(<type>int</type>)
4253
+
</term>
4254
+
<listitem>
4255
+
<simpara>
4256
+
Available since PHP 7.0.7 and cURL 7.36.0
4257
+
</simpara>
4258
+
</listitem>
4259
+
</varlistentry>
4260
+
<varlistentry xml:id="constant.curlopt-ssl-enable-alpn">
4261
+
<term>
4262
+
<constant>CURLOPT_SSL_ENABLE_ALPN</constant>
4263
+
(<type>int</type>)
4264
+
</term>
4265
+
<listitem>
4266
+
<simpara>
4267
+
Available since PHP 7.0.7 and cURL 7.36.0
4268
+
</simpara>
4269
+
</listitem>
4270
+
</varlistentry>
4271
+
<varlistentry xml:id="constant.curlopt-ssl-enable-npn">
4272
+
<term>
4273
+
<constant>CURLOPT_SSL_ENABLE_NPN</constant>
4274
+
(<type>int</type>)
4275
+
</term>
4276
+
<listitem>
4277
+
<simpara>
4278
+
Available since PHP 7.0.7 and cURL 7.36.0
4279
+
</simpara>
4280
+
</listitem>
4281
+
</varlistentry>
4282
+
<varlistentry xml:id="constant.curlopt-pinnedpublickey">
4283
+
<term>
4284
+
<constant>CURLOPT_PINNEDPUBLICKEY</constant>
4285
+
(<type>int</type>)
4286
+
</term>
4287
+
<listitem>
4288
+
<simpara>
4289
+
Available since PHP 7.0.7 and cURL 7.39.0
4290
+
</simpara>
4291
+
</listitem>
4292
+
</varlistentry>
4293
+
<varlistentry xml:id="constant.curlopt-unix-socket-path">
4294
+
<term>
4295
+
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
4296
+
(<type>int</type>)
4297
+
</term>
4298
+
<listitem>
4299
+
<simpara>
4300
+
Available since PHP 7.0.7 and cURL 7.40.0
4301
+
</simpara>
4302
+
</listitem>
4303
+
</varlistentry>
4304
+
<varlistentry xml:id="constant.curlopt-ssl-verifystatus">
4305
+
<term>
4306
+
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
4307
+
(<type>int</type>)
4308
+
</term>
4309
+
<listitem>
4310
+
<simpara>
4311
+
Available since PHP 7.0.7 and cURL 7.41.0
4312
+
</simpara>
4313
+
</listitem>
4314
+
</varlistentry>
4315
+
<varlistentry xml:id="constant.curlopt-path-as-is">
4316
+
<term>
4317
+
<constant>CURLOPT_PATH_AS_IS</constant>
4318
+
(<type>int</type>)
4319
+
</term>
4320
+
<listitem>
4321
+
<simpara>
4322
+
Available since PHP 7.0.7 and cURL 7.42.0
4323
+
</simpara>
4324
+
</listitem>
4325
+
</varlistentry>
4326
+
<varlistentry xml:id="constant.curlopt-ssl-falsestart">
4327
+
<term>
4328
+
<constant>CURLOPT_SSL_FALSESTART</constant>
4329
+
(<type>int</type>)
4330
+
</term>
4331
+
<listitem>
4332
+
<simpara>
4333
+
Available since PHP 7.0.7 and cURL 7.42.0
4334
+
</simpara>
4335
+
</listitem>
4336
+
</varlistentry>
4337
+
<varlistentry xml:id="constant.curlopt-pipewait">
4338
+
<term>
4339
+
<constant>CURLOPT_PIPEWAIT</constant>
4340
+
(<type>int</type>)
4341
+
</term>
4342
+
<listitem>
4343
+
<simpara>
4344
+
Available since PHP 7.0.7 and cURL 7.43.0
4345
+
</simpara>
4346
+
</listitem>
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>
4359
+
<varlistentry xml:id="constant.curlopt-proxy-service-name">
4360
+
<term>
4361
+
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
4362
+
(<type>int</type>)
4363
+
</term>
4364
+
<listitem>
4365
+
<simpara>
4366
+
Available since PHP 7.0.7 and cURL 7.43.0
4367
+
</simpara>
4368
+
</listitem>
4369
+
</varlistentry>
4370
+
<varlistentry xml:id="constant.curlopt-service-name">
4371
+
<term>
4372
+
<constant>CURLOPT_SERVICE_NAME</constant>
4373
+
(<type>int</type>)
4374
+
</term>
4375
+
<listitem>
4376
+
<simpara>
4377
+
Available since PHP 7.0.7 and cURL 7.43.0
4378
+
</simpara>
4379
+
</listitem>
4380
+
</varlistentry>
4381
+
<varlistentry xml:id="constant.curlopt-default-protocol">
4382
+
<term>
4383
+
<constant>CURLOPT_DEFAULT_PROTOCOL</constant>
4384
+
(<type>int</type>)
4385
+
</term>
4386
+
<listitem>
4387
+
<simpara>
4388
+
Available since PHP 7.0.7 and cURL 7.45.0
4389
+
</simpara>
4390
+
</listitem>
4391
+
</varlistentry>
4392
+
<varlistentry xml:id="constant.curlopt-stream-weight">
4393
+
<term>
4394
+
<constant>CURLOPT_STREAM_WEIGHT</constant>
4395
+
(<type>int</type>)
4396
+
</term>
4397
+
<listitem>
4398
+
<simpara>
4399
+
Available since PHP 7.0.7 and cURL 7.46.0
4400
+
</simpara>
4401
+
</listitem>
4402
+
</varlistentry>
4403
+
<varlistentry xml:id="constant.curlopt-tftp-no-options">
4404
+
<term>
4405
+
<constant>CURLOPT_TFTP_NO_OPTIONS</constant>
4406
+
(<type>int</type>)
4407
+
</term>
4408
+
<listitem>
4409
+
<simpara>
4410
+
Available since PHP 7.0.7 and cURL 7.48.0
4411
+
</simpara>
4412
+
</listitem>
4413
+
</varlistentry>
4414
+
<varlistentry xml:id="constant.curlopt-connect-to">
4415
+
<term>
4416
+
<constant>CURLOPT_CONNECT_TO</constant>
4417
+
(<type>int</type>)
4418
+
</term>
4419
+
<listitem>
4420
+
<simpara>
4421
+
Available since PHP 7.0.7 and cURL 7.49.0
4422
+
</simpara>
4423
+
</listitem>
4424
+
</varlistentry>
4425
+
<varlistentry xml:id="constant.curlopt-tcp-fastopen">
4426
+
<term>
4427
+
<constant>CURLOPT_TCP_FASTOPEN</constant>
4428
+
(<type>int</type>)
4429
+
</term>
4430
+
<listitem>
4431
+
<simpara>
4432
+
Available since PHP 7.0.7 and cURL 7.49.0
4433
+
</simpara>
4434
+
</listitem>
4435
+
</varlistentry>
4436
+
<varlistentry xml:id="constant.curlopt-tcp-keepalive">
4437
+
<term>
4438
+
<constant>CURLOPT_TCP_KEEPALIVE</constant>
4439
+
(<type>int</type>)
4440
+
</term>
4441
+
<listitem>
4442
+
<simpara>
4443
+
Available since cURL 7.25.0
4444
+
</simpara>
4445
+
</listitem>
4446
+
</varlistentry>
4447
+
<varlistentry xml:id="constant.curlopt-tcp-keepidle">
4448
+
<term>
4449
+
<constant>CURLOPT_TCP_KEEPIDLE</constant>
4450
+
(<type>int</type>)
4451
+
</term>
4452
+
<listitem>
4453
+
<simpara>
4454
+
Available since cURL 7.25.0
4455
+
</simpara>
4456
+
</listitem>
4457
+
</varlistentry>
4458
+
<varlistentry xml:id="constant.curlopt-tcp-keepintvl">
4459
+
<term>
4460
+
<constant>CURLOPT_TCP_KEEPINTVL</constant>
4461
+
(<type>int</type>)
4462
+
</term>
4463
+
<listitem>
4464
+
<simpara>
4465
+
Available since cURL 7.25.0
4466
+
</simpara>
4467
+
</listitem>
4468
+
</varlistentry>
4469
+
<varlistentry xml:id="constant.curlmopt-pipelining">
4470
+
<term>
4471
+
<constant>CURLMOPT_PIPELINING</constant>
4472
+
(<type>int</type>)
4473
+
</term>
4474
+
<listitem>
4475
+
<simpara>
4476
+
Available since cURL 7.16.0.
4477
+
</simpara>
4478
+
</listitem>
4479
+
</varlistentry>
4480
+
<varlistentry xml:id="constant.curlmopt-maxconnects">
4481
+
<term>
4482
+
<constant>CURLMOPT_MAXCONNECTS</constant>
4483
+
(<type>int</type>)
4484
+
</term>
4485
+
<listitem>
4486
+
<simpara>
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.
4499
+
</simpara>
4500
+
</listitem>
4501
+
</varlistentry>
4502
+
<varlistentry xml:id="constant.curlmopt-chunk-length-penalty-size">
4503
+
<term>
4504
+
<constant>CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE</constant>
4505
+
(<type>int</type>)
4506
+
</term>
4507
+
<listitem>
4508
+
<simpara>
4509
+
Available since PHP 7.0.7 and cURL 7.30.0
4510
+
</simpara>
4511
+
</listitem>
4512
+
</varlistentry>
4513
+
<varlistentry xml:id="constant.curlmopt-content-length-penalty-size">
4514
+
<term>
4515
+
<constant>CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE</constant>
4516
+
(<type>int</type>)
4517
+
</term>
4518
+
<listitem>
4519
+
<simpara>
4520
+
Available since PHP 7.0.7 and cURL 7.30.0
4521
+
</simpara>
4522
+
</listitem>
4523
+
</varlistentry>
4524
+
<varlistentry xml:id="constant.curlmopt-max-host-connections">
4525
+
<term>
4526
+
<constant>CURLMOPT_MAX_HOST_CONNECTIONS</constant>
4527
+
(<type>int</type>)
4528
+
</term>
4529
+
<listitem>
4530
+
<simpara>
4531
+
Available since PHP 7.0.7 and cURL 7.30.0
4532
+
</simpara>
4533
+
</listitem>
4534
+
</varlistentry>
4535
+
<varlistentry xml:id="constant.curlmopt-max-pipeline-length">
4536
+
<term>
4537
+
<constant>CURLMOPT_MAX_PIPELINE_LENGTH</constant>
4538
+
(<type>int</type>)
4539
+
</term>
4540
+
<listitem>
4541
+
<simpara>
4542
+
Available since PHP 7.0.7 and cURL 7.30.0
4543
+
</simpara>
4544
+
</listitem>
4545
+
</varlistentry>
4546
+
<varlistentry xml:id="constant.curlmopt-max-total-connections">
4547
+
<term>
4548
+
<constant>CURLMOPT_MAX_TOTAL_CONNECTIONS</constant>
4549
+
(<type>int</type>)
4550
+
</term>
4551
+
<listitem>
4552
+
<simpara>
4553
+
Available since PHP 7.0.7 and cURL 7.30.0
4554
+
</simpara>
4555
+
</listitem>
4556
+
</varlistentry>
4557
+
<varlistentry xml:id="constant.curlmopt-pushfunction">
4558
+
<term>
4559
+
<constant>CURLMOPT_PUSHFUNCTION</constant>
4560
+
(<type>int</type>)
4561
+
</term>
4562
+
<listitem>
4563
+
<simpara>
4564
+
Available since PHP 7.1.0 and cURL 7.44.0
4565
+
</simpara>
4566
+
</listitem>
4567
+
</varlistentry>
4568
+
<varlistentry xml:id="constant.curlssh-auth-agent">
4569
+
<term>
4570
+
<constant>CURLSSH_AUTH_AGENT</constant>
4571
+
(<type>int</type>)
4572
+
</term>
4573
+
<listitem>
4574
+
<simpara>
4575
+
Available since PHP 7.0.7 and cURL 7.28.0
4576
+
</simpara>
4577
+
</listitem>
4578
+
</varlistentry>
4579
+
<varlistentry xml:id="constant.curlssh-auth-any">
4580
+
<term>
4581
+
<constant>CURLSSH_AUTH_ANY</constant>
4582
+
(<type>int</type>)
4583
+
</term>
4584
+
<listitem>
4585
+
<simpara>
4586
+
4587
+
</simpara>
4588
+
</listitem>
4589
+
</varlistentry>
4590
+
<varlistentry xml:id="constant.curlssh-auth-default">
4591
+
<term>
4592
+
<constant>CURLSSH_AUTH_DEFAULT</constant>
4593
+
(<type>int</type>)
4594
+
</term>
4595
+
<listitem>
4596
+
<simpara>
4597
+
4598
+
</simpara>
4599
+
</listitem>
4600
+
</varlistentry>
4601
+
<varlistentry xml:id="constant.curlssh-auth-host">
4602
+
<term>
4603
+
<constant>CURLSSH_AUTH_HOST</constant>
4604
+
(<type>int</type>)
4605
+
</term>
4606
+
<listitem>
4607
+
<simpara>
4608
+
4609
+
</simpara>
4610
+
</listitem>
4611
+
</varlistentry>
4612
+
<varlistentry xml:id="constant.curlssh-auth-keyboard">
4613
+
<term>
4614
+
<constant>CURLSSH_AUTH_KEYBOARD</constant>
4615
+
(<type>int</type>)
4616
+
</term>
4617
+
<listitem>
4618
+
<simpara>
4619
+
4620
+
</simpara>
4621
+
</listitem>
4622
+
</varlistentry>
4623
+
<varlistentry xml:id="constant.curlssh-auth-none">
4624
+
<term>
4625
+
<constant>CURLSSH_AUTH_NONE</constant>
4626
+
(<type>int</type>)
4627
+
</term>
4628
+
<listitem>
4629
+
<simpara>
4630
+
4631
+
</simpara>
4632
+
</listitem>
4633
+
</varlistentry>
4634
+
<varlistentry xml:id="constant.curlssh-auth-password">
4635
+
<term>
4636
+
<constant>CURLSSH_AUTH_PASSWORD</constant>
4637
+
(<type>int</type>)
4638
+
</term>
4639
+
<listitem>
4640
+
<simpara>
4641
+
4642
+
</simpara>
4643
+
</listitem>
4644
+
</varlistentry>
4645
+
<varlistentry xml:id="constant.curlssh-auth-publickey">
4646
+
<term>
4647
+
<constant>CURLSSH_AUTH_PUBLICKEY</constant>
4648
+
(<type>int</type>)
4649
+
</term>
4650
+
<listitem>
4651
+
<simpara>
4652
+
4653
+
</simpara>
4654
+
</listitem>
4655
+
</varlistentry>
4656
+
<varlistentry xml:id="constant.curlpause-all">
4657
+
<term>
4658
+
<constant>CURLPAUSE_ALL</constant>
4659
+
(<type>int</type>)
4660
+
</term>
4661
+
<listitem>
4662
+
<simpara>
4663
+
Available since cURL 7.18.0.
4664
+
</simpara>
4665
+
</listitem>
4666
+
</varlistentry>
4667
+
<varlistentry xml:id="constant.curlpause-cont">
4668
+
<term>
4669
+
<constant>CURLPAUSE_CONT</constant>
4670
+
(<type>int</type>)
4671
+
</term>
4672
+
<listitem>
4673
+
<simpara>
4674
+
Available since cURL 7.18.0.
4675
+
</simpara>
4676
+
</listitem>
4677
+
</varlistentry>
4678
+
<varlistentry xml:id="constant.curlpause-recv">
4679
+
<term>
4680
+
<constant>CURLPAUSE_RECV</constant>
4681
+
(<type>int</type>)
4682
+
</term>
4683
+
<listitem>
4684
+
<simpara>
4685
+
Available since cURL 7.18.0.
4686
+
</simpara>
4687
+
</listitem>
4688
+
</varlistentry>
4689
+
<varlistentry xml:id="constant.curlpause-recv-cont">
4690
+
<term>
4691
+
<constant>CURLPAUSE_RECV_CONT</constant>
4692
+
(<type>int</type>)
4693
+
</term>
4694
+
<listitem>
4695
+
<simpara>
4696
+
Available since cURL 7.18.0.
4697
+
</simpara>
4698
+
</listitem>
4699
+
</varlistentry>
4700
+
<varlistentry xml:id="constant.curlpause-send">
4701
+
<term>
4702
+
<constant>CURLPAUSE_SEND</constant>
4703
+
(<type>int</type>)
4704
+
</term>
4705
+
<listitem>
4706
+
<simpara>
4707
+
Available since cURL 7.18.0.
4708
+
</simpara>
4709
+
</listitem>
4710
+
</varlistentry>
4711
+
<varlistentry xml:id="constant.curlpause-send-cont">
2711
4712
<term>
2712
-
<constant>CURLFTPAUTH_SSL</constant>
2713
-
(<type>integer</type>)
4713
+
<constant>CURLPAUSE_SEND_CONT</constant>
4714
+
(<type>int</type>)
2714
4715
</term>
2715
4716
<listitem>
2716
4717
<simpara>
2717
-
Available since PHP 5.1.0
4718
+
Available since cURL 7.18.0.
2718
4719
</simpara>
2719
4720
</listitem>
2720
4721
</varlistentry>
2721
-
<varlistentry xml:id="constant.curlftpauth-tls">
4722
+
<varlistentry xml:id="constant.curlpipe-nothing">
2722
4723
<term>
2723
-
<constant>CURLFTPAUTH_TLS</constant>
2724
-
(<type>integer</type>)
4724
+
<constant>CURLPIPE_NOTHING</constant>
4725
+
(<type>int</type>)
2725
4726
</term>
2726
4727
<listitem>
2727
4728
<simpara>
2728
-
Available since PHP 5.1.0
4729
+
Available since cURL 7.43.0.
2729
4730
</simpara>
2730
4731
</listitem>
2731
4732
</varlistentry>
2732
-
<varlistentry xml:id="constant.curlproxy-http">
4733
+
<varlistentry xml:id="constant.curlpipe-http1">
2733
4734
<term>
2734
-
<constant>CURLPROXY_HTTP</constant>
2735
-
(<type>integer</type>)
4735
+
<constant>CURLPIPE_HTTP1</constant>
4736
+
(<type>int</type>)
2736
4737
</term>
2737
4738
<listitem>
2738
4739
<simpara>
2739
-
Available since cURL 7.10.
4740
+
Available since cURL 7.43.0.
2740
4741
</simpara>
2741
4742
</listitem>
2742
4743
</varlistentry>
2743
-
<varlistentry xml:id="constant.curlproxy-http-1-0">
4744
+
<varlistentry xml:id="constant.curlpipe-multiplex">
2744
4745
<term>
2745
-
<constant>CURLPROXY_HTTP_1_0</constant>
2746
-
(<type>integer</type>)
4746
+
<constant>CURLPIPE_MULTIPLEX</constant>
4747
+
(<type>int</type>)
2747
4748
</term>
2748
4749
<listitem>
2749
4750
<simpara>
2750
-
Available since PHP 7.0.7 and cURL 7.19.3
4751
+
Available since cURL 7.43.0.
2751
4752
</simpara>
2752
4753
</listitem>
2753
4754
</varlistentry>
2754
-
<varlistentry xml:id="constant.curlproxy-socks4">
4755
+
<varlistentry xml:id="constant.curlproxy-socks4a">
2755
4756
<term>
2756
-
<constant>CURLPROXY_SOCKS4</constant>
2757
-
(<type>integer</type>)
4757
+
<constant>CURLPROXY_SOCKS4A</constant>
4758
+
(<type>int</type>)
2758
4759
</term>
2759
4760
<listitem>
2760
4761
<simpara>
2761
-
Available since PHP 5.2.10 and cURL 7.10.
4762
+
Available since cURL 7.18.0.
2762
4763
</simpara>
2763
4764
</listitem>
2764
4765
</varlistentry>
2765
-
<varlistentry xml:id="constant.curlproxy-socks5">
4766
+
<varlistentry xml:id="constant.curlproxy-socks5-hostname">
2766
4767
<term>
2767
-
<constant>CURLPROXY_SOCKS5</constant>
2768
-
(<type>integer</type>)
4768
+
<constant>CURLPROXY_SOCKS5_HOSTNAME</constant>
4769
+
(<type>int</type>)
2769
4770
</term>
2770
4771
<listitem>
2771
4772
<simpara>
2772
-
Available since cURL 7.10.
4773
+
Available since cURL 7.18.0.
2773
4774
</simpara>
2774
4775
</listitem>
2775
4776
</varlistentry>
2776
-
<varlistentry xml:id="constant.curl-netrc-optional">
4777
+
<varlistentry xml:id="constant.curlheader-separate">
2777
4778
<term>
2778
-
<constant>CURL_NETRC_OPTIONAL</constant>
2779
-
(<type>integer</type>)
4779
+
<constant>CURLHEADER_SEPARATE</constant>
4780
+
(<type>int</type>)
2780
4781
</term>
2781
4782
<listitem>
2782
4783
<simpara>
2783
-
4784
+
Available since PHP 7.0.7 and cURL 7.37.0.
2784
4785
</simpara>
2785
4786
</listitem>
2786
4787
</varlistentry>
2787
-
<varlistentry xml:id="constant.curl-netrc-ignored">
4788
+
<varlistentry xml:id="constant.curlheader-unified">
2788
4789
<term>
2789
-
<constant>CURL_NETRC_IGNORED</constant>
2790
-
(<type>integer</type>)
4790
+
<constant>CURLHEADER_UNIFIED</constant>
4791
+
(<type>int</type>)
2791
4792
</term>
2792
4793
<listitem>
2793
4794
<simpara>
2794
-
4795
+
Available since PHP 7.0.7 and cURL 7.37.0.
2795
4796
</simpara>
2796
4797
</listitem>
2797
4798
</varlistentry>
2798
-
<varlistentry xml:id="constant.curl-netrc-required">
4799
+
<varlistentry xml:id="constant.curlproto-smb">
2799
4800
<term>
2800
-
<constant>CURL_NETRC_REQUIRED</constant>
2801
-
(<type>integer</type>)
4801
+
<constant>CURLPROTO_SMB</constant>
4802
+
(<type>int</type>)
2802
4803
</term>
2803
4804
<listitem>
2804
4805
<simpara>
2805
-
4806
+
Available since PHP 7.0.7 and cURL 7.40.0.
2806
4807
</simpara>
2807
4808
</listitem>
2808
4809
</varlistentry>
2809
-
<varlistentry xml:id="constant.curl-http-version-none">
4810
+
<varlistentry xml:id="constant.curlproto-smbs">
2810
4811
<term>
2811
-
<constant>CURL_HTTP_VERSION_NONE</constant>
2812
-
(<type>integer</type>)
4812
+
<constant>CURLPROTO_SMBS</constant>
4813
+
(<type>int</type>)
2813
4814
</term>
2814
4815
<listitem>
2815
4816
<simpara>
2816
-
4817
+
Available since PHP 7.0.7 and cURL 7.40.0.
2817
4818
</simpara>
2818
4819
</listitem>
2819
4820
</varlistentry>
2820
-
<varlistentry xml:id="constant.curl-http-version-1-0">
4821
+
<varlistentry xml:id="constant.curlproto-mqtt">
2821
4822
<term>
2822
-
<constant>CURL_HTTP_VERSION_1_0</constant>
2823
-
(<type>integer</type>)
4823
+
<constant>CURLPROTO_MQTT</constant>
4824
+
(<type>int</type>)
2824
4825
</term>
2825
4826
<listitem>
2826
4827
<simpara>
2827
-
4828
+
Available as of PHP 8.2.0 and cURL 7.71.0.
2828
4829
</simpara>
2829
4830
</listitem>
2830
4831
</varlistentry>
2831
-
<varlistentry xml:id="constant.curl-http-version-1-1">
4832
+
<varlistentry xml:id="constant.curlopt-redir-protocols-str">
2832
4833
<term>
2833
-
<constant>CURL_HTTP_VERSION_1_1</constant>
2834
-
(<type>integer</type>)
4834
+
<constant>CURLOPT_REDIR_PROTOCOLS_STR</constant>
4835
+
(<type>int</type>)
2835
4836
</term>
2836
4837
<listitem>
2837
4838
<simpara>
2838
-
4839
+
Available as of PHP 8.3.0 and cURL 7.85.0.
2839
4840
</simpara>
2840
4841
</listitem>
2841
4842
</varlistentry>
2842
-
<varlistentry xml:id="constant.curl-http-version-2">
4843
+
<varlistentry xml:id="constant.curlopt-request-target">
2843
4844
<term>
2844
-
<constant>CURL_HTTP_VERSION_2</constant>
2845
-
(<type>integer</type>)
4845
+
<constant>CURLOPT_REQUEST_TARGET</constant>
4846
+
(<type>int</type>)
2846
4847
</term>
2847
4848
<listitem>
2848
4849
<simpara>
2849
-
Available since PHP 7.0.7 and cURL 7.43.0
4850
+
Available since PHP 7.3.0 and cURL 7.55.0.
2850
4851
</simpara>
2851
4852
</listitem>
2852
4853
</varlistentry>
2853
-
<varlistentry xml:id="constant.curl-http-version-2tls">
4854
+
<varlistentry xml:id="constant.curlauth-gssapi">
2854
4855
<term>
2855
-
<constant>CURL_HTTP_VERSION_2TLS</constant>
2856
-
(<type>integer</type>)
4856
+
<constant>CURLAUTH_GSSAPI</constant>
4857
+
(<type>int</type>)
2857
4858
</term>
2858
4859
<listitem>
2859
4860
<simpara>
2860
-
Available since PHP 7.0.7 and cURL 7.47.0
4861
+
Available since PHP 7.3.0 and cURL 7.54.1
2861
4862
</simpara>
2862
4863
</listitem>
2863
4864
</varlistentry>
2864
-
<varlistentry xml:id="constant.curl-http-version-2-prior-knowledge">
4865
+
<varlistentry xml:id="constant.curle-weird-server-reply">
2865
4866
<term>
2866
-
<constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>
2867
-
(<type>integer</type>)
4867
+
<constant>CURLE_WEIRD_SERVER_REPLY</constant>
4868
+
(<type>int</type>)
2868
4869
</term>
2869
4870
<listitem>
2870
4871
<simpara>
2871
-
Available since PHP 7.0.7 and cURL 7.49.0
4872
+
Available since PHP 7.3.0 and cURL 7.51.0
2872
4873
</simpara>
2873
4874
</listitem>
2874
4875
</varlistentry>
2875
-
<varlistentry xml:id="constant.curlm-call-multi-perform">
4876
+
<varlistentry xml:id="constant.curlinfo-content-length-download-t">
2876
4877
<term>
2877
-
<constant>CURLM_CALL_MULTI_PERFORM</constant>
2878
-
(<type>integer</type>)
4878
+
<constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>
4879
+
(<type>int</type>)
2879
4880
</term>
2880
4881
<listitem>
2881
4882
<simpara>
2882
-
4883
+
Available since PHP 7.3.0 and cURL 7.55.0
2883
4884
</simpara>
2884
4885
</listitem>
2885
4886
</varlistentry>
2886
-
<varlistentry xml:id="constant.curlm-ok">
4887
+
<varlistentry xml:id="constant.curlinfo-content-length-upload-t">
2887
4888
<term>
2888
-
<constant>CURLM_OK</constant>
2889
-
(<type>integer</type>)
4889
+
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>
4890
+
(<type>int</type>)
2890
4891
</term>
2891
4892
<listitem>
2892
4893
<simpara>
2893
-
4894
+
Available since PHP 7.3.0 and cURL 7.55.0
2894
4895
</simpara>
2895
4896
</listitem>
2896
4897
</varlistentry>
2897
-
<varlistentry xml:id="constant.curlm-bad-handle">
4898
+
<varlistentry xml:id="constant.curlinfo-http-version">
2898
4899
<term>
2899
-
<constant>CURLM_BAD_HANDLE</constant>
2900
-
(<type>integer</type>)
4900
+
<constant>CURLINFO_HTTP_VERSION</constant>
4901
+
(<type>int</type>)
2901
4902
</term>
2902
4903
<listitem>
2903
4904
<simpara>
2904
-
4905
+
Available since PHP 7.3.0 and cURL 7.50.0
2905
4906
</simpara>
2906
4907
</listitem>
2907
4908
</varlistentry>
2908
-
<varlistentry xml:id="constant.curlm-bad-easy-handle">
4909
+
<varlistentry xml:id="constant.curlinfo-protocol">
2909
4910
<term>
2910
-
<constant>CURLM_BAD_EASY_HANDLE</constant>
2911
-
(<type>integer</type>)
4911
+
<constant>CURLINFO_PROTOCOL</constant>
4912
+
(<type>int</type>)
2912
4913
</term>
2913
4914
<listitem>
2914
4915
<simpara>
2915
-
4916
+
Available since PHP 7.3.0 and cURL 7.52.0
2916
4917
</simpara>
2917
4918
</listitem>
2918
4919
</varlistentry>
2919
-
<varlistentry xml:id="constant.curlm-out-of-memory">
4920
+
<varlistentry xml:id="constant.curlinfo-proxy-ssl-verifyresult">
2920
4921
<term>
2921
-
<constant>CURLM_OUT_OF_MEMORY</constant>
2922
-
(<type>integer</type>)
4922
+
<constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>
4923
+
(<type>int</type>)
2923
4924
</term>
2924
4925
<listitem>
2925
4926
<simpara>
2926
-
4927
+
Available since PHP 7.3.0 and cURL 7.52.0
2927
4928
</simpara>
2928
4929
</listitem>
2929
4930
</varlistentry>
2930
-
<varlistentry xml:id="constant.curlm-internal-error">
4931
+
<varlistentry xml:id="constant.curlinfo-scheme">
2931
4932
<term>
2932
-
<constant>CURLM_INTERNAL_ERROR</constant>
2933
-
(<type>integer</type>)
4933
+
<constant>CURLINFO_SCHEME</constant>
4934
+
(<type>int</type>)
2934
4935
</term>
2935
4936
<listitem>
2936
4937
<simpara>
2937
-
4938
+
Available since PHP 7.3.0 and cURL 7.52.0
2938
4939
</simpara>
2939
4940
</listitem>
2940
4941
</varlistentry>
2941
-
<varlistentry xml:id="constant.curlmsg-done">
4942
+
<varlistentry xml:id="constant.curlinfo-size-download-t">
2942
4943
<term>
2943
-
<constant>CURLMSG_DONE</constant>
2944
-
(<type>integer</type>)
4944
+
<constant>CURLINFO_SIZE_DOWNLOAD_T</constant>
4945
+
(<type>int</type>)
2945
4946
</term>
2946
4947
<listitem>
2947
4948
<simpara>
2948
-
4949
+
Available since PHP 7.3.0 and cURL 7.50.0
2949
4950
</simpara>
2950
4951
</listitem>
2951
4952
</varlistentry>
2952
-
<varlistentry xml:id="constant.curlopt-keypasswd">
4953
+
<varlistentry xml:id="constant.curlinfo-size-upload-t">
2953
4954
<term>
2954
-
<constant>CURLOPT_KEYPASSWD</constant>
2955
-
(<type>integer</type>)
4955
+
<constant>CURLINFO_SIZE_UPLOAD_T</constant>
4956
+
(<type>int</type>)
2956
4957
</term>
2957
4958
<listitem>
2958
4959
<simpara>
2959
-
4960
+
Available since PHP 7.3.0 and cURL 7.50.0
2960
4961
</simpara>
2961
4962
</listitem>
2962
4963
</varlistentry>
2963
-
<varlistentry xml:id="constant.curlopt-ssh-auth-types">
4964
+
<varlistentry xml:id="constant.curlinfo-speed-download-t">
2964
4965
<term>
2965
-
<constant>CURLOPT_SSH_AUTH_TYPES</constant>
2966
-
(<type>integer</type>)
4966
+
<constant>CURLINFO_SPEED_DOWNLOAD_T</constant>
4967
+
(<type>int</type>)
2967
4968
</term>
2968
4969
<listitem>
2969
4970
<simpara>
2970
-
4971
+
Available since PHP 7.3.0 and cURL 7.50.0
2971
4972
</simpara>
2972
4973
</listitem>
2973
4974
</varlistentry>
2974
-
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-md5">
4975
+
<varlistentry xml:id="constant.curlinfo-speed-upload-t">
2975
4976
<term>
2976
-
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</constant>
2977
-
(<type>integer</type>)
4977
+
<constant>CURLINFO_SPEED_UPLOAD_T</constant>
4978
+
(<type>int</type>)
2978
4979
</term>
2979
4980
<listitem>
2980
4981
<simpara>
2981
-
4982
+
Available since PHP 7.3.0 and cURL 7.50.0
2982
4983
</simpara>
2983
4984
</listitem>
2984
4985
</varlistentry>
2985
-
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
4986
+
<varlistentry xml:id="constant.curl-max-read-size">
2986
4987
<term>
2987
-
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
2988
-
(<type>integer</type>)
4988
+
<constant>CURL_MAX_READ_SIZE</constant>
4989
+
(<type>int</type>)
2989
4990
</term>
2990
4991
<listitem>
2991
4992
<simpara>
2992
-
4993
+
Available since PHP 7.3.0 and cURL 7.53.0
2993
4994
</simpara>
2994
4995
</listitem>
2995
4996
</varlistentry>
2996
-
<varlistentry xml:id="constant.curlopt-ssh-public-keyfile">
4997
+
<varlistentry xml:id="constant.curlopt-abstract-unix-socket">
2997
4998
<term>
2998
-
<constant>CURLOPT_SSH_PUBLIC_KEYFILE</constant>
2999
-
(<type>integer</type>)
4999
+
<constant>CURLOPT_ABSTRACT_UNIX_SOCKET</constant>
5000
+
(<type>int</type>)
3000
5001
</term>
3001
5002
<listitem>
3002
5003
<simpara>
3003
-
5004
+
Available since PHP 7.3.0 and cURL 7.53.0
3004
5005
</simpara>
3005
5006
</listitem>
3006
5007
</varlistentry>
3007
-
<varlistentry xml:id="constant.curlopt-ssl-options">
5008
+
<varlistentry xml:id="constant.curlopt-keep-sending-on-error">
3008
5009
<term>
3009
-
<constant>CURLOPT_SSL_OPTIONS</constant>
3010
-
(<type>integer</type>)
5010
+
<constant>CURLOPT_KEEP_SENDING_ON_ERROR</constant>
5011
+
(<type>int</type>)
3011
5012
</term>
3012
5013
<listitem>
3013
5014
<simpara>
3014
-
Available since PHP 5.5.0 and cURL 7.25.0
5015
+
Available since PHP 7.3.0 and cURL 7.51.0
3015
5016
</simpara>
3016
5017
</listitem>
3017
5018
</varlistentry>
3018
-
<varlistentry xml:id="constant.curlsslopt-allow-beast">
5019
+
<varlistentry xml:id="constant.curlopt-pre-proxy">
3019
5020
<term>
3020
-
<constant>CURLSSLOPT_ALLOW_BEAST</constant>
3021
-
(<type>integer</type>)
5021
+
<constant>CURLOPT_PRE_PROXY</constant>
5022
+
(<type>int</type>)
3022
5023
</term>
3023
5024
<listitem>
3024
5025
<simpara>
3025
-
Available since PHP 5.5.0 and cURL 7.25.0
5026
+
Available since PHP 7.3.0 and cURL 7.52.0
3026
5027
</simpara>
3027
5028
</listitem>
3028
5029
</varlistentry>
3029
-
<varlistentry xml:id="constant.curlsslopt-no-revoke">
5030
+
<varlistentry xml:id="constant.curlopt-proxy-cainfo">
3030
5031
<term>
3031
-
<constant>CURLSSLOPT_NO_REVOKE</constant>
3032
-
(<type>integer</type>)
5032
+
<constant>CURLOPT_PROXY_CAINFO</constant>
5033
+
(<type>int</type>)
3033
5034
</term>
3034
5035
<listitem>
3035
5036
<simpara>
3036
-
Available since PHP 7.0.7 and cURL 7.44.0
5037
+
Available since PHP 7.3.0 and cURL 7.52.0
3037
5038
</simpara>
3038
5039
</listitem>
3039
5040
</varlistentry>
3040
-
<varlistentry xml:id="constant.curlopt-username">
5041
+
<varlistentry xml:id="constant.curlopt-proxy-cainfo-blob">
3041
5042
<term>
3042
-
<constant>CURLOPT_USERNAME</constant>
3043
-
(<type>integer</type>)
5043
+
<constant>CURLOPT_PROXY_CAINFO_BLOB</constant>
5044
+
(<type>int</type>)
3044
5045
</term>
3045
5046
<listitem>
3046
5047
<simpara>
3047
-
Available since PHP 5.5.0 and cURL 7.19.1
5048
+
Available as of PHP 8.2.0 and cURL 7.77.0
3048
5049
</simpara>
3049
5050
</listitem>
3050
5051
</varlistentry>
3051
-
<varlistentry xml:id="constant.curlopt-sasl-ir">
5052
+
<varlistentry xml:id="constant.curlopt-proxy-capath">
3052
5053
<term>
3053
-
<constant>CURLOPT_SASL_IR</constant>
3054
-
(<type>integer</type>)
5054
+
<constant>CURLOPT_PROXY_CAPATH</constant>
5055
+
(<type>int</type>)
3055
5056
</term>
3056
5057
<listitem>
3057
5058
<simpara>
3058
-
Available since PHP 7.0.7 and cURL 7.31.0
5059
+
Available since PHP 7.3.0 and cURL 7.52.0
3059
5060
</simpara>
3060
5061
</listitem>
3061
5062
</varlistentry>
3062
-
<varlistentry xml:id="constant.curlopt-dns-interface">
5063
+
<varlistentry xml:id="constant.curlopt-proxy-crlfile">
3063
5064
<term>
3064
-
<constant>CURLOPT_DNS_INTERFACE</constant>
3065
-
(<type>integer</type>)
5065
+
<constant>CURLOPT_PROXY_CRLFILE</constant>
5066
+
(<type>int</type>)
3066
5067
</term>
3067
5068
<listitem>
3068
5069
<simpara>
3069
-
Available since PHP 7.0.7 and cURL 7.33.0
5070
+
Available since PHP 7.3.0 and cURL 7.52.0
3070
5071
</simpara>
3071
5072
</listitem>
3072
5073
</varlistentry>
3073
-
<varlistentry xml:id="constant.curlopt-dns-local-ip4">
5074
+
<varlistentry xml:id="constant.curlopt-proxy-keypasswd">
3074
5075
<term>
3075
-
<constant>CURLOPT_DNS_LOCAL_IP4</constant>
3076
-
(<type>integer</type>)
5076
+
<constant>CURLOPT_PROXY_KEYPASSWD</constant>
5077
+
(<type>int</type>)
3077
5078
</term>
3078
5079
<listitem>
3079
5080
<simpara>
3080
-
Available since PHP 7.0.7 and cURL 7.33.0
5081
+
Available since PHP 7.3.0 and cURL 7.52.0
3081
5082
</simpara>
3082
5083
</listitem>
3083
5084
</varlistentry>
3084
-
<varlistentry xml:id="constant.curlopt-dns-local-ip6">
5085
+
<varlistentry xml:id="constant.curlopt-proxy-pinnedpublickey">
3085
5086
<term>
3086
-
<constant>CURLOPT_DNS_LOCAL_IP6</constant>
3087
-
(<type>integer</type>)
5087
+
<constant>CURLOPT_PROXY_PINNEDPUBLICKEY</constant>
5088
+
(<type>int</type>)
3088
5089
</term>
3089
5090
<listitem>
3090
5091
<simpara>
3091
-
Available since PHP 7.0.7 and cURL 7.33.0
5092
+
Available since PHP 7.3.0 and cURL 7.52.0
3092
5093
</simpara>
3093
5094
</listitem>
3094
5095
</varlistentry>
3095
-
<varlistentry xml:id="constant.curlopt-xoauth2-bearer">
5096
+
<varlistentry xml:id="constant.curlopt-proxy-sslcert">
3096
5097
<term>
3097
-
<constant>CURLOPT_XOAUTH2_BEARER</constant>
3098
-
(<type>integer</type>)
5098
+
<constant>CURLOPT_PROXY_SSLCERT</constant>
5099
+
(<type>int</type>)
3099
5100
</term>
3100
5101
<listitem>
3101
5102
<simpara>
3102
-
Available since PHP 7.0.7 and cURL 7.33.0
5103
+
Available since PHP 7.3.0 and cURL 7.52.0
3103
5104
</simpara>
3104
5105
</listitem>
3105
5106
</varlistentry>
3106
-
<varlistentry xml:id="constant.curlopt-login-options">
5107
+
<varlistentry xml:id="constant.curlopt-proxy-sslcerttype">
3107
5108
<term>
3108
-
<constant>CURLOPT_LOGIN_OPTIONS</constant>
3109
-
(<type>integer</type>)
5109
+
<constant>CURLOPT_PROXY_SSLCERTTYPE</constant>
5110
+
(<type>int</type>)
3110
5111
</term>
3111
5112
<listitem>
3112
5113
<simpara>
3113
-
Available since PHP 7.0.7 and cURL 7.34.0
5114
+
Available since PHP 7.3.0 and cURL 7.52.0
3114
5115
</simpara>
3115
5116
</listitem>
3116
5117
</varlistentry>
3117
-
<varlistentry xml:id="constant.curlopt-expect-100-timeout-ms">
5118
+
<varlistentry xml:id="constant.curlopt-proxy-ssl-cipher-list">
3118
5119
<term>
3119
-
<constant>CURLOPT_EXPECT_100_TIMEOUT_MS</constant>
3120
-
(<type>integer</type>)
5120
+
<constant>CURLOPT_PROXY_SSL_CIPHER_LIST</constant>
5121
+
(<type>int</type>)
3121
5122
</term>
3122
5123
<listitem>
3123
5124
<simpara>
3124
-
Available since PHP 7.0.7 and cURL 7.36.0
5125
+
Available since PHP 7.3.0 and cURL 7.52.0
3125
5126
</simpara>
3126
5127
</listitem>
3127
5128
</varlistentry>
3128
-
<varlistentry xml:id="constant.curlopt-ssl-enable-alpn">
5129
+
<varlistentry xml:id="constant.curlopt-proxy-sslkey">
3129
5130
<term>
3130
-
<constant>CURLOPT_SSL_ENABLE_ALPN</constant>
3131
-
(<type>integer</type>)
5131
+
<constant>CURLOPT_PROXY_SSLKEY</constant>
5132
+
(<type>int</type>)
3132
5133
</term>
3133
5134
<listitem>
3134
5135
<simpara>
3135
-
Available since PHP 7.0.7 and cURL 7.36.0
5136
+
Available since PHP 7.3.0 and cURL 7.52.0
3136
5137
</simpara>
3137
5138
</listitem>
3138
5139
</varlistentry>
3139
-
<varlistentry xml:id="constant.curlopt-ssl-enable-npn">
5140
+
<varlistentry xml:id="constant.curlopt-proxy-sslkeytype">
3140
5141
<term>
3141
-
<constant>CURLOPT_SSL_ENABLE_NPN</constant>
3142
-
(<type>integer</type>)
5142
+
<constant>CURLOPT_PROXY_SSLKEYTYPE</constant>
5143
+
(<type>int</type>)
3143
5144
</term>
3144
5145
<listitem>
3145
5146
<simpara>
3146
-
Available since PHP 7.0.7 and cURL 7.36.0
5147
+
Available since PHP 7.3.0 and cURL 7.52.0
3147
5148
</simpara>
3148
5149
</listitem>
3149
5150
</varlistentry>
3150
-
<varlistentry xml:id="constant.curlopt-pinnedpublickey">
5151
+
<varlistentry xml:id="constant.curlopt-proxy-ssl-options">
3151
5152
<term>
3152
-
<constant>CURLOPT_PINNEDPUBLICKEY</constant>
3153
-
(<type>integer</type>)
5153
+
<constant>CURLOPT_PROXY_SSL_OPTIONS</constant>
5154
+
(<type>int</type>)
3154
5155
</term>
3155
5156
<listitem>
3156
5157
<simpara>
3157
-
Available since PHP 7.0.7 and cURL 7.39.0
5158
+
Available since PHP 7.3.0 and cURL 7.52.0
3158
5159
</simpara>
3159
5160
</listitem>
3160
5161
</varlistentry>
3161
-
<varlistentry xml:id="constant.curloptunix-socket-path">
5162
+
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifyhost">
3162
5163
<term>
3163
-
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
3164
-
(<type>integer</type>)
5164
+
<constant>CURLOPT_PROXY_SSL_VERIFYHOST</constant>
5165
+
(<type>int</type>)
3165
5166
</term>
3166
5167
<listitem>
3167
5168
<simpara>
3168
-
Available since PHP 7.0.7 and cURL 7.40.0
5169
+
Available since PHP 7.3.0 and cURL 7.52.0
3169
5170
</simpara>
3170
5171
</listitem>
3171
5172
</varlistentry>
3172
-
<varlistentry xml:id="constant.curlopt-verifystatus">
5173
+
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifypeer">
3173
5174
<term>
3174
-
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
3175
-
(<type>integer</type>)
5175
+
<constant>CURLOPT_PROXY_SSL_VERIFYPEER</constant>
5176
+
(<type>int</type>)
3176
5177
</term>
3177
5178
<listitem>
3178
5179
<simpara>
3179
-
Available since PHP 7.0.7 and cURL 7.41.0
5180
+
Available since PHP 7.3.0 and cURL 7.52.0
3180
5181
</simpara>
3181
5182
</listitem>
3182
5183
</varlistentry>
3183
-
<varlistentry xml:id="constant.curlopt-path-as-is">
5184
+
<varlistentry xml:id="constant.curlopt-proxy-sslversion">
3184
5185
<term>
3185
-
<constant>CURLOPT_PATH_AS_IS</constant>
3186
-
(<type>integer</type>)
5186
+
<constant>CURLOPT_PROXY_SSLVERSION</constant>
5187
+
(<type>int</type>)
3187
5188
</term>
3188
5189
<listitem>
3189
5190
<simpara>
3190
-
Available since PHP 7.0.7 and cURL 7.42.0
5191
+
Available since PHP 7.3.0 and cURL 7.52.0
3191
5192
</simpara>
3192
5193
</listitem>
3193
5194
</varlistentry>
3194
-
<varlistentry xml:id="constant.curlopt-ssl-falsestart">
5195
+
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-password">
3195
5196
<term>
3196
-
<constant>CURLOPT_SSL_FALSESTART</constant>
3197
-
(<type>integer</type>)
5197
+
<constant>CURLOPT_PROXY_TLSAUTH_PASSWORD</constant>
5198
+
(<type>int</type>)
3198
5199
</term>
3199
5200
<listitem>
3200
5201
<simpara>
3201
-
Available since PHP 7.0.7 and cURL 7.42.0
5202
+
Available since PHP 7.3.0 and cURL 7.52.0
3202
5203
</simpara>
3203
5204
</listitem>
3204
5205
</varlistentry>
3205
-
<varlistentry xml:id="constant.curlopt-pipewait">
5206
+
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-type">
3206
5207
<term>
3207
-
<constant>CURLOPT_PIPEWAIT</constant>
3208
-
(<type>integer</type>)
5208
+
<constant>CURLOPT_PROXY_TLSAUTH_TYPE</constant>
5209
+
(<type>int</type>)
3209
5210
</term>
3210
5211
<listitem>
3211
5212
<simpara>
3212
-
Available since PHP 7.0.7 and cURL 7.43.0
5213
+
Available since PHP 7.3.0 and cURL 7.52.0
3213
5214
</simpara>
3214
5215
</listitem>
3215
5216
</varlistentry>
3216
-
<varlistentry xml:id="constant.curlopt-proxy-service-name">
5217
+
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-username">
3217
5218
<term>
3218
-
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
3219
-
(<type>integer</type>)
5219
+
<constant>CURLOPT_PROXY_TLSAUTH_USERNAME</constant>
5220
+
(<type>int</type>)
3220
5221
</term>
3221
5222
<listitem>
3222
5223
<simpara>
3223
-
Available since PHP 7.0.7 and cURL 7.43.0
5224
+
Available since PHP 7.3.0 and cURL 7.52.0
3224
5225
</simpara>
3225
5226
</listitem>
3226
5227
</varlistentry>
3227
-
<varlistentry xml:id="constant.curlopt-service-name">
5228
+
<varlistentry xml:id="constant.curlopt-socks5-auth">
3228
5229
<term>
3229
-
<constant>CURLOPT_SERVICE_NAME</constant>
3230
-
(<type>integer</type>)
5230
+
<constant>CURLOPT_SOCKS5_AUTH</constant>
5231
+
(<type>int</type>)
3231
5232
</term>
3232
5233
<listitem>
3233
5234
<simpara>
3234
-
Available since PHP 7.0.7 and cURL 7.43.0
5235
+
Available since PHP 7.3.0 and cURL 7.55.0
3235
5236
</simpara>
3236
5237
</listitem>
3237
5238
</varlistentry>
3238
-
<varlistentry xml:id="constant.curlopt-default-protocol">
5239
+
<varlistentry xml:id="constant.curlopt-suppress-connect-headers">
3239
5240
<term>
3240
-
<constant>CURLOPT_DEFAULT_PROTOCOL</constant>
3241
-
(<type>integer</type>)
5241
+
<constant>CURLOPT_SUPPRESS_CONNECT_HEADERS</constant>
5242
+
(<type>int</type>)
3242
5243
</term>
3243
5244
<listitem>
3244
5245
<simpara>
3245
-
Available since PHP 7.0.7 and cURL 7.45.0
5246
+
Available since PHP 7.3.0 and cURL 7.54.0
3246
5247
</simpara>
3247
5248
</listitem>
3248
5249
</varlistentry>
3249
-
<varlistentry xml:id="constant.curlopt-stream-weight">
5250
+
<varlistentry xml:id="constant.curlproxy-https">
3250
5251
<term>
3251
-
<constant>CURLOPT_STREAM_WEIGHT</constant>
3252
-
(<type>integer</type>)
5252
+
<constant>CURLPROXY_HTTPS</constant>
5253
+
(<type>int</type>)
3253
5254
</term>
3254
5255
<listitem>
3255
5256
<simpara>
3256
-
Available since PHP 7.0.7 and cURL 7.46.0
5257
+
Available since PHP 7.3.0 and cURL 7.52.0
3257
5258
</simpara>
3258
5259
</listitem>
3259
5260
</varlistentry>
3260
-
<varlistentry xml:id="constant.curlopt-tftp-no-options">
5261
+
<varlistentry xml:id="constant.curl-sslversion-max-default">
3261
5262
<term>
3262
-
<constant>CURLOPT_TFTP_NO_OPTIONS</constant>
3263
-
(<type>integer</type>)
5263
+
<constant>CURL_SSLVERSION_MAX_DEFAULT</constant>
5264
+
(<type>int</type>)
3264
5265
</term>
3265
5266
<listitem>
3266
5267
<simpara>
3267
-
Available since PHP 7.0.7 and cURL 7.48.0
5268
+
Available since PHP 7.3.0 and cURL 7.54.0
3268
5269
</simpara>
3269
5270
</listitem>
3270
5271
</varlistentry>
3271
-
<varlistentry xml:id="constant.curlopt-connect-to">
5272
+
<varlistentry xml:id="constant.curl-sslversion-max-none">
3272
5273
<term>
3273
-
<constant>CURLOPT_CONNECT_TO</constant>
3274
-
(<type>integer</type>)
5274
+
<constant>CURL_SSLVERSION_MAX_NONE</constant>
5275
+
(<type>int</type>)
3275
5276
</term>
3276
5277
<listitem>
3277
5278
<simpara>
3278
-
Available since PHP 7.0.7 and cURL 7.49.0
5279
+
Available since PHP 7.3.0 and cURL 7.54.0
3279
5280
</simpara>
3280
5281
</listitem>
3281
5282
</varlistentry>
3282
-
<varlistentry xml:id="constant.curlopt-tcp-fastopen">
5283
+
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-0">
3283
5284
<term>
3284
-
<constant>CURLOPT_TCP_FASTOPEN</constant>
3285
-
(<type>integer</type>)
5285
+
<constant>CURL_SSLVERSION_MAX_TLSv1_0</constant>
5286
+
(<type>int</type>)
3286
5287
</term>
3287
5288
<listitem>
3288
5289
<simpara>
3289
-
Available since PHP 7.0.7 and cURL 7.49.0
5290
+
Available since PHP 7.3.0 and cURL 7.54.0
3290
5291
</simpara>
3291
5292
</listitem>
3292
5293
</varlistentry>
3293
-
<varlistentry xml:id="constant.curlmopt-pipelining">
5294
+
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-1">
3294
5295
<term>
3295
-
<constant>CURLMOPT_PIPELINING</constant>
3296
-
(<type>integer</type>)
5296
+
<constant>CURL_SSLVERSION_MAX_TLSv1_1</constant>
5297
+
(<type>int</type>)
3297
5298
</term>
3298
5299
<listitem>
3299
5300
<simpara>
3300
-
Available since PHP 5.5.0 and cURL 7.16.0.
5301
+
Available since PHP 7.3.0 and cURL 7.54.0
3301
5302
</simpara>
3302
5303
</listitem>
3303
5304
</varlistentry>
3304
-
<varlistentry xml:id="constant.curlmopt-maxconnects">
5305
+
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-2">
3305
5306
<term>
3306
-
<constant>CURLMOPT_MAXCONNECTS</constant>
3307
-
(<type>integer</type>)
5307
+
<constant>CURL_SSLVERSION_MAX_TLSv1_2</constant>
5308
+
(<type>int</type>)
3308
5309
</term>
3309
5310
<listitem>
3310
5311
<simpara>
3311
-
Available since PHP 5.5.0 and cURL 7.16.3.
5312
+
Available since PHP 7.3.0 and cURL 7.54.0
3312
5313
</simpara>
3313
5314
</listitem>
3314
5315
</varlistentry>
3315
-
<varlistentry xml:id="constant.curlmopt-chunk-length-penalty-size">
5316
+
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-3">
3316
5317
<term>
3317
-
<constant>CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE</constant>
3318
-
(<type>integer</type>)
5318
+
<constant>CURL_SSLVERSION_MAX_TLSv1_3</constant>
5319
+
(<type>int</type>)
3319
5320
</term>
3320
5321
<listitem>
3321
5322
<simpara>
3322
-
Available since PHP 7.0.7 and cURL 7.30.0
5323
+
Available since PHP 7.3.0 and cURL 7.54.0
3323
5324
</simpara>
3324
5325
</listitem>
3325
5326
</varlistentry>
3326
-
<varlistentry xml:id="constant.curlmopt-content-length-penalty-size">
5327
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-3">
3327
5328
<term>
3328
-
<constant>CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE</constant>
3329
-
(<type>integer</type>)
5329
+
<constant>CURL_SSLVERSION_TLSv1_3</constant>
5330
+
(<type>int</type>)
3330
5331
</term>
3331
5332
<listitem>
3332
5333
<simpara>
3333
-
Available since PHP 7.0.7 and cURL 7.30.0
5334
+
Available since PHP 7.3.0 and cURL 7.52.0
3334
5335
</simpara>
3335
5336
</listitem>
3336
5337
</varlistentry>
3337
-
<varlistentry xml:id="constant.curlmopt-max-host-connections">
5338
+
<varlistentry xml:id="constant.curl-version-https-proxy">
3338
5339
<term>
3339
-
<constant>CURLMOPT_MAX_HOST_CONNECTIONS</constant>
3340
-
(<type>integer</type>)
5340
+
<constant>CURL_VERSION_HTTPS_PROXY</constant>
5341
+
(<type>int</type>)
3341
5342
</term>
3342
5343
<listitem>
3343
5344
<simpara>
3344
-
Available since PHP 7.0.7 and cURL 7.30.0
5345
+
Available since PHP 7.3.0 and cURL 7.52.0
3345
5346
</simpara>
3346
5347
</listitem>
3347
5348
</varlistentry>
3348
-
<varlistentry xml:id="constant.curlmopt-max-pipeline-length">
5349
+
<varlistentry xml:id="constant.curlauth-bearer">
3349
5350
<term>
3350
-
<constant>CURLMOPT_MAX_PIPELINE_LENGTH</constant>
3351
-
(<type>integer</type>)
5351
+
<constant>CURLAUTH_BEARER</constant>
5352
+
(<type>int</type>)
3352
5353
</term>
3353
5354
<listitem>
3354
5355
<simpara>
3355
-
Available since PHP 7.0.7 and cURL 7.30.0
5356
+
Available since PHP 7.3.0 and cURL 7.61.0.
3356
5357
</simpara>
3357
5358
</listitem>
3358
5359
</varlistentry>
3359
-
<varlistentry xml:id="constant.curlmopt-max-total-connections">
5360
+
<varlistentry xml:id="constant.curlinfo-appconnect-time-t">
3360
5361
<term>
3361
-
<constant>CURLMOPT_MAX_TOTAL_CONNECTIONS</constant>
3362
-
(<type>integer</type>)
5362
+
<constant>CURLINFO_APPCONNECT_TIME_T</constant>
5363
+
(<type>int</type>)
3363
5364
</term>
3364
5365
<listitem>
3365
5366
<simpara>
3366
-
Available since PHP 7.0.7 and cURL 7.30.0
5367
+
Available since PHP 7.3.0 and cURL 7.61.0
3367
5368
</simpara>
3368
5369
</listitem>
3369
5370
</varlistentry>
3370
-
<varlistentry xml:id="constant.curlmopt-pushfunction">
5371
+
<varlistentry xml:id="constant.curlinfo-connect-time-t">
3371
5372
<term>
3372
-
<constant>CURLMOPT_PUSHFUNCTION</constant>
3373
-
(<type>integer</type>)
5373
+
<constant>CURLINFO_CONNECT_TIME_T</constant>
5374
+
(<type>int</type>)
3374
5375
</term>
3375
5376
<listitem>
3376
5377
<simpara>
3377
-
Available since PHP 7.1.0 and cURL 7.44.0
5378
+
Available since PHP 7.3.0 and cURL 7.61.0
3378
5379
</simpara>
3379
5380
</listitem>
3380
5381
</varlistentry>
3381
-
<varlistentry xml:id="constant.curlssh-auth-agent">
5382
+
<varlistentry xml:id="constant.curlinfo-filetime-t">
3382
5383
<term>
3383
-
<constant>CURLSSH_AUTH_AGENT</constant>
3384
-
(<type>integer</type>)
5384
+
<constant>CURLINFO_FILETIME_T</constant>
5385
+
(<type>int</type>)
3385
5386
</term>
3386
5387
<listitem>
3387
5388
<simpara>
3388
-
Available since PHP 7.0.7 and cURL 7.28.0
5389
+
Available since PHP 7.3.0 and cURL 7.59.0
3389
5390
</simpara>
3390
5391
</listitem>
3391
5392
</varlistentry>
3392
-
<varlistentry xml:id="constant.curlssh-auth-any">
5393
+
<varlistentry xml:id="constant.curlinfo-namelookup-time-t">
3393
5394
<term>
3394
-
<constant>CURLSSH_AUTH_ANY</constant>
3395
-
(<type>integer</type>)
5395
+
<constant>CURLINFO_NAMELOOKUP_TIME_T</constant>
5396
+
(<type>int</type>)
3396
5397
</term>
3397
5398
<listitem>
3398
5399
<simpara>
3399
-
5400
+
Available since PHP 7.3.0 and cURL 7.61.0
3400
5401
</simpara>
3401
5402
</listitem>
3402
5403
</varlistentry>
3403
-
<varlistentry xml:id="constant.curlssh-auth-default">
5404
+
<varlistentry xml:id="constant.curlinfo-pretransfer-time-t">
3404
5405
<term>
3405
-
<constant>CURLSSH_AUTH_DEFAULT</constant>
3406
-
(<type>integer</type>)
5406
+
<constant>CURLINFO_PRETRANSFER_TIME_T</constant>
5407
+
(<type>int</type>)
3407
5408
</term>
3408
5409
<listitem>
3409
5410
<simpara>
3410
-
5411
+
Available since PHP 7.3.0 and cURL 7.61.0
3411
5412
</simpara>
3412
5413
</listitem>
3413
5414
</varlistentry>
3414
-
<varlistentry xml:id="constant.curlssh-auth-host">
5415
+
<varlistentry xml:id="constant.curlinfo-redirect-time-t">
3415
5416
<term>
3416
-
<constant>CURLSSH_AUTH_HOST</constant>
3417
-
(<type>integer</type>)
5417
+
<constant>CURLINFO_REDIRECT_TIME_T</constant>
5418
+
(<type>int</type>)
3418
5419
</term>
3419
5420
<listitem>
3420
5421
<simpara>
3421
-
5422
+
Available since PHP 7.3.0 and cURL 7.61.0
3422
5423
</simpara>
3423
5424
</listitem>
3424
5425
</varlistentry>
3425
-
<varlistentry xml:id="constant.curlssh-auth-keyboard">
5426
+
<varlistentry xml:id="constant.curlinfo-starttransfer-time-t">
3426
5427
<term>
3427
-
<constant>CURLSSH_AUTH_KEYBOARD</constant>
3428
-
(<type>integer</type>)
5428
+
<constant>CURLINFO_STARTTRANSFER_TIME_T</constant>
5429
+
(<type>int</type>)
3429
5430
</term>
3430
5431
<listitem>
3431
5432
<simpara>
3432
-
5433
+
Available since PHP 7.3.0 and cURL 7.61.0
3433
5434
</simpara>
3434
5435
</listitem>
3435
5436
</varlistentry>
3436
-
<varlistentry xml:id="constant.curlssh-auth-none">
5437
+
<varlistentry xml:id="constant.curlinfo-total-time-t">
3437
5438
<term>
3438
-
<constant>CURLSSH_AUTH_NONE</constant>
3439
-
(<type>integer</type>)
5439
+
<constant>CURLINFO_TOTAL_TIME_T</constant>
5440
+
(<type>int</type>)
3440
5441
</term>
3441
5442
<listitem>
3442
5443
<simpara>
3443
-
5444
+
Available since PHP 7.3.0 and cURL 7.61.0
3444
5445
</simpara>
3445
5446
</listitem>
3446
5447
</varlistentry>
3447
-
<varlistentry xml:id="constant.curlssh-auth-password">
5448
+
<varlistentry xml:id="constant.curl-lock-data-connect">
3448
5449
<term>
3449
-
<constant>CURLSSH_AUTH_PASSWORD</constant>
3450
-
(<type>integer</type>)
5450
+
<constant>CURL_LOCK_DATA_CONNECT</constant>
5451
+
(<type>int</type>)
3451
5452
</term>
3452
5453
<listitem>
3453
5454
<simpara>
3454
-
5455
+
Available since PHP 7.3.0 and cURL 7.10.0
3455
5456
</simpara>
3456
5457
</listitem>
3457
5458
</varlistentry>
3458
-
<varlistentry xml:id="constant.curlssh-auth-publickey">
5459
+
<varlistentry xml:id="constant.curl-lock-data-psl">
3459
5460
<term>
3460
-
<constant>CURLSSH_AUTH_PUBLICKEY</constant>
3461
-
(<type>integer</type>)
5461
+
<constant>CURL_LOCK_DATA_PSL</constant>
5462
+
(<type>int</type>)
3462
5463
</term>
3463
5464
<listitem>
3464
5465
<simpara>
3465
-
5466
+
Available since PHP 7.3.0 and cURL 7.61.0
3466
5467
</simpara>
3467
5468
</listitem>
3468
5469
</varlistentry>
3469
-
<varlistentry xml:id="constant.curl-wrappers-enabled">
5470
+
<varlistentry xml:id="constant.curlopt-disallow-username-in-url">
3470
5471
<term>
3471
-
<constant>CURL_WRAPPERS_ENABLED</constant>
3472
-
(<type>integer</type>)
5472
+
<constant>CURLOPT_DISALLOW_USERNAME_IN_URL</constant>
5473
+
(<type>int</type>)
3473
5474
</term>
3474
5475
<listitem>
3475
5476
<simpara>
3476
-
Defined if PHP was configured with
3477
-
<option role="configure">--with-curlwrappers</option>.
3478
-
Moved to PECL in PHP 5.5.0.
5477
+
Available since PHP 7.3.0 and cURL 7.61.0
3479
5478
</simpara>
3480
5479
</listitem>
3481
5480
</varlistentry>
3482
-
<varlistentry xml:id="constant.curlpause-all">
5481
+
<varlistentry xml:id="constant.curlopt-dns-shuffle-addresses">
3483
5482
<term>
3484
-
<constant>CURLPAUSE_ALL</constant>
3485
-
(<type>integer</type>)
5483
+
<constant>CURLOPT_DNS_SHUFFLE_ADDRESSES</constant>
5484
+
(<type>int</type>)
3486
5485
</term>
3487
5486
<listitem>
3488
5487
<simpara>
3489
-
Available since PHP 5.5.0 and cURL 7.18.0.
5488
+
Available since PHP 7.3.0 and cURL 7.60.0
3490
5489
</simpara>
3491
5490
</listitem>
3492
5491
</varlistentry>
3493
-
<varlistentry xml:id="constant.curlpause-cont">
5492
+
<varlistentry xml:id="constant.curlopt-happy-eyeballs-timeout-ms">
3494
5493
<term>
3495
-
<constant>CURLPAUSE_CONT</constant>
3496
-
(<type>integer</type>)
5494
+
<constant>CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS</constant>
5495
+
(<type>int</type>)
3497
5496
</term>
3498
5497
<listitem>
3499
5498
<simpara>
3500
-
Available since PHP 5.5.0 and cURL 7.18.0.
5499
+
Available since PHP 7.3.0 and cURL 7.59.0
3501
5500
</simpara>
3502
5501
</listitem>
3503
5502
</varlistentry>
3504
-
<varlistentry xml:id="constant.curlpause-recv">
5503
+
<varlistentry xml:id="constant.curlopt-haproxyprotocol">
3505
5504
<term>
3506
-
<constant>CURLPAUSE_RECV</constant>
3507
-
(<type>integer</type>)
5505
+
<constant>CURLOPT_HAPROXYPROTOCOL</constant>
5506
+
(<type>int</type>)
3508
5507
</term>
3509
5508
<listitem>
3510
5509
<simpara>
3511
-
Available since PHP 5.5.0 and cURL 7.18.0.
5510
+
Available since PHP 7.3.0 and cURL 7.60.0
3512
5511
</simpara>
3513
5512
</listitem>
3514
5513
</varlistentry>
3515
-
<varlistentry xml:id="constant.curlpause-recv-cont">
5514
+
<varlistentry xml:id="constant.curlopt-proxy-tls13-ciphers">
3516
5515
<term>
3517
-
<constant>CURLPAUSE_RECV_CONT</constant>
3518
-
(<type>integer</type>)
5516
+
<constant>CURLOPT_PROXY_TLS13_CIPHERS</constant>
5517
+
(<type>int</type>)
3519
5518
</term>
3520
5519
<listitem>
3521
5520
<simpara>
3522
-
Available since PHP 5.5.0 and cURL 7.18.0.
5521
+
Available since PHP 7.3.0 and cURL 7.61.0
3523
5522
</simpara>
3524
5523
</listitem>
3525
5524
</varlistentry>
3526
-
<varlistentry xml:id="constant.curlpause-send">
5525
+
<varlistentry xml:id="constant.curlopt-ssh-compression">
3527
5526
<term>
3528
-
<constant>CURLPAUSE_SEND</constant>
3529
-
(<type>integer</type>)
5527
+
<constant>CURLOPT_SSH_COMPRESSION</constant>
5528
+
(<type>int</type>)
3530
5529
</term>
3531
5530
<listitem>
3532
5531
<simpara>
3533
-
Available since PHP 5.5.0 and cURL 7.18.0.
5532
+
Available since PHP 7.3.0 and cURL 7.56.0
3534
5533
</simpara>
3535
5534
</listitem>
3536
5535
</varlistentry>
3537
-
<varlistentry xml:id="constant.curlpause-send-cont">
5536
+
<varlistentry xml:id="constant.curlopt-timevalue-large">
3538
5537
<term>
3539
-
<constant>CURLPAUSE_SEND_CONT</constant>
3540
-
(<type>integer</type>)
5538
+
<constant>CURLOPT_TIMEVALUE_LARGE</constant>
5539
+
(<type>int</type>)
3541
5540
</term>
3542
5541
<listitem>
3543
5542
<simpara>
3544
-
Available since PHP 5.5.0 and cURL 7.18.0.
5543
+
Available since PHP 7.3.0 and cURL 7.59.0
3545
5544
</simpara>
3546
5545
</listitem>
3547
5546
</varlistentry>
3548
-
<varlistentry xml:id="constant.curlpipe-nothing">
5547
+
<varlistentry xml:id="constant.curlopt-tls13-ciphers">
3549
5548
<term>
3550
-
<constant>CURLPIPE_NOTHING</constant>
3551
-
(<type>integer</type>)
5549
+
<constant>CURLOPT_TLS13_CIPHERS</constant>
5550
+
(<type>int</type>)
3552
5551
</term>
3553
5552
<listitem>
3554
5553
<simpara>
3555
-
Available since PHP 7.0.0 and cURL 7.43.0.
5554
+
Available since PHP 7.3.0 and cURL 7.61.0
3556
5555
</simpara>
3557
5556
</listitem>
3558
5557
</varlistentry>
3559
-
<varlistentry xml:id="constant.curlpipe-http1">
5558
+
<varlistentry xml:id="constant.curlssh-auth-gssapi">
3560
5559
<term>
3561
-
<constant>CURLPIPE_HTTP1</constant>
3562
-
(<type>integer</type>)
5560
+
<constant>CURLSSH_AUTH_GSSAPI</constant>
5561
+
(<type>int</type>)
3563
5562
</term>
3564
5563
<listitem>
3565
5564
<simpara>
3566
-
Available since PHP 7.0.0 and cURL 7.43.0.
5565
+
Available since PHP 7.3.0 and cURL 7.58.0
3567
5566
</simpara>
3568
5567
</listitem>
3569
5568
</varlistentry>
3570
-
<varlistentry xml:id="constant.curlpipe-multiplex">
5569
+
<varlistentry xml:id="constant.curlopt-http09-allowed">
3571
5570
<term>
3572
-
<constant>CURLPIPE_MULTIPLEX</constant>
3573
-
(<type>integer</type>)
5571
+
<constant>CURLOPT_HTTP09_ALLOWED</constant>
5572
+
(<type>int</type>)
3574
5573
</term>
3575
5574
<listitem>
3576
5575
<simpara>
3577
-
Available since PHP 7.0.0 and cURL 7.43.0.
5576
+
Available since PHP 7.3.15 and 7.4.3, respectively, and cURL 7.64.0
3578
5577
</simpara>
3579
5578
</listitem>
3580
5579
</varlistentry>
3581
-
<varlistentry xml:id="constant.curlproxy-socks4a">
5580
+
<varlistentry xml:id="constant.curlmimeopt-formescape">
3582
5581
<term>
3583
-
<constant>CURLPROXY_SOCKS4A</constant>
3584
-
(<type>integer</type>)
5582
+
<constant>CURLMIMEOPT_FORMESCAPE</constant>
5583
+
(<type>int</type>)
3585
5584
</term>
3586
5585
<listitem>
3587
5586
<simpara>
3588
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
5587
+
Available as of PHP 8.3.0 and cURL 7.81.0
3589
5588
</simpara>
3590
5589
</listitem>
3591
5590
</varlistentry>
3592
-
<varlistentry xml:id="constant.curlproxy-socks5-hostname">
5591
+
<varlistentry xml:id="constant.curlws-raw-mode">
3593
5592
<term>
3594
-
<constant>CURLPROXY_SOCKS5_HOSTNAME</constant>
3595
-
(<type>integer</type>)
5593
+
<constant>CURLWS_RAW_MODE</constant>
5594
+
(<type>int</type>)
3596
5595
</term>
3597
5596
<listitem>
3598
5597
<simpara>
3599
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
5598
+
Available as of PHP 8.3.0 and cURL 7.86.0
3600
5599
</simpara>
3601
5600
</listitem>
3602
5601
</varlistentry>
3603
-
<varlistentry xml:id="constant.curlheader-separate">
5602
+
<varlistentry xml:id="constant.curlkhmatch-ok">
3604
5603
<term>
3605
-
<constant>CURLHEADER_SEPARATE</constant>
3606
-
(<type>integer</type>)
5604
+
<constant>CURLKHMATCH_OK</constant>
5605
+
(<type>int</type>)
3607
5606
</term>
3608
5607
<listitem>
3609
5608
<simpara>
3610
-
Available since PHP 7.0.7 and cURL 7.37.0.
5609
+
Available as of PHP 8.3.0 and cURL 7.19.6
3611
5610
</simpara>
3612
5611
</listitem>
3613
5612
</varlistentry>
3614
-
<varlistentry xml:id="constant.curlheader-unified">
5613
+
<varlistentry xml:id="constant.curlkhmatch-mismatch">
3615
5614
<term>
3616
-
<constant>CURLHEADER_UNIFIED</constant>
3617
-
(<type>integer</type>)
5615
+
<constant>CURLKHMATCH_MISMATCH</constant>
5616
+
(<type>int</type>)
3618
5617
</term>
3619
5618
<listitem>
3620
5619
<simpara>
3621
-
Available since PHP 7.0.7 and cURL 7.37.0.
5620
+
Available as of PHP 8.3.0 and cURL 7.19.6
3622
5621
</simpara>
3623
5622
</listitem>
3624
5623
</varlistentry>
3625
-
<varlistentry xml:id="constant.curlproto-smb">
5624
+
<varlistentry xml:id="constant.curlkhmatch-missing">
3626
5625
<term>
3627
-
<constant>CURLPROTO_SMB</constant>
3628
-
(<type>integer</type>)
5626
+
<constant>CURLKHMATCH_MISSING</constant>
5627
+
(<type>int</type>)
3629
5628
</term>
3630
5629
<listitem>
3631
5630
<simpara>
3632
-
Available since PHP 7.0.7 and cURL 7.40.0.
5631
+
Available as of PHP 8.3.0 and cURL 7.19.6
3633
5632
</simpara>
3634
5633
</listitem>
3635
5634
</varlistentry>
3636
-
<varlistentry xml:id="constant.curlproto-smbs">
5635
+
<varlistentry xml:id="constant.curlkhmatch-last">
3637
5636
<term>
3638
-
<constant>CURLPROTO_SMBS</constant>
3639
-
(<type>integer</type>)
5637
+
<constant>CURLKHMATCH_LAST</constant>
5638
+
(<type>int</type>)
3640
5639
</term>
3641
5640
<listitem>
3642
5641
<simpara>
3643
-
Available since PHP 7.0.7 and cURL 7.40.0.
5642
+
Available as of PHP 8.3.0 and cURL 7.19.6
3644
5643
</simpara>
3645
5644
</listitem>
3646
5645
</varlistentry>
3647
5646
</variablelist>
3648
-

3649
5647
</appendix>
3650
-

3651
5648
<!-- Keep this comment at the end of the file
3652
5649
Local variables:
3653
5650
mode: sgml
3654
5651