reference/curl/constants.xml
72b9959ea6f46e524aa2daaa49f82db986002355
...
...
@@ -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,7 +574,7 @@
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>
...
...
@@ -389,7 +586,7 @@
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>
...
...
@@ -598,18 +806,18 @@
598
806
<varlistentry xml:id="constant.curlopt-cookielist">
599
807
<term>
600
808
<constant>CURLOPT_COOKIELIST</constant>
601
-
(<type>integer</type>)
809
+
(<type>int</type>)
602
810
</term>
603
811
<listitem>
604
812
<simpara>
605
-
Available since PHP 5.5.0 and cURL 7.14.1
813
+
Available since cURL 7.14.1
606
814
</simpara>
607
815
</listitem>
608
816
</varlistentry>
609
817
<varlistentry xml:id="constant.curlopt-sslcert">
610
818
<term>
611
819
<constant>CURLOPT_SSLCERT</constant>
612
-
(<type>integer</type>)
820
+
(<type>int</type>)
613
821
</term>
614
822
<listitem>
615
823
<simpara>
...
...
@@ -617,10 +825,22 @@
617
825
</simpara>
618
826
</listitem>
619
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>
620
840
<varlistentry xml:id="constant.curlopt-sslcertpasswd">
621
841
<term>
622
842
<constant>CURLOPT_SSLCERTPASSWD</constant>
623
-
(<type>integer</type>)
843
+
(<type>int</type>)
624
844
</term>
625
845
<listitem>
626
846
<simpara>
...
...
@@ -628,10 +848,22 @@
628
848
</simpara>
629
849
</listitem>
630
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>
631
863
<varlistentry xml:id="constant.curlopt-writeheader">
632
864
<term>
633
865
<constant>CURLOPT_WRITEHEADER</constant>
634
-
(<type>integer</type>)
866
+
(<type>int</type>)
635
867
</term>
636
868
<listitem>
637
869
<simpara>
...
...
@@ -639,10 +871,21 @@
639
871
</simpara>
640
872
</listitem>
641
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>
642
885
<varlistentry xml:id="constant.curlopt-ssl-verifyhost">
643
886
<term>
644
887
<constant>CURLOPT_SSL_VERIFYHOST</constant>
645
-
(<type>integer</type>)
888
+
(<type>int</type>)
646
889
</term>
647
890
<listitem>
648
891
<simpara>
...
...
@@ -653,7 +896,7 @@
653
896
<varlistentry xml:id="constant.curlopt-cookiefile">
654
897
<term>
655
898
<constant>CURLOPT_COOKIEFILE</constant>
656
-
(<type>integer</type>)
899
+
(<type>int</type>)
657
900
</term>
658
901
<listitem>
659
902
<simpara>
...
...
@@ -664,7 +907,7 @@
664
907
<varlistentry xml:id="constant.curlopt-sslversion">
665
908
<term>
666
909
<constant>CURLOPT_SSLVERSION</constant>
667
-
(<type>integer</type>)
910
+
(<type>int</type>)
668
911
</term>
669
912
<listitem>
670
913
<simpara>
...
...
@@ -672,10 +915,10 @@
672
915
</simpara>
673
916
</listitem>
674
917
</varlistentry>
675
-
<varlistentry xml:id="constant.curlopt-sslversion-default">
918
+
<varlistentry xml:id="constant.curl-sslversion-default">
676
919
<term>
677
920
<constant>CURL_SSLVERSION_DEFAULT</constant>
678
-
(<type>integer</type>)
921
+
(<type>int</type>)
679
922
</term>
680
923
<listitem>
681
924
<simpara>
...
...
@@ -683,10 +926,10 @@
683
926
</simpara>
684
927
</listitem>
685
928
</varlistentry>
686
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1">
929
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1">
687
930
<term>
688
931
<constant>CURL_SSLVERSION_TLSv1</constant>
689
-
(<type>integer</type>)
932
+
(<type>int</type>)
690
933
</term>
691
934
<listitem>
692
935
<simpara>
...
...
@@ -694,10 +937,10 @@
694
937
</simpara>
695
938
</listitem>
696
939
</varlistentry>
697
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv2">
940
+
<varlistentry xml:id="constant.curl-sslversion-sslv2">
698
941
<term>
699
942
<constant>CURL_SSLVERSION_SSLv2</constant>
700
-
(<type>integer</type>)
943
+
(<type>int</type>)
701
944
</term>
702
945
<listitem>
703
946
<simpara>
...
...
@@ -705,10 +948,10 @@
705
948
</simpara>
706
949
</listitem>
707
950
</varlistentry>
708
-
<varlistentry xml:id="constant.curlopt-sslversion-sslv3">
951
+
<varlistentry xml:id="constant.curl-sslversion-sslv3">
709
952
<term>
710
953
<constant>CURL_SSLVERSION_SSLv3</constant>
711
-
(<type>integer</type>)
954
+
(<type>int</type>)
712
955
</term>
713
956
<listitem>
714
957
<simpara>
...
...
@@ -716,43 +959,54 @@
716
959
</simpara>
717
960
</listitem>
718
961
</varlistentry>
719
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-0">
962
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-0">
720
963
<term>
721
964
<constant>CURL_SSLVERSION_TLSv1_0</constant>
722
-
(<type>integer</type>)
965
+
(<type>int</type>)
723
966
</term>
724
967
<listitem>
725
968
<simpara>
726
-
Available since PHP 5.5.19 and 5.6.3
969
+

727
970
</simpara>
728
971
</listitem>
729
972
</varlistentry>
730
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-1">
973
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-1">
731
974
<term>
732
975
<constant>CURL_SSLVERSION_TLSv1_1</constant>
733
-
(<type>integer</type>)
976
+
(<type>int</type>)
734
977
</term>
735
978
<listitem>
736
979
<simpara>
737
-
Available since PHP 5.5.19 and 5.6.3
980
+

738
981
</simpara>
739
982
</listitem>
740
983
</varlistentry>
741
-
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-2">
984
+
<varlistentry xml:id="constant.curl-sslversion-tlsv1-2">
742
985
<term>
743
986
<constant>CURL_SSLVERSION_TLSv1_2</constant>
744
-
(<type>integer</type>)
987
+
(<type>int</type>)
988
+
</term>
989
+
<listitem>
990
+
<simpara>
991
+

992
+
</simpara>
993
+
</listitem>
994
+
</varlistentry>
995
+
<varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
996
+
<term>
997
+
<constant>CURL_SSLVERSION_TLSv1_3</constant>
998
+
(<type>int</type>)
745
999
</term>
746
1000
<listitem>
747
1001
<simpara>
748
-
Available since PHP 5.5.19 and 5.6.3
1002
+

749
1003
</simpara>
750
1004
</listitem>
751
1005
</varlistentry>
752
1006
<varlistentry xml:id="constant.curlopt-timecondition">
753
1007
<term>
754
1008
<constant>CURLOPT_TIMECONDITION</constant>
755
-
(<type>integer</type>)
1009
+
(<type>int</type>)
756
1010
</term>
757
1011
<listitem>
758
1012
<simpara>
...
...
@@ -763,7 +1017,7 @@
763
1017
<varlistentry xml:id="constant.curlopt-timevalue">
764
1018
<term>
765
1019
<constant>CURLOPT_TIMEVALUE</constant>
766
-
(<type>integer</type>)
1020
+
(<type>int</type>)
767
1021
</term>
768
1022
<listitem>
769
1023
<simpara>
...
...
@@ -774,7 +1028,7 @@
774
1028
<varlistentry xml:id="constant.curlopt-customrequest">
775
1029
<term>
776
1030
<constant>CURLOPT_CUSTOMREQUEST</constant>
777
-
(<type>integer</type>)
1031
+
(<type>int</type>)
778
1032
</term>
779
1033
<listitem>
780
1034
<simpara>
...
...
@@ -785,7 +1039,7 @@
785
1039
<varlistentry xml:id="constant.curlopt-stderr">
786
1040
<term>
787
1041
<constant>CURLOPT_STDERR</constant>
788
-
(<type>integer</type>)
1042
+
(<type>int</type>)
789
1043
</term>
790
1044
<listitem>
791
1045
<simpara>
...
...
@@ -796,7 +1050,7 @@
796
1050
<varlistentry xml:id="constant.curlopt-transfertext">
797
1051
<term>
798
1052
<constant>CURLOPT_TRANSFERTEXT</constant>
799
-
(<type>integer</type>)
1053
+
(<type>int</type>)
800
1054
</term>
801
1055
<listitem>
802
1056
<simpara>
...
...
@@ -807,7 +1061,7 @@
807
1061
<varlistentry xml:id="constant.curlopt-returntransfer">
808
1062
<term>
809
1063
<constant>CURLOPT_RETURNTRANSFER</constant>
810
-
(<type>integer</type>)
1064
+
(<type>int</type>)
811
1065
</term>
812
1066
<listitem>
813
1067
<simpara>
...
...
@@ -815,21 +1069,32 @@
815
1069
</simpara>
816
1070
</listitem>
817
1071
</varlistentry>
818
-
<varlistentry xml:id="constant.curlopt-quote">
1072
+
<varlistentry xml:id="constant.curlopt-quick-exit">
819
1073
<term>
820
-
<constant>CURLOPT_QUOTE</constant>
821
-
(<type>integer</type>)
1074
+
<constant>CURLOPT_QUICK_EXIT</constant>
1075
+
(<type>int</type>)
822
1076
</term>
823
1077
<listitem>
824
1078
<simpara>
825
-
1079
+
Available as of PHP 8.3.0 and cURL 7.87.0
826
1080
</simpara>
827
1081
</listitem>
828
1082
</varlistentry>
829
-
<varlistentry xml:id="constant.curlopt-postquote">
1083
+
<varlistentry xml:id="constant.curlopt-quote">
1084
+
<term>
1085
+
<constant>CURLOPT_QUOTE</constant>
1086
+
(<type>int</type>)
1087
+
</term>
1088
+
<listitem>
1089
+
<simpara>
1090
+

1091
+
</simpara>
1092
+
</listitem>
1093
+
</varlistentry>
1094
+
<varlistentry xml:id="constant.curlopt-postquote">
830
1095
<term>
831
1096
<constant>CURLOPT_POSTQUOTE</constant>
832
-
(<type>integer</type>)
1097
+
(<type>int</type>)
833
1098
</term>
834
1099
<listitem>
835
1100
<simpara>
...
...
@@ -840,7 +1105,7 @@
840
1105
<varlistentry xml:id="constant.curlopt-interface">
841
1106
<term>
842
1107
<constant>CURLOPT_INTERFACE</constant>
843
-
(<type>integer</type>)
1108
+
(<type>int</type>)
844
1109
</term>
845
1110
<listitem>
846
1111
<simpara>
...
...
@@ -851,7 +1116,7 @@
851
1116
<varlistentry xml:id="constant.curlopt-krb4level">
852
1117
<term>
853
1118
<constant>CURLOPT_KRB4LEVEL</constant>
854
-
(<type>integer</type>)
1119
+
(<type>int</type>)
855
1120
</term>
856
1121
<listitem>
857
1122
<simpara>
...
...
@@ -862,7 +1127,7 @@
862
1127
<varlistentry xml:id="constant.curlopt-httpproxytunnel">
863
1128
<term>
864
1129
<constant>CURLOPT_HTTPPROXYTUNNEL</constant>
865
-
(<type>integer</type>)
1130
+
(<type>int</type>)
866
1131
</term>
867
1132
<listitem>
868
1133
<simpara>
...
...
@@ -873,7 +1138,7 @@
873
1138
<varlistentry xml:id="constant.curlopt-filetime">
874
1139
<term>
875
1140
<constant>CURLOPT_FILETIME</constant>
876
-
(<type>integer</type>)
1141
+
(<type>int</type>)
877
1142
</term>
878
1143
<listitem>
879
1144
<simpara>
...
...
@@ -884,7 +1149,7 @@
884
1149
<varlistentry xml:id="constant.curlopt-writefunction">
885
1150
<term>
886
1151
<constant>CURLOPT_WRITEFUNCTION</constant>
887
-
(<type>integer</type>)
1152
+
(<type>int</type>)
888
1153
</term>
889
1154
<listitem>
890
1155
<simpara>
...
...
@@ -895,7 +1160,7 @@
895
1160
<varlistentry xml:id="constant.curlopt-readfunction">
896
1161
<term>
897
1162
<constant>CURLOPT_READFUNCTION</constant>
898
-
(<type>integer</type>)
1163
+
(<type>int</type>)
899
1164
</term>
900
1165
<listitem>
901
1166
<simpara>
...
...
@@ -906,18 +1171,18 @@
906
1171
<varlistentry xml:id="constant.curlopt-passwdfunction">
907
1172
<term>
908
1173
<constant>CURLOPT_PASSWDFUNCTION</constant>
909
-
(<type>integer</type>)
1174
+
(<type>int</type>)
910
1175
</term>
911
1176
<listitem>
912
1177
<simpara>
913
-
1178
+
Removed as of PHP 7.3.0.
914
1179
</simpara>
915
1180
</listitem>
916
1181
</varlistentry>
917
1182
<varlistentry xml:id="constant.curlopt-headerfunction">
918
1183
<term>
919
1184
<constant>CURLOPT_HEADERFUNCTION</constant>
920
-
(<type>integer</type>)
1185
+
(<type>int</type>)
921
1186
</term>
922
1187
<listitem>
923
1188
<simpara>
...
...
@@ -925,21 +1190,43 @@
925
1190
</simpara>
926
1191
</listitem>
927
1192
</varlistentry>
928
-
<varlistentry xml:id="constant.curlopt-maxredirs">
1193
+
<varlistentry xml:id="constant.curlopt-maxage-conn">
929
1194
<term>
930
-
<constant>CURLOPT_MAXREDIRS</constant>
931
-
(<type>integer</type>)
1195
+
<constant>CURLOPT_MAXAGE_CONN</constant>
1196
+
(<type>int</type>)
932
1197
</term>
933
1198
<listitem>
934
1199
<simpara>
935
-
1200
+
Available as of PHP 8.2.0 and cURL 7.65.0
936
1201
</simpara>
937
1202
</listitem>
938
1203
</varlistentry>
939
-
<varlistentry xml:id="constant.curlopt-maxconnects">
1204
+
<varlistentry xml:id="constant.curlopt-maxfilesize-large">
940
1205
<term>
941
-
<constant>CURLOPT_MAXCONNECTS</constant>
942
-
(<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>)
943
1230
</term>
944
1231
<listitem>
945
1232
<simpara>
...
...
@@ -947,21 +1234,21 @@
947
1234
</simpara>
948
1235
</listitem>
949
1236
</varlistentry>
950
-
<varlistentry xml:id="constant.curlopt-closepolicy">
1237
+
<varlistentry xml:id="constant.curlopt-maxconnects">
951
1238
<term>
952
-
<constant>CURLOPT_CLOSEPOLICY</constant>
953
-
(<type>integer</type>)
1239
+
<constant>CURLOPT_MAXCONNECTS</constant>
1240
+
(<type>int</type>)
954
1241
</term>
955
1242
<listitem>
956
1243
<simpara>
957
-
Removed in PHP 5.6.0.
1244
+

958
1245
</simpara>
959
1246
</listitem>
960
1247
</varlistentry>
961
1248
<varlistentry xml:id="constant.curlopt-fresh-connect">
962
1249
<term>
963
1250
<constant>CURLOPT_FRESH_CONNECT</constant>
964
-
(<type>integer</type>)
1251
+
(<type>int</type>)
965
1252
</term>
966
1253
<listitem>
967
1254
<simpara>
...
...
@@ -972,7 +1259,7 @@
972
1259
<varlistentry xml:id="constant.curlopt-forbid-reuse">
973
1260
<term>
974
1261
<constant>CURLOPT_FORBID_REUSE</constant>
975
-
(<type>integer</type>)
1262
+
(<type>int</type>)
976
1263
</term>
977
1264
<listitem>
978
1265
<simpara>
...
...
@@ -983,7 +1270,7 @@
983
1270
<varlistentry xml:id="constant.curlopt-random-file">
984
1271
<term>
985
1272
<constant>CURLOPT_RANDOM_FILE</constant>
986
-
(<type>integer</type>)
1273
+
(<type>int</type>)
987
1274
</term>
988
1275
<listitem>
989
1276
<simpara>
...
...
@@ -994,7 +1281,7 @@
994
1281
<varlistentry xml:id="constant.curlopt-egdsocket">
995
1282
<term>
996
1283
<constant>CURLOPT_EGDSOCKET</constant>
997
-
(<type>integer</type>)
1284
+
(<type>int</type>)
998
1285
</term>
999
1286
<listitem>
1000
1287
<simpara>
...
...
@@ -1005,106 +1292,130 @@
1005
1292
<varlistentry xml:id="constant.curlopt-connecttimeout">
1006
1293
<term>
1007
1294
<constant>CURLOPT_CONNECTTIMEOUT</constant>
1008
-
(<type>integer</type>)
1295
+
(<type>int</type>)
1009
1296
</term>
1010
1297
<listitem>
1011
1298
<simpara>
1012
-
1013
1299
</simpara>
1014
1300
</listitem>
1015
1301
</varlistentry>
1016
1302
<varlistentry xml:id="constant.curlopt-connecttimeout-ms">
1017
1303
<term>
1018
1304
<constant>CURLOPT_CONNECTTIMEOUT_MS</constant>
1019
-
(<type>integer</type>)
1305
+
(<type>int</type>)
1020
1306
</term>
1021
1307
<listitem>
1022
1308
<simpara>
1023
-
1024
1309
</simpara>
1025
1310
</listitem>
1026
1311
</varlistentry>
1027
1312
<varlistentry xml:id="constant.curlopt-ssl-verifypeer">
1028
1313
<term>
1029
1314
<constant>CURLOPT_SSL_VERIFYPEER</constant>
1030
-
(<type>integer</type>)
1315
+
(<type>int</type>)
1031
1316
</term>
1032
1317
<listitem>
1033
1318
<simpara>
1034
-
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
1035
1330
</simpara>
1036
1331
</listitem>
1037
1332
</varlistentry>
1038
1333
<varlistentry xml:id="constant.curlopt-cainfo">
1039
1334
<term>
1040
1335
<constant>CURLOPT_CAINFO</constant>
1041
-
(<type>integer</type>)
1336
+
(<type>int</type>)
1042
1337
</term>
1043
1338
<listitem>
1044
1339
<simpara>
1045
-
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
1046
1351
</simpara>
1047
1352
</listitem>
1048
1353
</varlistentry>
1049
1354
<varlistentry xml:id="constant.curlopt-capath">
1050
1355
<term>
1051
1356
<constant>CURLOPT_CAPATH</constant>
1052
-
(<type>integer</type>)
1357
+
(<type>int</type>)
1053
1358
</term>
1054
1359
<listitem>
1055
1360
<simpara>
1056
-
1057
1361
</simpara>
1058
1362
</listitem>
1059
1363
</varlistentry>
1060
1364
<varlistentry xml:id="constant.curlopt-cookiejar">
1061
1365
<term>
1062
1366
<constant>CURLOPT_COOKIEJAR</constant>
1063
-
(<type>integer</type>)
1367
+
(<type>int</type>)
1064
1368
</term>
1065
1369
<listitem>
1066
1370
<simpara>
1067
-
1068
1371
</simpara>
1069
1372
</listitem>
1070
1373
</varlistentry>
1071
1374
<varlistentry xml:id="constant.curlopt-ssl-cipher-list">
1072
1375
<term>
1073
1376
<constant>CURLOPT_SSL_CIPHER_LIST</constant>
1074
-
(<type>integer</type>)
1377
+
(<type>int</type>)
1075
1378
</term>
1076
1379
<listitem>
1077
1380
<simpara>
1078
-
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
1079
1392
</simpara>
1080
1393
</listitem>
1081
1394
</varlistentry>
1082
1395
<varlistentry xml:id="constant.curlopt-binarytransfer">
1083
1396
<term>
1084
1397
<constant>CURLOPT_BINARYTRANSFER</constant>
1085
-
(<type>integer</type>)
1398
+
(<type>int</type>)
1086
1399
</term>
1087
1400
<listitem>
1088
1401
<simpara>
1089
-
1090
1402
</simpara>
1091
1403
</listitem>
1092
1404
</varlistentry>
1093
1405
<varlistentry xml:id="constant.curlopt-nosignal">
1094
1406
<term>
1095
1407
<constant>CURLOPT_NOSIGNAL</constant>
1096
-
(<type>integer</type>)
1408
+
(<type>int</type>)
1097
1409
</term>
1098
1410
<listitem>
1099
1411
<simpara>
1100
-
1101
1412
</simpara>
1102
1413
</listitem>
1103
1414
</varlistentry>
1104
1415
<varlistentry xml:id="constant.curlopt-proxytype">
1105
1416
<term>
1106
1417
<constant>CURLOPT_PROXYTYPE</constant>
1107
-
(<type>integer</type>)
1418
+
(<type>int</type>)
1108
1419
</term>
1109
1420
<listitem>
1110
1421
<simpara>
...
...
@@ -1115,7 +1426,7 @@
1115
1426
<varlistentry xml:id="constant.curlopt-buffersize">
1116
1427
<term>
1117
1428
<constant>CURLOPT_BUFFERSIZE</constant>
1118
-
(<type>integer</type>)
1429
+
(<type>int</type>)
1119
1430
</term>
1120
1431
<listitem>
1121
1432
<simpara>
...
...
@@ -1126,426 +1437,844 @@
1126
1437
<varlistentry xml:id="constant.curlopt-httpget">
1127
1438
<term>
1128
1439
<constant>CURLOPT_HTTPGET</constant>
1129
-
(<type>integer</type>)
1440
+
(<type>int</type>)
1130
1441
</term>
1131
1442
<listitem>
1132
1443
<simpara>
1133
-
1134
1444
</simpara>
1135
1445
</listitem>
1136
1446
</varlistentry>
1137
1447
<varlistentry xml:id="constant.curlopt-http-version">
1138
1448
<term>
1139
1449
<constant>CURLOPT_HTTP_VERSION</constant>
1140
-
(<type>integer</type>)
1450
+
(<type>int</type>)
1141
1451
</term>
1142
1452
<listitem>
1143
1453
<simpara>
1144
-
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
1145
1498
</simpara>
1146
1499
</listitem>
1147
1500
</varlistentry>
1148
1501
<varlistentry xml:id="constant.curlopt-sslkey">
1149
1502
<term>
1150
1503
<constant>CURLOPT_SSLKEY</constant>
1151
-
(<type>integer</type>)
1504
+
(<type>int</type>)
1152
1505
</term>
1153
1506
<listitem>
1154
1507
<simpara>
1155
-
1156
1508
</simpara>
1157
1509
</listitem>
1158
1510
</varlistentry>
1159
1511
<varlistentry xml:id="constant.curlopt-sslkeytype">
1160
1512
<term>
1161
1513
<constant>CURLOPT_SSLKEYTYPE</constant>
1162
-
(<type>integer</type>)
1514
+
(<type>int</type>)
1163
1515
</term>
1164
1516
<listitem>
1165
1517
<simpara>
1166
-
1167
1518
</simpara>
1168
1519
</listitem>
1169
1520
</varlistentry>
1170
1521
<varlistentry xml:id="constant.curlopt-sslkeypasswd">
1171
1522
<term>
1172
1523
<constant>CURLOPT_SSLKEYPASSWD</constant>
1173
-
(<type>integer</type>)
1524
+
(<type>int</type>)
1174
1525
</term>
1175
1526
<listitem>
1176
1527
<simpara>
1177
-
1178
1528
</simpara>
1179
1529
</listitem>
1180
1530
</varlistentry>
1181
1531
<varlistentry xml:id="constant.curlopt-sslengine">
1182
1532
<term>
1183
1533
<constant>CURLOPT_SSLENGINE</constant>
1184
-
(<type>integer</type>)
1534
+
(<type>int</type>)
1185
1535
</term>
1186
1536
<listitem>
1187
1537
<simpara>
1188
-
1189
1538
</simpara>
1190
1539
</listitem>
1191
1540
</varlistentry>
1192
1541
<varlistentry xml:id="constant.curlopt-sslengine-default">
1193
1542
<term>
1194
1543
<constant>CURLOPT_SSLENGINE_DEFAULT</constant>
1195
-
(<type>integer</type>)
1544
+
(<type>int</type>)
1196
1545
</term>
1197
1546
<listitem>
1198
1547
<simpara>
1199
-
1200
1548
</simpara>
1201
1549
</listitem>
1202
1550
</varlistentry>
1203
1551
<varlistentry xml:id="constant.curlopt-sslcerttype">
1204
1552
<term>
1205
1553
<constant>CURLOPT_SSLCERTTYPE</constant>
1206
-
(<type>integer</type>)
1554
+
(<type>int</type>)
1207
1555
</term>
1208
1556
<listitem>
1209
1557
<simpara>
1210
-
1211
1558
</simpara>
1212
1559
</listitem>
1213
1560
</varlistentry>
1214
1561
<varlistentry xml:id="constant.curlopt-crlf">
1215
1562
<term>
1216
1563
<constant>CURLOPT_CRLF</constant>
1217
-
(<type>integer</type>)
1564
+
(<type>int</type>)
1218
1565
</term>
1219
1566
<listitem>
1220
1567
<simpara>
1221
-
1222
1568
</simpara>
1223
1569
</listitem>
1224
1570
</varlistentry>
1225
1571
<varlistentry xml:id="constant.curlopt-encoding">
1226
1572
<term>
1227
1573
<constant>CURLOPT_ENCODING</constant>
1228
-
(<type>integer</type>)
1574
+
(<type>int</type>)
1229
1575
</term>
1230
1576
<listitem>
1231
1577
<simpara>
1232
-
1233
1578
</simpara>
1234
1579
</listitem>
1235
1580
</varlistentry>
1236
1581
<varlistentry xml:id="constant.curlopt-proxyport">
1237
1582
<term>
1238
1583
<constant>CURLOPT_PROXYPORT</constant>
1239
-
(<type>integer</type>)
1584
+
(<type>int</type>)
1240
1585
</term>
1241
1586
<listitem>
1242
1587
<simpara>
1243
-
1244
1588
</simpara>
1245
1589
</listitem>
1246
1590
</varlistentry>
1247
1591
<varlistentry xml:id="constant.curlopt-unrestricted-auth">
1248
1592
<term>
1249
1593
<constant>CURLOPT_UNRESTRICTED_AUTH</constant>
1250
-
(<type>integer</type>)
1594
+
(<type>int</type>)
1251
1595
</term>
1252
1596
<listitem>
1253
1597
<simpara>
1254
-
1255
1598
</simpara>
1256
1599
</listitem>
1257
1600
</varlistentry>
1258
1601
<varlistentry xml:id="constant.curlopt-ftp-use-eprt">
1259
1602
<term>
1260
1603
<constant>CURLOPT_FTP_USE_EPRT</constant>
1261
-
(<type>integer</type>)
1604
+
(<type>int</type>)
1262
1605
</term>
1263
1606
<listitem>
1264
1607
<simpara>
1265
-
1266
1608
</simpara>
1267
1609
</listitem>
1268
1610
</varlistentry>
1269
1611
<varlistentry xml:id="constant.curlopt-http200aliases">
1270
1612
<term>
1271
1613
<constant>CURLOPT_HTTP200ALIASES</constant>
1272
-
(<type>integer</type>)
1614
+
(<type>int</type>)
1273
1615
</term>
1274
1616
<listitem>
1275
1617
<simpara>
1276
-
1277
1618
</simpara>
1278
1619
</listitem>
1279
1620
</varlistentry>
1280
1621
<varlistentry xml:id="constant.curlopt-httpauth">
1281
1622
<term>
1282
1623
<constant>CURLOPT_HTTPAUTH</constant>
1283
-
(<type>integer</type>)
1624
+
(<type>int</type>)
1284
1625
</term>
1285
1626
<listitem>
1286
1627
<simpara>
1287
-
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
1288
1639
</simpara>
1289
1640
</listitem>
1290
1641
</varlistentry>
1291
1642
<varlistentry xml:id="constant.curlauth-basic">
1292
1643
<term>
1293
1644
<constant>CURLAUTH_BASIC</constant>
1294
-
(<type>integer</type>)
1645
+
(<type>int</type>)
1295
1646
</term>
1296
1647
<listitem>
1297
1648
<simpara>
1298
-
1299
1649
</simpara>
1300
1650
</listitem>
1301
1651
</varlistentry>
1302
1652
<varlistentry xml:id="constant.curlauth-digest">
1303
1653
<term>
1304
1654
<constant>CURLAUTH_DIGEST</constant>
1305
-
(<type>integer</type>)
1655
+
(<type>int</type>)
1306
1656
</term>
1307
1657
<listitem>
1308
1658
<simpara>
1309
-
1310
1659
</simpara>
1311
1660
</listitem>
1312
1661
</varlistentry>
1313
1662
<varlistentry xml:id="constant.curlauth-gssnegotiate">
1314
1663
<term>
1315
1664
<constant>CURLAUTH_GSSNEGOTIATE</constant>
1316
-
(<type>integer</type>)
1665
+
(<type>int</type>)
1666
+
</term>
1667
+
<listitem>
1668
+
<simpara>
1669
+
</simpara>
1670
+
</listitem>
1671
+
</varlistentry>
1672
+
<varlistentry xml:id="constant.curlauth-negotiate">
1673
+
<term>
1674
+
<constant>CURLAUTH_NEGOTIATE</constant>
1675
+
(<type>int</type>)
1676
+
</term>
1677
+
<listitem>
1678
+
<simpara>
1679
+
Available as of PHP 7.0.7 and cURL 7.38.0.
1680
+
</simpara>
1681
+
</listitem>
1682
+
</varlistentry>
1683
+
<varlistentry xml:id="constant.curlauth-ntlm">
1684
+
<term>
1685
+
<constant>CURLAUTH_NTLM</constant>
1686
+
(<type>int</type>)
1687
+
</term>
1688
+
<listitem>
1689
+
<simpara>
1690
+
</simpara>
1691
+
</listitem>
1692
+
</varlistentry>
1693
+
<varlistentry xml:id="constant.curlauth-ntlm-wb">
1694
+
<term>
1695
+
<constant>CURLAUTH_NTLM_WB</constant>
1696
+
(<type>int</type>)
1697
+
</term>
1698
+
<listitem>
1699
+
<simpara>
1700
+
Available as of PHP 7.0.7 and cURL 7.22.0
1701
+
</simpara>
1702
+
</listitem>
1703
+
</varlistentry>
1704
+
<varlistentry xml:id="constant.curlauth-any">
1705
+
<term>
1706
+
<constant>CURLAUTH_ANY</constant>
1707
+
(<type>int</type>)
1708
+
</term>
1709
+
<listitem>
1710
+
<simpara>
1711
+
</simpara>
1712
+
</listitem>
1713
+
</varlistentry>
1714
+
<varlistentry xml:id="constant.curlauth-anysafe">
1715
+
<term>
1716
+
<constant>CURLAUTH_ANYSAFE</constant>
1717
+
(<type>int</type>)
1718
+
</term>
1719
+
<listitem>
1720
+
<simpara>
1721
+
</simpara>
1722
+
</listitem>
1723
+
</varlistentry>
1724
+
<varlistentry xml:id="constant.curlauth-aws-sigv4">
1725
+
<term>
1726
+
<constant>CURLAUTH_AWS_SIGV4</constant>
1727
+
(<type>int</type>)
1728
+
</term>
1729
+
<listitem>
1730
+
<simpara>
1731
+
Available as of PHP 8.2.0 and cURL 7.75.0.
1732
+
</simpara>
1733
+
</listitem>
1734
+
</varlistentry>
1735
+
<varlistentry xml:id="constant.curlopt-proxyauth">
1736
+
<term>
1737
+
<constant>CURLOPT_PROXYAUTH</constant>
1738
+
(<type>int</type>)
1739
+
</term>
1740
+
<listitem>
1741
+
<simpara>
1742
+
</simpara>
1743
+
</listitem>
1744
+
</varlistentry>
1745
+
<varlistentry xml:id="constant.curlopt-mail-rcpt-alllowfails">
1746
+
<term>
1747
+
<constant>CURLOPT_MAIL_RCPT_ALLLOWFAILS</constant>
1748
+
(<type>int</type>)
1749
+
</term>
1750
+
<listitem>
1751
+
<simpara>
1752
+
Available as of PHP 8.2.0 and cURL 7.69.0
1753
+
</simpara>
1754
+
</listitem>
1755
+
</varlistentry>
1756
+
<varlistentry xml:id="constant.curlopt-upkeep-interval-ms">
1757
+
<term>
1758
+
<constant>CURLOPT_UPKEEP_INTERVAL_MS</constant>
1759
+
(<type>int</type>)
1760
+
</term>
1761
+
<listitem>
1762
+
<simpara>
1763
+
Available as of PHP 8.2.0 and cURL 7.62.0
1764
+
</simpara>
1765
+
</listitem>
1766
+
</varlistentry>
1767
+
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
1768
+
<term>
1769
+
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
1770
+
(<type>int</type>)
1771
+
</term>
1772
+
<listitem>
1773
+
<simpara>
1774
+
Available as of cURL 7.15.5
1775
+
</simpara>
1776
+
</listitem>
1777
+
</varlistentry>
1778
+
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
1779
+
<term>
1780
+
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
1781
+
(<type>int</type>)
1782
+
</term>
1783
+
<listitem>
1784
+
<simpara>
1785
+
Available as of cURL 7.15.5
1786
+
</simpara>
1787
+
</listitem>
1788
+
</varlistentry>
1789
+
<varlistentry xml:id="constant.curlopt-headeropt">
1790
+
<term>
1791
+
<constant>CURLOPT_HEADEROPT</constant>
1792
+
(<type>int</type>)
1793
+
</term>
1794
+
<listitem>
1795
+
<simpara>
1796
+
Available as of PHP 7.0.7 and cURL 7.37.0
1797
+
</simpara>
1798
+
</listitem>
1799
+
</varlistentry>
1800
+
<varlistentry xml:id="constant.curlopt-proxyheader">
1801
+
<term>
1802
+
<constant>CURLOPT_PROXYHEADER</constant>
1803
+
(<type>int</type>)
1804
+
</term>
1805
+
<listitem>
1806
+
<simpara>
1807
+
Available as of PHP 7.0.7 and cURL 7.37.0
1808
+
</simpara>
1809
+
</listitem>
1810
+
</varlistentry>
1811
+
<varlistentry xml:id="constant.curlinfo-private">
1812
+
<term>
1813
+
<constant>CURLINFO_PRIVATE</constant>
1814
+
(<type>int</type>)
1815
+
</term>
1816
+
<listitem>
1817
+
<simpara>
1818
+

1819
+
</simpara>
1820
+
</listitem>
1821
+
</varlistentry>
1822
+
<varlistentry xml:id="constant.curlinfo-effective-url">
1823
+
<term>
1824
+
<constant>CURLINFO_EFFECTIVE_URL</constant>
1825
+
(<type>int</type>)
1826
+
</term>
1827
+
<listitem>
1828
+
<simpara>
1829
+

1830
+
</simpara>
1831
+
</listitem>
1832
+
</varlistentry>
1833
+
<varlistentry xml:id="constant.curlinfo-http-code">
1834
+
<term>
1835
+
<constant>CURLINFO_HTTP_CODE</constant>
1836
+
(<type>int</type>)
1837
+
</term>
1838
+
<listitem>
1839
+
<simpara>
1840
+
As of cURL 7.10.8, this is a legacy alias of
1841
+
<constant>CURLINFO_RESPONSE_CODE</constant>
1842
+
</simpara>
1843
+
</listitem>
1844
+
</varlistentry>
1845
+
<varlistentry xml:id="constant.curlinfo-proxy-error">
1846
+
<term>
1847
+
<constant>CURLINFO_PROXY_ERROR</constant>
1848
+
(<type>int</type>)
1849
+
</term>
1850
+
<listitem>
1851
+
<simpara>
1852
+
Available as of PHP 8.2.0 and cURL 7.73.0
1853
+
</simpara>
1854
+
</listitem>
1855
+
</varlistentry>
1856
+
<varlistentry xml:id="constant.curlpx-bad-address-type">
1857
+
<term>
1858
+
<constant>CURLPX_BAD_ADDRESS_TYPE</constant>
1859
+
(<type>int</type>)
1860
+
</term>
1861
+
<listitem>
1862
+
<simpara>
1863
+
Available as of PHP 8.2.0 and cURL 7.73.0
1864
+
</simpara>
1865
+
</listitem>
1866
+
</varlistentry>
1867
+
<varlistentry xml:id="constant.curlpx-bad-version">
1868
+
<term>
1869
+
<constant>CURLPX_BAD_VERSION</constant>
1870
+
(<type>int</type>)
1871
+
</term>
1872
+
<listitem>
1873
+
<simpara>
1874
+
Available as of PHP 8.2.0 and cURL 7.73.0
1875
+
</simpara>
1876
+
</listitem>
1877
+
</varlistentry>
1878
+
<varlistentry xml:id="constant.curlpx-closed">
1879
+
<term>
1880
+
<constant>CURLPX_CLOSED</constant>
1881
+
(<type>int</type>)
1882
+
</term>
1883
+
<listitem>
1884
+
<simpara>
1885
+
Available as of PHP 8.2.0 and cURL 7.73.0
1886
+
</simpara>
1887
+
</listitem>
1888
+
</varlistentry>
1889
+
<varlistentry xml:id="constant.curlpx-gssapi">
1890
+
<term>
1891
+
<constant>CURLPX_GSSAPI</constant>
1892
+
(<type>int</type>)
1893
+
</term>
1894
+
<listitem>
1895
+
<simpara>
1896
+
Available as of PHP 8.2.0 and cURL 7.73.0
1897
+
</simpara>
1898
+
</listitem>
1899
+
</varlistentry>
1900
+
<varlistentry xml:id="constant.curlpx-gssapi-permsg">
1901
+
<term>
1902
+
<constant>CURLPX_GSSAPI_PERMSG</constant>
1903
+
(<type>int</type>)
1904
+
</term>
1905
+
<listitem>
1906
+
<simpara>
1907
+
Available as of PHP 8.2.0 and cURL 7.73.0
1908
+
</simpara>
1909
+
</listitem>
1910
+
</varlistentry>
1911
+
<varlistentry xml:id="constant.curlpx-gssapi-protection">
1912
+
<term>
1913
+
<constant>CURLPX_GSSAPI_PROTECTION</constant>
1914
+
(<type>int</type>)
1915
+
</term>
1916
+
<listitem>
1917
+
<simpara>
1918
+
Available as of PHP 8.2.0 and cURL 7.73.0
1919
+
</simpara>
1920
+
</listitem>
1921
+
</varlistentry>
1922
+
<varlistentry xml:id="constant.curlpx-identd-differ">
1923
+
<term>
1924
+
<constant>CURLPX_IDENTD_DIFFER</constant>
1925
+
(<type>int</type>)
1926
+
</term>
1927
+
<listitem>
1928
+
<simpara>
1929
+
Available as of PHP 8.2.0 and cURL 7.73.0
1930
+
</simpara>
1931
+
</listitem>
1932
+
</varlistentry>
1933
+
<varlistentry xml:id="constant.curlpx-identd">
1934
+
<term>
1935
+
<constant>CURLPX_IDENTD</constant>
1936
+
(<type>int</type>)
1937
+
</term>
1938
+
<listitem>
1939
+
<simpara>
1940
+
Available as of PHP 8.2.0 and cURL 7.73.0
1941
+
</simpara>
1942
+
</listitem>
1943
+
</varlistentry>
1944
+
<varlistentry xml:id="constant.curlpx-long-hostname">
1945
+
<term>
1946
+
<constant>CURLPX_LONG_HOSTNAME</constant>
1947
+
(<type>int</type>)
1948
+
</term>
1949
+
<listitem>
1950
+
<simpara>
1951
+
Available as of PHP 8.2.0 and cURL 7.73.0
1952
+
</simpara>
1953
+
</listitem>
1954
+
</varlistentry>
1955
+
<varlistentry xml:id="constant.curlpx-long-passwd">
1956
+
<term>
1957
+
<constant>CURLPX_LONG_PASSWD</constant>
1958
+
(<type>int</type>)
1959
+
</term>
1960
+
<listitem>
1961
+
<simpara>
1962
+
Available as of PHP 8.2.0 and cURL 7.73.0
1963
+
</simpara>
1964
+
</listitem>
1965
+
</varlistentry>
1966
+
<varlistentry xml:id="constant.curlpx-long-user">
1967
+
<term>
1968
+
<constant>CURLPX_LONG_USER</constant>
1969
+
(<type>int</type>)
1970
+
</term>
1971
+
<listitem>
1972
+
<simpara>
1973
+
Available as of PHP 8.2.0 and cURL 7.73.0
1974
+
</simpara>
1975
+
</listitem>
1976
+
</varlistentry>
1977
+
<varlistentry xml:id="constant.curlpx-no-auth">
1978
+
<term>
1979
+
<constant>CURLPX_NO_AUTH</constant>
1980
+
(<type>int</type>)
1981
+
</term>
1982
+
<listitem>
1983
+
<simpara>
1984
+
Available as of PHP 8.2.0 and cURL 7.73.0
1985
+
</simpara>
1986
+
</listitem>
1987
+
</varlistentry>
1988
+
<varlistentry xml:id="constant.curlpx-ok">
1989
+
<term>
1990
+
<constant>CURLPX_OK</constant>
1991
+
(<type>int</type>)
1992
+
</term>
1993
+
<listitem>
1994
+
<simpara>
1995
+
Available as of PHP 8.2.0 and cURL 7.73.0
1996
+
</simpara>
1997
+
</listitem>
1998
+
</varlistentry>
1999
+
<varlistentry xml:id="constant.curlpx-recv-address">
2000
+
<term>
2001
+
<constant>CURLPX_RECV_ADDRESS</constant>
2002
+
(<type>int</type>)
2003
+
</term>
2004
+
<listitem>
2005
+
<simpara>
2006
+
Available as of PHP 8.2.0 and cURL 7.73.0
2007
+
</simpara>
2008
+
</listitem>
2009
+
</varlistentry>
2010
+
<varlistentry xml:id="constant.curlpx-recv-auth">
2011
+
<term>
2012
+
<constant>CURLPX_RECV_AUTH</constant>
2013
+
(<type>int</type>)
2014
+
</term>
2015
+
<listitem>
2016
+
<simpara>
2017
+
Available as of PHP 8.2.0 and cURL 7.73.0
2018
+
</simpara>
2019
+
</listitem>
2020
+
</varlistentry>
2021
+
<varlistentry xml:id="constant.curlpx-recv-connect">
2022
+
<term>
2023
+
<constant>CURLPX_RECV_CONNECT</constant>
2024
+
(<type>int</type>)
2025
+
</term>
2026
+
<listitem>
2027
+
<simpara>
2028
+
Available as of PHP 8.2.0 and cURL 7.73.0
2029
+
</simpara>
2030
+
</listitem>
2031
+
</varlistentry>
2032
+
<varlistentry xml:id="constant.curlpx-recv-reqack">
2033
+
<term>
2034
+
<constant>CURLPX_RECV_REQACK</constant>
2035
+
(<type>int</type>)
2036
+
</term>
2037
+
<listitem>
2038
+
<simpara>
2039
+
Available as of PHP 8.2.0 and cURL 7.73.0
2040
+
</simpara>
2041
+
</listitem>
2042
+
</varlistentry>
2043
+
<varlistentry xml:id="constant.curlpx-reply-address-type-not-supported">
2044
+
<term>
2045
+
<constant>CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED</constant>
2046
+
(<type>int</type>)
1317
2047
</term>
1318
2048
<listitem>
1319
2049
<simpara>
1320
-
2050
+
Available as of PHP 8.2.0 and cURL 7.73.0
1321
2051
</simpara>
1322
2052
</listitem>
1323
2053
</varlistentry>
1324
-
<varlistentry xml:id="constant.curlauth-negotiate">
2054
+
<varlistentry xml:id="constant.curlpx-reply-command-not-supported">
1325
2055
<term>
1326
-
<constant>CURLAUTH_NEGOTIATE</constant>
1327
-
(<type>integer</type>)
2056
+
<constant>CURLPX_REPLY_COMMAND_NOT_SUPPORTED</constant>
2057
+
(<type>int</type>)
1328
2058
</term>
1329
2059
<listitem>
1330
2060
<simpara>
1331
-
Available since PHP 7.0.7 and cURL 7.38.0.
2061
+
Available as of PHP 8.2.0 and cURL 7.73.0
1332
2062
</simpara>
1333
2063
</listitem>
1334
2064
</varlistentry>
1335
-
<varlistentry xml:id="constant.curlauth-ntlm">
2065
+
<varlistentry xml:id="constant.curlpx-reply-connection-refused">
1336
2066
<term>
1337
-
<constant>CURLAUTH_NTLM</constant>
1338
-
(<type>integer</type>)
2067
+
<constant>CURLPX_REPLY_CONNECTION_REFUSED</constant>
2068
+
(<type>int</type>)
1339
2069
</term>
1340
2070
<listitem>
1341
2071
<simpara>
1342
-
2072
+
Available as of PHP 8.2.0 and cURL 7.73.0
1343
2073
</simpara>
1344
2074
</listitem>
1345
2075
</varlistentry>
1346
-
<varlistentry xml:id="constant.curlauth-ntlm-wb">
2076
+
<varlistentry xml:id="constant.curlpx-reply-general-server-failure">
1347
2077
<term>
1348
-
<constant>CURLAUTH_NTLM_WB</constant>
1349
-
(<type>integer</type>)
2078
+
<constant>CURLPX_REPLY_GENERAL_SERVER_FAILURE</constant>
2079
+
(<type>int</type>)
1350
2080
</term>
1351
2081
<listitem>
1352
2082
<simpara>
1353
-
Available since PHP 7.0.7 and cURL 7.22.0
2083
+
Available as of PHP 8.2.0 and cURL 7.73.0
1354
2084
</simpara>
1355
2085
</listitem>
1356
2086
</varlistentry>
1357
-
<varlistentry xml:id="constant.curlauth-any">
2087
+
<varlistentry xml:id="constant.curlpx-reply-host-unreachable">
1358
2088
<term>
1359
-
<constant>CURLAUTH_ANY</constant>
1360
-
(<type>integer</type>)
2089
+
<constant>CURLPX_REPLY_HOST_UNREACHABLE</constant>
2090
+
(<type>int</type>)
1361
2091
</term>
1362
2092
<listitem>
1363
2093
<simpara>
1364
-
2094
+
Available as of PHP 8.2.0 and cURL 7.73.0
1365
2095
</simpara>
1366
2096
</listitem>
1367
2097
</varlistentry>
1368
-
<varlistentry xml:id="constant.curlauth-anysafe">
2098
+
<varlistentry xml:id="constant.curlpx-reply-network-unreachable">
1369
2099
<term>
1370
-
<constant>CURLAUTH_ANYSAFE</constant>
1371
-
(<type>integer</type>)
2100
+
<constant>CURLPX_REPLY_NETWORK_UNREACHABLE</constant>
2101
+
(<type>int</type>)
1372
2102
</term>
1373
2103
<listitem>
1374
2104
<simpara>
1375
-
2105
+
Available as of PHP 8.2.0 and cURL 7.73.0
1376
2106
</simpara>
1377
2107
</listitem>
1378
2108
</varlistentry>
1379
-
<varlistentry xml:id="constant.curlopt-proxyauth">
2109
+
<varlistentry xml:id="constant.curlpx-reply-not-allowed">
1380
2110
<term>
1381
-
<constant>CURLOPT_PROXYAUTH</constant>
1382
-
(<type>integer</type>)
2111
+
<constant>CURLPX_REPLY_NOT_ALLOWED</constant>
2112
+
(<type>int</type>)
1383
2113
</term>
1384
2114
<listitem>
1385
2115
<simpara>
1386
-
2116
+
Available as of PHP 8.2.0 and cURL 7.73.0
1387
2117
</simpara>
1388
2118
</listitem>
1389
2119
</varlistentry>
1390
-
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">
2120
+
<varlistentry xml:id="constant.curlpx-reply-ttl-expired">
1391
2121
<term>
1392
-
<constant>CURLOPT_MAX_RECV_SPEED_LARGE</constant>
1393
-
(<type>integer</type>)
2122
+
<constant>CURLPX_REPLY_TTL_EXPIRED</constant>
2123
+
(<type>int</type>)
1394
2124
</term>
1395
2125
<listitem>
1396
2126
<simpara>
1397
-
Available since PHP 5.4.0 and cURL 7.15.5
2127
+
Available as of PHP 8.2.0 and cURL 7.73.0
1398
2128
</simpara>
1399
2129
</listitem>
1400
2130
</varlistentry>
1401
-
<varlistentry xml:id="constant.curlopt-max-send-speed-large">
2131
+
<varlistentry xml:id="constant.curlpx-reply-unassigned">
1402
2132
<term>
1403
-
<constant>CURLOPT_MAX_SEND_SPEED_LARGE</constant>
1404
-
(<type>integer</type>)
2133
+
<constant>CURLPX_REPLY_UNASSIGNED</constant>
2134
+
(<type>int</type>)
1405
2135
</term>
1406
2136
<listitem>
1407
2137
<simpara>
1408
-
Available since PHP 5.4.0 and cURL 7.15.5
2138
+
Available as of PHP 8.2.0 and cURL 7.73.0
1409
2139
</simpara>
1410
2140
</listitem>
1411
2141
</varlistentry>
1412
-
<varlistentry xml:id="constant.curlopt-headeropt">
2142
+
<varlistentry xml:id="constant.curlpx-request-failed">
1413
2143
<term>
1414
-
<constant>CURLOPT_HEADEROPT</constant>
1415
-
(<type>integer</type>)
2144
+
<constant>CURLPX_REQUEST_FAILED</constant>
2145
+
(<type>int</type>)
1416
2146
</term>
1417
2147
<listitem>
1418
2148
<simpara>
1419
-
Available since PHP 7.0.7 and cURL 7.37.0
2149
+
Available as of PHP 8.2.0 and cURL 7.73.0
1420
2150
</simpara>
1421
2151
</listitem>
1422
2152
</varlistentry>
1423
-
<varlistentry xml:id="constant.curlopt-proxyheader">
2153
+
<varlistentry xml:id="constant.curlpx-resolve-host">
1424
2154
<term>
1425
-
<constant>CURLOPT_PROXYHEADER</constant>
1426
-
(<type>integer</type>)
2155
+
<constant>CURLPX_RESOLVE_HOST</constant>
2156
+
(<type>int</type>)
1427
2157
</term>
1428
2158
<listitem>
1429
2159
<simpara>
1430
-
Available since PHP 7.0.7 and cURL 7.37.0
2160
+
Available as of PHP 8.2.0 and cURL 7.73.0
1431
2161
</simpara>
1432
2162
</listitem>
1433
2163
</varlistentry>
1434
-
<varlistentry xml:id="constant.curlclosepolicy-least-recently-used">
2164
+
<varlistentry xml:id="constant.curlpx-send-auth">
1435
2165
<term>
1436
-
<constant>CURLCLOSEPOLICY_LEAST_RECENTLY_USED</constant>
1437
-
(<type>integer</type>)
2166
+
<constant>CURLPX_SEND_AUTH</constant>
2167
+
(<type>int</type>)
1438
2168
</term>
1439
2169
<listitem>
1440
2170
<simpara>
1441
-
Removed in PHP 5.6.0.
2171
+
Available as of PHP 8.2.0 and cURL 7.73.0
1442
2172
</simpara>
1443
2173
</listitem>
1444
2174
</varlistentry>
1445
-
<varlistentry xml:id="constant.curlclosepolicy-least-traffic">
2175
+
<varlistentry xml:id="constant.curlpx-send-connect">
1446
2176
<term>
1447
-
<constant>CURLCLOSEPOLICY_LEAST_TRAFFIC</constant>
1448
-
(<type>integer</type>)
2177
+
<constant>CURLPX_SEND_CONNECT</constant>
2178
+
(<type>int</type>)
1449
2179
</term>
1450
2180
<listitem>
1451
2181
<simpara>
1452
-
Removed in PHP 5.6.0.
2182
+
Available as of PHP 8.2.0 and cURL 7.73.0
1453
2183
</simpara>
1454
2184
</listitem>
1455
2185
</varlistentry>
1456
-
<varlistentry xml:id="constant.curlclosepolicy-slowest">
2186
+
<varlistentry xml:id="constant.curlpx-send-request">
1457
2187
<term>
1458
-
<constant>CURLCLOSEPOLICY_SLOWEST</constant>
1459
-
(<type>integer</type>)
2188
+
<constant>CURLPX_SEND_REQUEST</constant>
2189
+
(<type>int</type>)
1460
2190
</term>
1461
2191
<listitem>
1462
2192
<simpara>
1463
-
Removed in PHP 5.6.0.
2193
+
Available as of PHP 8.2.0 and cURL 7.73.0
1464
2194
</simpara>
1465
2195
</listitem>
1466
2196
</varlistentry>
1467
-
<varlistentry xml:id="constant.curlclosepolicy-callback">
2197
+
<varlistentry xml:id="constant.curlpx-unknown-fail">
1468
2198
<term>
1469
-
<constant>CURLCLOSEPOLICY_CALLBACK</constant>
1470
-
(<type>integer</type>)
2199
+
<constant>CURLPX_UNKNOWN_FAIL</constant>
2200
+
(<type>int</type>)
1471
2201
</term>
1472
2202
<listitem>
1473
2203
<simpara>
1474
-
Removed in PHP 5.6.0.
2204
+
Available as of PHP 8.2.0 and cURL 7.73.0
1475
2205
</simpara>
1476
2206
</listitem>
1477
2207
</varlistentry>
1478
-
<varlistentry xml:id="constant.curlclosepolicy-oldest">
2208
+
<varlistentry xml:id="constant.curlpx-unknown-mode">
1479
2209
<term>
1480
-
<constant>CURLCLOSEPOLICY_OLDEST</constant>
1481
-
(<type>integer</type>)
2210
+
<constant>CURLPX_UNKNOWN_MODE</constant>
2211
+
(<type>int</type>)
1482
2212
</term>
1483
2213
<listitem>
1484
2214
<simpara>
1485
-
Removed in PHP 5.6.0.
2215
+
Available as of PHP 8.2.0 and cURL 7.73.0
1486
2216
</simpara>
1487
2217
</listitem>
1488
2218
</varlistentry>
1489
-
<varlistentry xml:id="constant.curlinfo-private">
2219
+
<varlistentry xml:id="constant.curlpx-user-rejected">
1490
2220
<term>
1491
-
<constant>CURLINFO_PRIVATE</constant>
1492
-
(<type>integer</type>)
2221
+
<constant>CURLPX_USER_REJECTED</constant>
2222
+
(<type>int</type>)
1493
2223
</term>
1494
2224
<listitem>
1495
2225
<simpara>
1496
-
Available since PHP 5.2.4
2226
+
Available as of PHP 8.2.0 and cURL 7.73.0
1497
2227
</simpara>
1498
2228
</listitem>
1499
2229
</varlistentry>
1500
-
<varlistentry xml:id="constant.curlinfo-effective-url">
2230
+
<varlistentry xml:id="constant.curlinfo-referer">
1501
2231
<term>
1502
-
<constant>CURLINFO_EFFECTIVE_URL</constant>
1503
-
(<type>integer</type>)
2232
+
<constant>CURLINFO_REFERER</constant>
2233
+
(<type>int</type>)
1504
2234
</term>
1505
2235
<listitem>
1506
2236
<simpara>
1507
-
2237
+
Available as of PHP 8.2.0 and cURL 7.76.0
1508
2238
</simpara>
1509
2239
</listitem>
1510
2240
</varlistentry>
1511
-
<varlistentry xml:id="constant.curlinfo-http-code">
2241
+
<varlistentry xml:id="constant.curlinfo-response-code">
1512
2242
<term>
1513
-
<constant>CURLINFO_HTTP_CODE</constant>
1514
-
(<type>integer</type>)
2243
+
<constant>CURLINFO_RESPONSE_CODE</constant>
2244
+
(<type>int</type>)
1515
2245
</term>
1516
2246
<listitem>
1517
2247
<simpara>
1518
-
As of PHP 5.5.0 and cURL 7.10.8, this is a legacy alias of
1519
-
<constant>CURLINFO_RESPONSE_CODE</constant>
2248
+
Available since cURL 7.10.8
1520
2249
</simpara>
1521
2250
</listitem>
1522
2251
</varlistentry>
1523
-
<varlistentry xml:id="constant.curlinfo-response-code">
2252
+
<varlistentry xml:id="constant.curlinfo-retry-after">
1524
2253
<term>
1525
-
<constant>CURLINFO_RESPONSE_CODE</constant>
1526
-
(<type>integer</type>)
2254
+
<constant>CURLINFO_RETRY_AFTER</constant>
2255
+
(<type>int</type>)
1527
2256
</term>
1528
2257
<listitem>
1529
2258
<simpara>
1530
-
Available since PHP 5.5.0 and cURL 7.10.8
2259
+
Available as of PHP 8.2.0 and cURL 7.66.0
1531
2260
</simpara>
1532
2261
</listitem>
1533
2262
</varlistentry>
1534
2263
<varlistentry xml:id="constant.curlinfo-header-out">
1535
2264
<term>
1536
2265
<constant>CURLINFO_HEADER_OUT</constant>
1537
-
(<type>integer</type>)
2266
+
(<type>int</type>)
1538
2267
</term>
1539
2268
<listitem>
1540
2269
<simpara>
1541
-
Available since PHP 5.1.3
2270
+

1542
2271
</simpara>
1543
2272
</listitem>
1544
2273
</varlistentry>
1545
2274
<varlistentry xml:id="constant.curlinfo-header-size">
1546
2275
<term>
1547
2276
<constant>CURLINFO_HEADER_SIZE</constant>
1548
-
(<type>integer</type>)
2277
+
(<type>int</type>)
1549
2278
</term>
1550
2279
<listitem>
1551
2280
<simpara>
...
...
@@ -1556,7 +2285,7 @@
1556
2285
<varlistentry xml:id="constant.curlinfo-request-size">
1557
2286
<term>
1558
2287
<constant>CURLINFO_REQUEST_SIZE</constant>
1559
-
(<type>integer</type>)
2288
+
(<type>int</type>)
1560
2289
</term>
1561
2290
<listitem>
1562
2291
<simpara>
...
...
@@ -1567,7 +2296,7 @@
1567
2296
<varlistentry xml:id="constant.curlinfo-total-time">
1568
2297
<term>
1569
2298
<constant>CURLINFO_TOTAL_TIME</constant>
1570
-
(<type>integer</type>)
2299
+
(<type>int</type>)
1571
2300
</term>
1572
2301
<listitem>
1573
2302
<simpara>
...
...
@@ -1578,7 +2307,7 @@
1578
2307
<varlistentry xml:id="constant.curlinfo-namelookup-time">
1579
2308
<term>
1580
2309
<constant>CURLINFO_NAMELOOKUP_TIME</constant>
1581
-
(<type>integer</type>)
2310
+
(<type>int</type>)
1582
2311
</term>
1583
2312
<listitem>
1584
2313
<simpara>
...
...
@@ -1586,10 +2315,32 @@
1586
2315
</simpara>
1587
2316
</listitem>
1588
2317
</varlistentry>
2318
+
<varlistentry xml:id="constant.curlinfo-cainfo">
2319
+
<term>
2320
+
<constant>CURLINFO_CAINFO</constant>
2321
+
(<type>int</type>)
2322
+
</term>
2323
+
<listitem>
2324
+
<simpara>
2325
+
Available as of PHP 8.3.0 and cURL 7.84.0
2326
+
</simpara>
2327
+
</listitem>
2328
+
</varlistentry>
2329
+
<varlistentry xml:id="constant.curlinfo-capath">
2330
+
<term>
2331
+
<constant>CURLINFO_CAPATH</constant>
2332
+
(<type>int</type>)
2333
+
</term>
2334
+
<listitem>
2335
+
<simpara>
2336
+
Available as of PHP 8.3.0 and cURL 7.84.0
2337
+
</simpara>
2338
+
</listitem>
2339
+
</varlistentry>
1589
2340
<varlistentry xml:id="constant.curlinfo-connect-time">
1590
2341
<term>
1591
2342
<constant>CURLINFO_CONNECT_TIME</constant>
1592
-
(<type>integer</type>)
2343
+
(<type>int</type>)
1593
2344
</term>
1594
2345
<listitem>
1595
2346
<simpara>
...
...
@@ -1600,7 +2351,7 @@
1600
2351
<varlistentry xml:id="constant.curlinfo-pretransfer-time">
1601
2352
<term>
1602
2353
<constant>CURLINFO_PRETRANSFER_TIME</constant>
1603
-
(<type>integer</type>)
2354
+
(<type>int</type>)
1604
2355
</term>
1605
2356
<listitem>
1606
2357
<simpara>
...
...
@@ -1611,7 +2362,7 @@
1611
2362
<varlistentry xml:id="constant.curlinfo-size-upload">
1612
2363
<term>
1613
2364
<constant>CURLINFO_SIZE_UPLOAD</constant>
1614
-
(<type>integer</type>)
2365
+
(<type>int</type>)
1615
2366
</term>
1616
2367
<listitem>
1617
2368
<simpara>
...
...
@@ -1622,7 +2373,7 @@
1622
2373
<varlistentry xml:id="constant.curlinfo-size-download">
1623
2374
<term>
1624
2375
<constant>CURLINFO_SIZE_DOWNLOAD</constant>
1625
-
(<type>integer</type>)
2376
+
(<type>int</type>)
1626
2377
</term>
1627
2378
<listitem>
1628
2379
<simpara>
...
...
@@ -1633,7 +2384,7 @@
1633
2384
<varlistentry xml:id="constant.curlinfo-speed-download">
1634
2385
<term>
1635
2386
<constant>CURLINFO_SPEED_DOWNLOAD</constant>
1636
-
(<type>integer</type>)
2387
+
(<type>int</type>)
1637
2388
</term>
1638
2389
<listitem>
1639
2390
<simpara>
...
...
@@ -1644,7 +2395,7 @@
1644
2395
<varlistentry xml:id="constant.curlinfo-speed-upload">
1645
2396
<term>
1646
2397
<constant>CURLINFO_SPEED_UPLOAD</constant>
1647
-
(<type>integer</type>)
2398
+
(<type>int</type>)
1648
2399
</term>
1649
2400
<listitem>
1650
2401
<simpara>
...
...
@@ -1655,7 +2406,7 @@
1655
2406
<varlistentry xml:id="constant.curlinfo-filetime">
1656
2407
<term>
1657
2408
<constant>CURLINFO_FILETIME</constant>
1658
-
(<type>integer</type>)
2409
+
(<type>int</type>)
1659
2410
</term>
1660
2411
<listitem>
1661
2412
<simpara>
...
...
@@ -1666,7 +2417,7 @@
1666
2417
<varlistentry xml:id="constant.curlinfo-ssl-verifyresult">
1667
2418
<term>
1668
2419
<constant>CURLINFO_SSL_VERIFYRESULT</constant>
1669
-
(<type>integer</type>)
2420
+
(<type>int</type>)
1670
2421
</term>
1671
2422
<listitem>
1672
2423
<simpara>
...
...
@@ -1677,7 +2428,7 @@
1677
2428
<varlistentry xml:id="constant.curlinfo-content-length-download">
1678
2429
<term>
1679
2430
<constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD</constant>
1680
-
(<type>integer</type>)
2431
+
(<type>int</type>)
1681
2432
</term>
1682
2433
<listitem>
1683
2434
<simpara>
...
...
@@ -1688,7 +2439,7 @@
1688
2439
<varlistentry xml:id="constant.curlinfo-content-length-upload">
1689
2440
<term>
1690
2441
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD</constant>
1691
-
(<type>integer</type>)
2442
+
(<type>int</type>)
1692
2443
</term>
1693
2444
<listitem>
1694
2445
<simpara>
...
...
@@ -1699,7 +2450,7 @@
1699
2450
<varlistentry xml:id="constant.curlinfo-starttransfer-time">
1700
2451
<term>
1701
2452
<constant>CURLINFO_STARTTRANSFER_TIME</constant>
1702
-
(<type>integer</type>)
2453
+
(<type>int</type>)
1703
2454
</term>
1704
2455
<listitem>
1705
2456
<simpara>
...
...
@@ -1710,7 +2461,7 @@
1710
2461
<varlistentry xml:id="constant.curlinfo-content-type">
1711
2462
<term>
1712
2463
<constant>CURLINFO_CONTENT_TYPE</constant>
1713
-
(<type>integer</type>)
2464
+
(<type>int</type>)
1714
2465
</term>
1715
2466
<listitem>
1716
2467
<simpara>
...
...
@@ -1721,7 +2472,7 @@
1721
2472
<varlistentry xml:id="constant.curlinfo-redirect-time">
1722
2473
<term>
1723
2474
<constant>CURLINFO_REDIRECT_TIME</constant>
1724
-
(<type>integer</type>)
2475
+
(<type>int</type>)
1725
2476
</term>
1726
2477
<listitem>
1727
2478
<simpara>
...
...
@@ -1732,7 +2483,7 @@
1732
2483
<varlistentry xml:id="constant.curlinfo-redirect-count">
1733
2484
<term>
1734
2485
<constant>CURLINFO_REDIRECT_COUNT</constant>
1735
-
(<type>integer</type>)
2486
+
(<type>int</type>)
1736
2487
</term>
1737
2488
<listitem>
1738
2489
<simpara>
...
...
@@ -1743,62 +2494,62 @@
1743
2494
<varlistentry xml:id="constant.curlinfo-redirect-url">
1744
2495
<term>
1745
2496
<constant>CURLINFO_REDIRECT_URL</constant>
1746
-
(<type>string</type>)
2497
+
(<type>int</type>)
1747
2498
</term>
1748
2499
<listitem>
1749
2500
<simpara>
1750
-
Available since PHP 5.3.7
2501
+

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

1762
2513
</simpara>
1763
2514
</listitem>
1764
2515
</varlistentry>
1765
2516
<varlistentry xml:id="constant.curlinfo-primary-port">
1766
2517
<term>
1767
2518
<constant>CURLINFO_PRIMARY_PORT</constant>
1768
-
(<type>integer</type>)
2519
+
(<type>int</type>)
1769
2520
</term>
1770
2521
<listitem>
1771
2522
<simpara>
1772
-
Available since PHP 5.4.7
2523
+

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

1784
2535
</simpara>
1785
2536
</listitem>
1786
2537
</varlistentry>
1787
2538
<varlistentry xml:id="constant.curlinfo-local-port">
1788
2539
<term>
1789
2540
<constant>CURLINFO_LOCAL_PORT</constant>
1790
-
(<type>integer</type>)
2541
+
(<type>int</type>)
1791
2542
</term>
1792
2543
<listitem>
1793
2544
<simpara>
1794
-
Available since PHP 5.4.7
2545
+

1795
2546
</simpara>
1796
2547
</listitem>
1797
2548
</varlistentry>
1798
2549
<varlistentry xml:id="constant.curl-push-ok">
1799
2550
<term>
1800
2551
<constant>CURL_PUSH_OK</constant>
1801
-
(<type>integer</type>)
2552
+
(<type>int</type>)
1802
2553
</term>
1803
2554
<listitem>
1804
2555
<simpara>
...
...
@@ -1809,7 +2560,7 @@
1809
2560
<varlistentry xml:id="constant.curl-push-deny">
1810
2561
<term>
1811
2562
<constant>CURL_PUSH_DENY</constant>
1812
-
(<type>integer</type>)
2563
+
(<type>int</type>)
1813
2564
</term>
1814
2565
<listitem>
1815
2566
<simpara>
...
...
@@ -1820,7 +2571,7 @@
1820
2571
<varlistentry xml:id="constant.curl-redir-post-301">
1821
2572
<term>
1822
2573
<constant>CURL_REDIR_POST_301</constant>
1823
-
(<type>integer</type>)
2574
+
(<type>int</type>)
1824
2575
</term>
1825
2576
<listitem>
1826
2577
<simpara>
...
...
@@ -1831,7 +2582,7 @@
1831
2582
<varlistentry xml:id="constant.curl-redir-post-302">
1832
2583
<term>
1833
2584
<constant>CURL_REDIR_POST_302</constant>
1834
-
(<type>integer</type>)
2585
+
(<type>int</type>)
1835
2586
</term>
1836
2587
<listitem>
1837
2588
<simpara>
...
...
@@ -1842,7 +2593,7 @@
1842
2593
<varlistentry xml:id="constant.curl-redir-post-303">
1843
2594
<term>
1844
2595
<constant>CURL_REDIR_POST_303</constant>
1845
-
(<type>integer</type>)
2596
+
(<type>int</type>)
1846
2597
</term>
1847
2598
<listitem>
1848
2599
<simpara>
...
...
@@ -1853,7 +2604,7 @@
1853
2604
<varlistentry xml:id="constant.curl-redir-post-all">
1854
2605
<term>
1855
2606
<constant>CURL_REDIR_POST_ALL</constant>
1856
-
(<type>integer</type>)
2607
+
(<type>int</type>)
1857
2608
</term>
1858
2609
<listitem>
1859
2610
<simpara>
...
...
@@ -1861,10 +2612,21 @@
1861
2612
</simpara>
1862
2613
</listitem>
1863
2614
</varlistentry>
2615
+
<varlistentry xml:id="constant.curl-timecond-none">
2616
+
<term>
2617
+
<constant>CURL_TIMECOND_NONE</constant>
2618
+
(<type>int</type>)
2619
+
</term>
2620
+
<listitem>
2621
+
<simpara>
2622
+

2623
+
</simpara>
2624
+
</listitem>
2625
+
</varlistentry>
1864
2626
<varlistentry xml:id="constant.curl-timecond-ifmodsince">
1865
2627
<term>
1866
2628
<constant>CURL_TIMECOND_IFMODSINCE</constant>
1867
-
(<type>integer</type>)
2629
+
(<type>int</type>)
1868
2630
</term>
1869
2631
<listitem>
1870
2632
<simpara>
...
...
@@ -1875,7 +2637,7 @@
1875
2637
<varlistentry xml:id="constant.curl-timecond-ifunmodsince">
1876
2638
<term>
1877
2639
<constant>CURL_TIMECOND_IFUNMODSINCE</constant>
1878
-
(<type>integer</type>)
2640
+
(<type>int</type>)
1879
2641
</term>
1880
2642
<listitem>
1881
2643
<simpara>
...
...
@@ -1886,7 +2648,7 @@
1886
2648
<varlistentry xml:id="constant.curl-timecond-lastmod">
1887
2649
<term>
1888
2650
<constant>CURL_TIMECOND_LASTMOD</constant>
1889
-
(<type>integer</type>)
2651
+
(<type>int</type>)
1890
2652
</term>
1891
2653
<listitem>
1892
2654
<simpara>
...
...
@@ -1897,7 +2659,7 @@
1897
2659
<varlistentry xml:id="constant.curl-version-altsvc">
1898
2660
<term>
1899
2661
<constant>CURL_VERSION_ALTSVC</constant>
1900
-
(<type>integer</type>)
2662
+
(<type>int</type>)
1901
2663
</term>
1902
2664
<listitem>
1903
2665
<simpara>
...
...
@@ -1908,10 +2670,11 @@
1908
2670
<varlistentry xml:id="constant.curl-version-asynchdns">
1909
2671
<term>
1910
2672
<constant>CURL_VERSION_ASYNCHDNS</constant>
1911
-
(<type>integer</type>)
2673
+
(<type>int</type>)
1912
2674
</term>
1913
2675
<listitem>
1914
2676
<simpara>
2677
+
Asynchronous DNS resolves.
1915
2678
Available since PHP 7.3.0 and cURL 7.10.7
1916
2679
</simpara>
1917
2680
</listitem>
...
...
@@ -1919,7 +2682,7 @@
1919
2682
<varlistentry xml:id="constant.curl-version-brotli">
1920
2683
<term>
1921
2684
<constant>CURL_VERSION_BROTLI</constant>
1922
-
(<type>integer</type>)
2685
+
(<type>int</type>)
1923
2686
</term>
1924
2687
<listitem>
1925
2688
<simpara>
...
...
@@ -1930,10 +2693,11 @@
1930
2693
<varlistentry xml:id="constant.curl-version-conv">
1931
2694
<term>
1932
2695
<constant>CURL_VERSION_CONV</constant>
1933
-
(<type>integer</type>)
2696
+
(<type>int</type>)
1934
2697
</term>
1935
2698
<listitem>
1936
2699
<simpara>
2700
+
Character conversions supported.
1937
2701
Available since PHP 7.3.0 and cURL 7.15.4
1938
2702
</simpara>
1939
2703
</listitem>
...
...
@@ -1941,10 +2705,11 @@
1941
2705
<varlistentry xml:id="constant.curl-version-curldebug">
1942
2706
<term>
1943
2707
<constant>CURL_VERSION_CURLDEBUG</constant>
1944
-
(<type>integer</type>)
2708
+
(<type>int</type>)
1945
2709
</term>
1946
2710
<listitem>
1947
2711
<simpara>
2712
+
Debug memory tracking supported.
1948
2713
Available since PHP 7.3.6 and cURL 7.19.6
1949
2714
</simpara>
1950
2715
</listitem>
...
...
@@ -1952,21 +2717,34 @@
1952
2717
<varlistentry xml:id="constant.curl-version-debug">
1953
2718
<term>
1954
2719
<constant>CURL_VERSION_DEBUG</constant>
1955
-
(<type>integer</type>)
2720
+
(<type>int</type>)
1956
2721
</term>
1957
2722
<listitem>
1958
2723
<simpara>
2724
+
Built with debug capabilities.
1959
2725
Available since PHP 7.3.0 and cURL 7.10.6
1960
2726
</simpara>
1961
2727
</listitem>
1962
2728
</varlistentry>
2729
+
<varlistentry xml:id="constant.curl-version-gsasl">
2730
+
<term>
2731
+
<constant>CURL_VERSION_GSASL</constant>
2732
+
(<type>int</type>)
2733
+
</term>
2734
+
<listitem>
2735
+
<simpara>
2736
+
Available as of PHP 8.2.0 and cURL 7.76.0
2737
+
</simpara>
2738
+
</listitem>
2739
+
</varlistentry>
1963
2740
<varlistentry xml:id="constant.curl-version-gssapi">
1964
2741
<term>
1965
2742
<constant>CURL_VERSION_GSSAPI</constant>
1966
-
(<type>integer</type>)
2743
+
(<type>int</type>)
1967
2744
</term>
1968
2745
<listitem>
1969
2746
<simpara>
2747
+
Built against a GSS-API library.
1970
2748
Available since PHP 7.3.0 and cURL 7.38.0
1971
2749
</simpara>
1972
2750
</listitem>
...
...
@@ -1974,21 +2752,34 @@
1974
2752
<varlistentry xml:id="constant.curl-version-gssnegotiate">
1975
2753
<term>
1976
2754
<constant>CURL_VERSION_GSSNEGOTIATE</constant>
1977
-
(<type>integer</type>)
2755
+
(<type>int</type>)
1978
2756
</term>
1979
2757
<listitem>
1980
2758
<simpara>
2759
+
Negotiate auth is supported.
1981
2760
Available since PHP 7.3.0 and cURL 7.10.6 (deprecated since 7.38.0)
1982
2761
</simpara>
1983
2762
</listitem>
1984
2763
</varlistentry>
2764
+
<varlistentry xml:id="constant.curl-version-hsts">
2765
+
<term>
2766
+
<constant>CURL_VERSION_HSTS</constant>
2767
+
(<type>int</type>)
2768
+
</term>
2769
+
<listitem>
2770
+
<simpara>
2771
+
Available as of PHP 8.2.0 and cURL 7.74.0
2772
+
</simpara>
2773
+
</listitem>
2774
+
</varlistentry>
1985
2775
<varlistentry xml:id="constant.curl-version-idn">
1986
2776
<term>
1987
2777
<constant>CURL_VERSION_IDN</constant>
1988
-
(<type>integer</type>)
2778
+
(<type>int</type>)
1989
2779
</term>
1990
2780
<listitem>
1991
2781
<simpara>
2782
+
Internationized Domain Names are supported.
1992
2783
Available since PHP 7.3.0 and cURL 7.12.0
1993
2784
</simpara>
1994
2785
</listitem>
...
...
@@ -1996,7 +2787,7 @@
1996
2787
<varlistentry xml:id="constant.curl-version-multi-ssl">
1997
2788
<term>
1998
2789
<constant>CURL_VERSION_MULTI_SSL</constant>
1999
-
(<type>integer</type>)
2790
+
(<type>int</type>)
2000
2791
</term>
2001
2792
<listitem>
2002
2793
<simpara>
...
...
@@ -2007,10 +2798,11 @@
2007
2798
<varlistentry xml:id="constant.curl-version-ntlm">
2008
2799
<term>
2009
2800
<constant>CURL_VERSION_NTLM</constant>
2010
-
(<type>integer</type>)
2801
+
(<type>int</type>)
2011
2802
</term>
2012
2803
<listitem>
2013
2804
<simpara>
2805
+
NTLM auth is supported.
2014
2806
Available since PHP 7.3.0 and cURL 7.10.6
2015
2807
</simpara>
2016
2808
</listitem>
...
...
@@ -2018,10 +2810,11 @@
2018
2810
<varlistentry xml:id="constant.curl-version-ntlm-wb">
2019
2811
<term>
2020
2812
<constant>CURL_VERSION_NTLM_WB</constant>
2021
-
(<type>integer</type>)
2813
+
(<type>int</type>)
2022
2814
</term>
2023
2815
<listitem>
2024
2816
<simpara>
2817
+
NTLM delegation to winbind helper is supported.
2025
2818
Available since PHP 7.3.0 and cURL 7.22.0
2026
2819
</simpara>
2027
2820
</listitem>
...
...
@@ -2029,32 +2822,33 @@
2029
2822
<varlistentry xml:id="constant.curl-version-ipv6">
2030
2823
<term>
2031
2824
<constant>CURL_VERSION_IPV6</constant>
2032
-
(<type>integer</type>)
2825
+
(<type>int</type>)
2033
2826
</term>
2034
2827
<listitem>
2035
2828
<simpara>
2036
-
2829
+
IPv6-enabled.
2037
2830
</simpara>
2038
2831
</listitem>
2039
2832
</varlistentry>
2040
2833
<varlistentry xml:id="constant.curl-version-kerberos4">
2041
2834
<term>
2042
2835
<constant>CURL_VERSION_KERBEROS4</constant>
2043
-
(<type>integer</type>)
2836
+
(<type>int</type>)
2044
2837
</term>
2045
2838
<listitem>
2046
2839
<simpara>
2047
-
2840
+
Kerberos V4 auth is supported.
2048
2841
</simpara>
2049
2842
</listitem>
2050
2843
</varlistentry>
2051
2844
<varlistentry xml:id="constant.curl-version-kerberos5">
2052
2845
<term>
2053
2846
<constant>CURL_VERSION_KERBEROS5</constant>
2054
-
(<type>integer</type>)
2847
+
(<type>int</type>)
2055
2848
</term>
2056
2849
<listitem>
2057
2850
<simpara>
2851
+
Kerberos V5 auth is supported.
2058
2852
Available since PHP 7.0.7 and cURL 7.40.0
2059
2853
</simpara>
2060
2854
</listitem>
...
...
@@ -2062,21 +2856,46 @@
2062
2856
<varlistentry xml:id="constant.curl-version-http2">
2063
2857
<term>
2064
2858
<constant>CURL_VERSION_HTTP2</constant>
2065
-
(<type>integer</type>)
2859
+
(<type>int</type>)
2860
+
</term>
2861
+
<listitem>
2862
+
<simpara>
2863
+
HTTP2 support built-in.
2864
+
Available since cURL 7.33.0
2865
+
</simpara>
2866
+
</listitem>
2867
+
</varlistentry>
2868
+
<varlistentry xml:id="constant.curl-version-http3">
2869
+
<term>
2870
+
<constant>CURL_VERSION_HTTP3</constant>
2871
+
(<type>int</type>)
2066
2872
</term>
2067
2873
<listitem>
2068
2874
<simpara>
2069
-
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
2875
+
Available as of PHP 8.2.0 and cURL 7.66.0
2876
+
</simpara>
2877
+
</listitem>
2878
+
</varlistentry>
2879
+
<varlistentry xml:id="constant.curl-version-largefile">
2880
+
<term>
2881
+
<constant>CURL_VERSION_LARGEFILE</constant>
2882
+
(<type>int</type>)
2883
+
</term>
2884
+
<listitem>
2885
+
<simpara>
2886
+
Supports files larger than 2GB.
2887
+
Available since cURL 7.33.0
2070
2888
</simpara>
2071
2889
</listitem>
2072
2890
</varlistentry>
2073
2891
<varlistentry xml:id="constant.curl-version-psl">
2074
2892
<term>
2075
2893
<constant>CURL_VERSION_PSL</constant>
2076
-
(<type>integer</type>)
2894
+
(<type>int</type>)
2077
2895
</term>
2078
2896
<listitem>
2079
2897
<simpara>
2898
+
Mozilla's Public Suffix List, used for cookie domain verification.
2080
2899
Available since PHP 7.3.6 and cURL 7.47.0
2081
2900
</simpara>
2082
2901
</listitem>
...
...
@@ -2084,10 +2903,11 @@
2084
2903
<varlistentry xml:id="constant.curl-version-spnego">
2085
2904
<term>
2086
2905
<constant>CURL_VERSION_SPNEGO</constant>
2087
-
(<type>integer</type>)
2906
+
(<type>int</type>)
2088
2907
</term>
2089
2908
<listitem>
2090
2909
<simpara>
2910
+
SPNEGO auth is supported.
2091
2911
Available since PHP 7.3.0 and cURL 7.10.8
2092
2912
</simpara>
2093
2913
</listitem>
...
...
@@ -2095,10 +2915,11 @@
2095
2915
<varlistentry xml:id="constant.curl-version-sspi">
2096
2916
<term>
2097
2917
<constant>CURL_VERSION_SSPI</constant>
2098
-
(<type>integer</type>)
2918
+
(<type>int</type>)
2099
2919
</term>
2100
2920
<listitem>
2101
2921
<simpara>
2922
+
Built against Windows SSPI.
2102
2923
Available since PHP 7.3.0 and cURL 7.13.2
2103
2924
</simpara>
2104
2925
</listitem>
...
...
@@ -2106,51 +2927,75 @@
2106
2927
<varlistentry xml:id="constant.curl-version-ssl">
2107
2928
<term>
2108
2929
<constant>CURL_VERSION_SSL</constant>
2109
-
(<type>integer</type>)
2930
+
(<type>int</type>)
2110
2931
</term>
2111
2932
<listitem>
2112
2933
<simpara>
2113
-
2934
+
SSL options are present.
2114
2935
</simpara>
2115
2936
</listitem>
2116
2937
</varlistentry>
2117
2938
<varlistentry xml:id="constant.curl-version-tlsauth-srp">
2118
2939
<term>
2119
2940
<constant>CURL_VERSION_TLSAUTH_SRP</constant>
2120
-
(<type>integer</type>)
2941
+
(<type>int</type>)
2121
2942
</term>
2122
2943
<listitem>
2123
2944
<simpara>
2945
+
TLS-SRP auth is supported.
2124
2946
Available since PHP 7.3.0 and cURL 7.21.4
2125
2947
</simpara>
2126
2948
</listitem>
2127
2949
</varlistentry>
2950
+
<varlistentry xml:id="constant.curl-version-unicode">
2951
+
<term>
2952
+
<constant>CURL_VERSION_UNICODE</constant>
2953
+
(<type>int</type>)
2954
+
</term>
2955
+
<listitem>
2956
+
<simpara>
2957
+
Available as of PHP 8.2.0 and cURL 7.72.0
2958
+
</simpara>
2959
+
</listitem>
2960
+
</varlistentry>
2128
2961
<varlistentry xml:id="constant.curl-version-unix-sockets">
2129
2962
<term>
2130
2963
<constant>CURL_VERSION_UNIX_SOCKETS</constant>
2131
-
(<type>integer</type>)
2964
+
(<type>int</type>)
2132
2965
</term>
2133
2966
<listitem>
2134
2967
<simpara>
2968
+
Unix domain sockets support.
2135
2969
Available since PHP 7.0.7 and cURL 7.40.0
2136
2970
</simpara>
2137
2971
</listitem>
2138
2972
</varlistentry>
2973
+
<varlistentry xml:id="constant.curl-version-zstd">
2974
+
<term>
2975
+
<constant>CURL_VERSION_ZSTD</constant>
2976
+
(<type>int</type>)
2977
+
</term>
2978
+
<listitem>
2979
+
<simpara>
2980
+
Available as of PHP 8.2.0 and cURL 7.72.0
2981
+
</simpara>
2982
+
</listitem>
2983
+
</varlistentry>
2139
2984
<varlistentry xml:id="constant.curl-version-libz">
2140
2985
<term>
2141
2986
<constant>CURL_VERSION_LIBZ</constant>
2142
-
(<type>integer</type>)
2987
+
(<type>int</type>)
2143
2988
</term>
2144
2989
<listitem>
2145
2990
<simpara>
2146
-
2991
+
libz features are present.
2147
2992
</simpara>
2148
2993
</listitem>
2149
2994
</varlistentry>
2150
2995
<varlistentry xml:id="constant.curlversion-now">
2151
2996
<term>
2152
2997
<constant>CURLVERSION_NOW</constant>
2153
-
(<type>integer</type>)
2998
+
(<type>int</type>)
2154
2999
</term>
2155
3000
<listitem>
2156
3001
<simpara>
...
...
@@ -2161,7 +3006,7 @@
2161
3006
<varlistentry xml:id="constant.curle-ok">
2162
3007
<term>
2163
3008
<constant>CURLE_OK</constant>
2164
-
(<type>integer</type>)
3009
+
(<type>int</type>)
2165
3010
</term>
2166
3011
<listitem>
2167
3012
<simpara>
...
...
@@ -2172,7 +3017,7 @@
2172
3017
<varlistentry xml:id="constant.curle-unsupported-protocol">
2173
3018
<term>
2174
3019
<constant>CURLE_UNSUPPORTED_PROTOCOL</constant>
2175
-
(<type>integer</type>)
3020
+
(<type>int</type>)
2176
3021
</term>
2177
3022
<listitem>
2178
3023
<simpara>
...
...
@@ -2183,7 +3028,7 @@
2183
3028
<varlistentry xml:id="constant.curle-failed-init">
2184
3029
<term>
2185
3030
<constant>CURLE_FAILED_INIT</constant>
2186
-
(<type>integer</type>)
3031
+
(<type>int</type>)
2187
3032
</term>
2188
3033
<listitem>
2189
3034
<simpara>
...
...
@@ -2194,7 +3039,7 @@
2194
3039
<varlistentry xml:id="constant.curle-url-malformat">
2195
3040
<term>
2196
3041
<constant>CURLE_URL_MALFORMAT</constant>
2197
-
(<type>integer</type>)
3042
+
(<type>int</type>)
2198
3043
</term>
2199
3044
<listitem>
2200
3045
<simpara>
...
...
@@ -2205,7 +3050,7 @@
2205
3050
<varlistentry xml:id="constant.curle-url-malformat-user">
2206
3051
<term>
2207
3052
<constant>CURLE_URL_MALFORMAT_USER</constant>
2208
-
(<type>integer</type>)
3053
+
(<type>int</type>)
2209
3054
</term>
2210
3055
<listitem>
2211
3056
<simpara>
...
...
@@ -2216,7 +3061,7 @@
2216
3061
<varlistentry xml:id="constant.curle-couldnt-resolve-proxy">
2217
3062
<term>
2218
3063
<constant>CURLE_COULDNT_RESOLVE_PROXY</constant>
2219
-
(<type>integer</type>)
3064
+
(<type>int</type>)
2220
3065
</term>
2221
3066
<listitem>
2222
3067
<simpara>
...
...
@@ -2227,7 +3072,7 @@
2227
3072
<varlistentry xml:id="constant.curle-couldnt-resolve-host">
2228
3073
<term>
2229
3074
<constant>CURLE_COULDNT_RESOLVE_HOST</constant>
2230
-
(<type>integer</type>)
3075
+
(<type>int</type>)
2231
3076
</term>
2232
3077
<listitem>
2233
3078
<simpara>
...
...
@@ -2238,7 +3083,7 @@
2238
3083
<varlistentry xml:id="constant.curle-couldnt-connect">
2239
3084
<term>
2240
3085
<constant>CURLE_COULDNT_CONNECT</constant>
2241
-
(<type>integer</type>)
3086
+
(<type>int</type>)
2242
3087
</term>
2243
3088
<listitem>
2244
3089
<simpara>
...
...
@@ -2249,7 +3094,7 @@
2249
3094
<varlistentry xml:id="constant.curle-ftp-weird-server-reply">
2250
3095
<term>
2251
3096
<constant>CURLE_FTP_WEIRD_SERVER_REPLY</constant>
2252
-
(<type>integer</type>)
3097
+
(<type>int</type>)
2253
3098
</term>
2254
3099
<listitem>
2255
3100
<simpara>
...
...
@@ -2260,7 +3105,7 @@
2260
3105
<varlistentry xml:id="constant.curle-ftp-access-denied">
2261
3106
<term>
2262
3107
<constant>CURLE_FTP_ACCESS_DENIED</constant>
2263
-
(<type>integer</type>)
3108
+
(<type>int</type>)
2264
3109
</term>
2265
3110
<listitem>
2266
3111
<simpara>
...
...
@@ -2271,7 +3116,7 @@
2271
3116
<varlistentry xml:id="constant.curle-ftp-user-password-incorrect">
2272
3117
<term>
2273
3118
<constant>CURLE_FTP_USER_PASSWORD_INCORRECT</constant>
2274
-
(<type>integer</type>)
3119
+
(<type>int</type>)
2275
3120
</term>
2276
3121
<listitem>
2277
3122
<simpara>
...
...
@@ -2282,7 +3127,7 @@
2282
3127
<varlistentry xml:id="constant.curle-ftp-weird-pass-reply">
2283
3128
<term>
2284
3129
<constant>CURLE_FTP_WEIRD_PASS_REPLY</constant>
2285
-
(<type>integer</type>)
3130
+
(<type>int</type>)
2286
3131
</term>
2287
3132
<listitem>
2288
3133
<simpara>
...
...
@@ -2293,7 +3138,7 @@
2293
3138
<varlistentry xml:id="constant.curle-ftp-weird-user-reply">
2294
3139
<term>
2295
3140
<constant>CURLE_FTP_WEIRD_USER_REPLY</constant>
2296
-
(<type>integer</type>)
3141
+
(<type>int</type>)
2297
3142
</term>
2298
3143
<listitem>
2299
3144
<simpara>
...
...
@@ -2304,7 +3149,7 @@
2304
3149
<varlistentry xml:id="constant.curle-ftp-weird-pasv-reply">
2305
3150
<term>
2306
3151
<constant>CURLE_FTP_WEIRD_PASV_REPLY</constant>
2307
-
(<type>integer</type>)
3152
+
(<type>int</type>)
2308
3153
</term>
2309
3154
<listitem>
2310
3155
<simpara>
...
...
@@ -2315,7 +3160,7 @@
2315
3160
<varlistentry xml:id="constant.curle-ftp-weird-227-format">
2316
3161
<term>
2317
3162
<constant>CURLE_FTP_WEIRD_227_FORMAT</constant>
2318
-
(<type>integer</type>)
3163
+
(<type>int</type>)
2319
3164
</term>
2320
3165
<listitem>
2321
3166
<simpara>
...
...
@@ -2326,7 +3171,7 @@
2326
3171
<varlistentry xml:id="constant.curle-ftp-cant-get-host">
2327
3172
<term>
2328
3173
<constant>CURLE_FTP_CANT_GET_HOST</constant>
2329
-
(<type>integer</type>)
3174
+
(<type>int</type>)
2330
3175
</term>
2331
3176
<listitem>
2332
3177
<simpara>
...
...
@@ -2337,7 +3182,7 @@
2337
3182
<varlistentry xml:id="constant.curle-ftp-cant-reconnect">
2338
3183
<term>
2339
3184
<constant>CURLE_FTP_CANT_RECONNECT</constant>
2340
-
(<type>integer</type>)
3185
+
(<type>int</type>)
2341
3186
</term>
2342
3187
<listitem>
2343
3188
<simpara>
...
...
@@ -2348,7 +3193,7 @@
2348
3193
<varlistentry xml:id="constant.curle-ftp-couldnt-set-binary">
2349
3194
<term>
2350
3195
<constant>CURLE_FTP_COULDNT_SET_BINARY</constant>
2351
-
(<type>integer</type>)
3196
+
(<type>int</type>)
2352
3197
</term>
2353
3198
<listitem>
2354
3199
<simpara>
...
...
@@ -2359,7 +3204,7 @@
2359
3204
<varlistentry xml:id="constant.curle-partial-file">
2360
3205
<term>
2361
3206
<constant>CURLE_PARTIAL_FILE</constant>
2362
-
(<type>integer</type>)
3207
+
(<type>int</type>)
2363
3208
</term>
2364
3209
<listitem>
2365
3210
<simpara>
...
...
@@ -2367,10 +3212,21 @@
2367
3212
</simpara>
2368
3213
</listitem>
2369
3214
</varlistentry>
3215
+
<varlistentry xml:id="constant.curle-proxy">
3216
+
<term>
3217
+
<constant>CURLE_PROXY</constant>
3218
+
(<type>int</type>)
3219
+
</term>
3220
+
<listitem>
3221
+
<simpara>
3222
+
Available as of PHP 8.2.0 and cURL 7.73.0
3223
+
</simpara>
3224
+
</listitem>
3225
+
</varlistentry>
2370
3226
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
2371
3227
<term>
2372
3228
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
2373
-
(<type>integer</type>)
3229
+
(<type>int</type>)
2374
3230
</term>
2375
3231
<listitem>
2376
3232
<simpara>
...
...
@@ -2381,7 +3237,7 @@
2381
3237
<varlistentry xml:id="constant.curle-ftp-write-error">
2382
3238
<term>
2383
3239
<constant>CURLE_FTP_WRITE_ERROR</constant>
2384
-
(<type>integer</type>)
3240
+
(<type>int</type>)
2385
3241
</term>
2386
3242
<listitem>
2387
3243
<simpara>
...
...
@@ -2392,7 +3248,7 @@
2392
3248
<varlistentry xml:id="constant.curle-ftp-quote-error">
2393
3249
<term>
2394
3250
<constant>CURLE_FTP_QUOTE_ERROR</constant>
2395
-
(<type>integer</type>)
3251
+
(<type>int</type>)
2396
3252
</term>
2397
3253
<listitem>
2398
3254
<simpara>
...
...
@@ -2403,7 +3259,7 @@
2403
3259
<varlistentry xml:id="constant.curle-http-not-found">
2404
3260
<term>
2405
3261
<constant>CURLE_HTTP_NOT_FOUND</constant>
2406
-
(<type>integer</type>)
3262
+
(<type>int</type>)
2407
3263
</term>
2408
3264
<listitem>
2409
3265
<simpara>
...
...
@@ -2414,7 +3270,7 @@
2414
3270
<varlistentry xml:id="constant.curle-write-error">
2415
3271
<term>
2416
3272
<constant>CURLE_WRITE_ERROR</constant>
2417
-
(<type>integer</type>)
3273
+
(<type>int</type>)
2418
3274
</term>
2419
3275
<listitem>
2420
3276
<simpara>
...
...
@@ -2425,7 +3281,7 @@
2425
3281
<varlistentry xml:id="constant.curle-malformat-user">
2426
3282
<term>
2427
3283
<constant>CURLE_MALFORMAT_USER</constant>
2428
-
(<type>integer</type>)
3284
+
(<type>int</type>)
2429
3285
</term>
2430
3286
<listitem>
2431
3287
<simpara>
...
...
@@ -2436,7 +3292,7 @@
2436
3292
<varlistentry xml:id="constant.curle-ftp-couldnt-stor-file">
2437
3293
<term>
2438
3294
<constant>CURLE_FTP_COULDNT_STOR_FILE</constant>
2439
-
(<type>integer</type>)
3295
+
(<type>int</type>)
2440
3296
</term>
2441
3297
<listitem>
2442
3298
<simpara>
...
...
@@ -2447,7 +3303,7 @@
2447
3303
<varlistentry xml:id="constant.curle-read-error">
2448
3304
<term>
2449
3305
<constant>CURLE_READ_ERROR</constant>
2450
-
(<type>integer</type>)
3306
+
(<type>int</type>)
2451
3307
</term>
2452
3308
<listitem>
2453
3309
<simpara>
...
...
@@ -2458,7 +3314,7 @@
2458
3314
<varlistentry xml:id="constant.curle-out-of-memory">
2459
3315
<term>
2460
3316
<constant>CURLE_OUT_OF_MEMORY</constant>
2461
-
(<type>integer</type>)
3317
+
(<type>int</type>)
2462
3318
</term>
2463
3319
<listitem>
2464
3320
<simpara>
...
...
@@ -2469,7 +3325,7 @@
2469
3325
<varlistentry xml:id="constant.curle-operation-timeouted">
2470
3326
<term>
2471
3327
<constant>CURLE_OPERATION_TIMEOUTED</constant>
2472
-
(<type>integer</type>)
3328
+
(<type>int</type>)
2473
3329
</term>
2474
3330
<listitem>
2475
3331
<simpara>
...
...
@@ -2480,7 +3336,7 @@
2480
3336
<varlistentry xml:id="constant.curle-ftp-couldnt-set-ascii">
2481
3337
<term>
2482
3338
<constant>CURLE_FTP_COULDNT_SET_ASCII</constant>
2483
-
(<type>integer</type>)
3339
+
(<type>int</type>)
2484
3340
</term>
2485
3341
<listitem>
2486
3342
<simpara>
...
...
@@ -2491,7 +3347,7 @@
2491
3347
<varlistentry xml:id="constant.curle-ftp-port-failed">
2492
3348
<term>
2493
3349
<constant>CURLE_FTP_PORT_FAILED</constant>
2494
-
(<type>integer</type>)
3350
+
(<type>int</type>)
2495
3351
</term>
2496
3352
<listitem>
2497
3353
<simpara>
...
...
@@ -2502,7 +3358,7 @@
2502
3358
<varlistentry xml:id="constant.curle-ftp-couldnt-use-rest">
2503
3359
<term>
2504
3360
<constant>CURLE_FTP_COULDNT_USE_REST</constant>
2505
-
(<type>integer</type>)
3361
+
(<type>int</type>)
2506
3362
</term>
2507
3363
<listitem>
2508
3364
<simpara>
...
...
@@ -2513,7 +3369,7 @@
2513
3369
<varlistentry xml:id="constant.curle-ftp-couldnt-get-size">
2514
3370
<term>
2515
3371
<constant>CURLE_FTP_COULDNT_GET_SIZE</constant>
2516
-
(<type>integer</type>)
3372
+
(<type>int</type>)
2517
3373
</term>
2518
3374
<listitem>
2519
3375
<simpara>
...
...
@@ -2524,7 +3380,7 @@
2524
3380
<varlistentry xml:id="constant.curle-http-range-error">
2525
3381
<term>
2526
3382
<constant>CURLE_HTTP_RANGE_ERROR</constant>
2527
-
(<type>integer</type>)
3383
+
(<type>int</type>)
2528
3384
</term>
2529
3385
<listitem>
2530
3386
<simpara>
...
...
@@ -2535,7 +3391,7 @@
2535
3391
<varlistentry xml:id="constant.curle-http-post-error">
2536
3392
<term>
2537
3393
<constant>CURLE_HTTP_POST_ERROR</constant>
2538
-
(<type>integer</type>)
3394
+
(<type>int</type>)
2539
3395
</term>
2540
3396
<listitem>
2541
3397
<simpara>
...
...
@@ -2546,7 +3402,7 @@
2546
3402
<varlistentry xml:id="constant.curle-ssl-connect-error">
2547
3403
<term>
2548
3404
<constant>CURLE_SSL_CONNECT_ERROR</constant>
2549
-
(<type>integer</type>)
3405
+
(<type>int</type>)
2550
3406
</term>
2551
3407
<listitem>
2552
3408
<simpara>
...
...
@@ -2557,7 +3413,7 @@
2557
3413
<varlistentry xml:id="constant.curle-ftp-bad-download-resume">
2558
3414
<term>
2559
3415
<constant>CURLE_FTP_BAD_DOWNLOAD_RESUME</constant>
2560
-
(<type>integer</type>)
3416
+
(<type>int</type>)
2561
3417
</term>
2562
3418
<listitem>
2563
3419
<simpara>
...
...
@@ -2568,7 +3424,7 @@
2568
3424
<varlistentry xml:id="constant.curle-file-couldnt-read-file">
2569
3425
<term>
2570
3426
<constant>CURLE_FILE_COULDNT_READ_FILE</constant>
2571
-
(<type>integer</type>)
3427
+
(<type>int</type>)
2572
3428
</term>
2573
3429
<listitem>
2574
3430
<simpara>
...
...
@@ -2579,7 +3435,7 @@
2579
3435
<varlistentry xml:id="constant.curle-ldap-cannot-bind">
2580
3436
<term>
2581
3437
<constant>CURLE_LDAP_CANNOT_BIND</constant>
2582
-
(<type>integer</type>)
3438
+
(<type>int</type>)
2583
3439
</term>
2584
3440
<listitem>
2585
3441
<simpara>
...
...
@@ -2590,7 +3446,7 @@
2590
3446
<varlistentry xml:id="constant.curle-ldap-search-failed">
2591
3447
<term>
2592
3448
<constant>CURLE_LDAP_SEARCH_FAILED</constant>
2593
-
(<type>integer</type>)
3449
+
(<type>int</type>)
2594
3450
</term>
2595
3451
<listitem>
2596
3452
<simpara>
...
...
@@ -2601,7 +3457,7 @@
2601
3457
<varlistentry xml:id="constant.curle-library-not-found">
2602
3458
<term>
2603
3459
<constant>CURLE_LIBRARY_NOT_FOUND</constant>
2604
-
(<type>integer</type>)
3460
+
(<type>int</type>)
2605
3461
</term>
2606
3462
<listitem>
2607
3463
<simpara>
...
...
@@ -2612,7 +3468,7 @@
2612
3468
<varlistentry xml:id="constant.curle-function-not-found">
2613
3469
<term>
2614
3470
<constant>CURLE_FUNCTION_NOT_FOUND</constant>
2615
-
(<type>integer</type>)
3471
+
(<type>int</type>)
2616
3472
</term>
2617
3473
<listitem>
2618
3474
<simpara>
...
...
@@ -2623,7 +3479,7 @@
2623
3479
<varlistentry xml:id="constant.curle-aborted-by-callback">
2624
3480
<term>
2625
3481
<constant>CURLE_ABORTED_BY_CALLBACK</constant>
2626
-
(<type>integer</type>)
3482
+
(<type>int</type>)
2627
3483
</term>
2628
3484
<listitem>
2629
3485
<simpara>
...
...
@@ -2634,7 +3490,7 @@
2634
3490
<varlistentry xml:id="constant.curle-bad-function-argument">
2635
3491
<term>
2636
3492
<constant>CURLE_BAD_FUNCTION_ARGUMENT</constant>
2637
-
(<type>integer</type>)
3493
+
(<type>int</type>)
2638
3494
</term>
2639
3495
<listitem>
2640
3496
<simpara>
...
...
@@ -2645,7 +3501,7 @@
2645
3501
<varlistentry xml:id="constant.curle-bad-calling-order">
2646
3502
<term>
2647
3503
<constant>CURLE_BAD_CALLING_ORDER</constant>
2648
-
(<type>integer</type>)
3504
+
(<type>int</type>)
2649
3505
</term>
2650
3506
<listitem>
2651
3507
<simpara>
...
...
@@ -2656,7 +3512,7 @@
2656
3512
<varlistentry xml:id="constant.curle-http-port-failed">
2657
3513
<term>
2658
3514
<constant>CURLE_HTTP_PORT_FAILED</constant>
2659
-
(<type>integer</type>)
3515
+
(<type>int</type>)
2660
3516
</term>
2661
3517
<listitem>
2662
3518
<simpara>
...
...
@@ -2667,7 +3523,7 @@
2667
3523
<varlistentry xml:id="constant.curle-bad-password-entered">
2668
3524
<term>
2669
3525
<constant>CURLE_BAD_PASSWORD_ENTERED</constant>
2670
-
(<type>integer</type>)
3526
+
(<type>int</type>)
2671
3527
</term>
2672
3528
<listitem>
2673
3529
<simpara>
...
...
@@ -2678,7 +3534,7 @@
2678
3534
<varlistentry xml:id="constant.curle-too-many-redirects">
2679
3535
<term>
2680
3536
<constant>CURLE_TOO_MANY_REDIRECTS</constant>
2681
-
(<type>integer</type>)
3537
+
(<type>int</type>)
2682
3538
</term>
2683
3539
<listitem>
2684
3540
<simpara>
...
...
@@ -2689,7 +3545,7 @@
2689
3545
<varlistentry xml:id="constant.curle-unknown-telnet-option">
2690
3546
<term>
2691
3547
<constant>CURLE_UNKNOWN_TELNET_OPTION</constant>
2692
-
(<type>integer</type>)
3548
+
(<type>int</type>)
2693
3549
</term>
2694
3550
<listitem>
2695
3551
<simpara>
...
...
@@ -2700,7 +3556,7 @@
2700
3556
<varlistentry xml:id="constant.curle-telnet-option-syntax">
2701
3557
<term>
2702
3558
<constant>CURLE_TELNET_OPTION_SYNTAX</constant>
2703
-
(<type>integer</type>)
3559
+
(<type>int</type>)
2704
3560
</term>
2705
3561
<listitem>
2706
3562
<simpara>
...
...
@@ -2711,7 +3567,7 @@
2711
3567
<varlistentry xml:id="constant.curle-obsolete">
2712
3568
<term>
2713
3569
<constant>CURLE_OBSOLETE</constant>
2714
-
(<type>integer</type>)
3570
+
(<type>int</type>)
2715
3571
</term>
2716
3572
<listitem>
2717
3573
<simpara>
...
...
@@ -2722,7 +3578,7 @@
2722
3578
<varlistentry xml:id="constant.curle-ssl-peer-certificate">
2723
3579
<term>
2724
3580
<constant>CURLE_SSL_PEER_CERTIFICATE</constant>
2725
-
(<type>integer</type>)
3581
+
(<type>int</type>)
2726
3582
</term>
2727
3583
<listitem>
2728
3584
<simpara>
...
...
@@ -2733,7 +3589,7 @@
2733
3589
<varlistentry xml:id="constant.curle-got-nothing">
2734
3590
<term>
2735
3591
<constant>CURLE_GOT_NOTHING</constant>
2736
-
(<type>integer</type>)
3592
+
(<type>int</type>)
2737
3593
</term>
2738
3594
<listitem>
2739
3595
<simpara>
...
...
@@ -2744,7 +3600,7 @@
2744
3600
<varlistentry xml:id="constant.curle-ssl-engine-notfound">
2745
3601
<term>
2746
3602
<constant>CURLE_SSL_ENGINE_NOTFOUND</constant>
2747
-
(<type>integer</type>)
3603
+
(<type>int</type>)
2748
3604
</term>
2749
3605
<listitem>
2750
3606
<simpara>
...
...
@@ -2755,7 +3611,7 @@
2755
3611
<varlistentry xml:id="constant.curle-ssl-engine-setfailed">
2756
3612
<term>
2757
3613
<constant>CURLE_SSL_ENGINE_SETFAILED</constant>
2758
-
(<type>integer</type>)
3614
+
(<type>int</type>)
2759
3615
</term>
2760
3616
<listitem>
2761
3617
<simpara>
...
...
@@ -2766,7 +3622,7 @@
2766
3622
<varlistentry xml:id="constant.curle-send-error">
2767
3623
<term>
2768
3624
<constant>CURLE_SEND_ERROR</constant>
2769
-
(<type>integer</type>)
3625
+
(<type>int</type>)
2770
3626
</term>
2771
3627
<listitem>
2772
3628
<simpara>
...
...
@@ -2777,7 +3633,7 @@
2777
3633
<varlistentry xml:id="constant.curle-recv-error">
2778
3634
<term>
2779
3635
<constant>CURLE_RECV_ERROR</constant>
2780
-
(<type>integer</type>)
3636
+
(<type>int</type>)
2781
3637
</term>
2782
3638
<listitem>
2783
3639
<simpara>
...
...
@@ -2788,7 +3644,7 @@
2788
3644
<varlistentry xml:id="constant.curle-share-in-use">
2789
3645
<term>
2790
3646
<constant>CURLE_SHARE_IN_USE</constant>
2791
-
(<type>integer</type>)
3647
+
(<type>int</type>)
2792
3648
</term>
2793
3649
<listitem>
2794
3650
<simpara>
...
...
@@ -2799,7 +3655,7 @@
2799
3655
<varlistentry xml:id="constant.curle-ssl-certproblem">
2800
3656
<term>
2801
3657
<constant>CURLE_SSL_CERTPROBLEM</constant>
2802
-
(<type>integer</type>)
3658
+
(<type>int</type>)
2803
3659
</term>
2804
3660
<listitem>
2805
3661
<simpara>
...
...
@@ -2810,7 +3666,7 @@
2810
3666
<varlistentry xml:id="constant.curle-ssl-cipher">
2811
3667
<term>
2812
3668
<constant>CURLE_SSL_CIPHER</constant>
2813
-
(<type>integer</type>)
3669
+
(<type>int</type>)
2814
3670
</term>
2815
3671
<listitem>
2816
3672
<simpara>
...
...
@@ -2821,7 +3677,7 @@
2821
3677
<varlistentry xml:id="constant.curle-ssl-cacert">
2822
3678
<term>
2823
3679
<constant>CURLE_SSL_CACERT</constant>
2824
-
(<type>integer</type>)
3680
+
(<type>int</type>)
2825
3681
</term>
2826
3682
<listitem>
2827
3683
<simpara>
...
...
@@ -2832,7 +3688,7 @@
2832
3688
<varlistentry xml:id="constant.curle-bad-content-encoding">
2833
3689
<term>
2834
3690
<constant>CURLE_BAD_CONTENT_ENCODING</constant>
2835
-
(<type>integer</type>)
3691
+
(<type>int</type>)
2836
3692
</term>
2837
3693
<listitem>
2838
3694
<simpara>
...
...
@@ -2843,7 +3699,7 @@
2843
3699
<varlistentry xml:id="constant.curle-ldap-invalid-url">
2844
3700
<term>
2845
3701
<constant>CURLE_LDAP_INVALID_URL</constant>
2846
-
(<type>integer</type>)
3702
+
(<type>int</type>)
2847
3703
</term>
2848
3704
<listitem>
2849
3705
<simpara>
...
...
@@ -2854,7 +3710,7 @@
2854
3710
<varlistentry xml:id="constant.curle-filesize-exceeded">
2855
3711
<term>
2856
3712
<constant>CURLE_FILESIZE_EXCEEDED</constant>
2857
-
(<type>integer</type>)
3713
+
(<type>int</type>)
2858
3714
</term>
2859
3715
<listitem>
2860
3716
<simpara>
...
...
@@ -2865,7 +3721,7 @@
2865
3721
<varlistentry xml:id="constant.curle-ftp-ssl-failed">
2866
3722
<term>
2867
3723
<constant>CURLE_FTP_SSL_FAILED</constant>
2868
-
(<type>integer</type>)
3724
+
(<type>int</type>)
2869
3725
</term>
2870
3726
<listitem>
2871
3727
<simpara>
...
...
@@ -2876,51 +3732,51 @@
2876
3732
<varlistentry xml:id="constant.curle-ssh">
2877
3733
<term>
2878
3734
<constant>CURLE_SSH</constant>
2879
-
(<type>integer</type>)
3735
+
(<type>int</type>)
2880
3736
</term>
2881
3737
<listitem>
2882
3738
<simpara>
2883
-
Available since PHP 5.3.0 and cURL 7.16.1.
3739
+
Available since cURL 7.16.1.
2884
3740
</simpara>
2885
3741
</listitem>
2886
3742
</varlistentry>
2887
3743
<varlistentry xml:id="constant.curlftpauth-default">
2888
3744
<term>
2889
3745
<constant>CURLFTPAUTH_DEFAULT</constant>
2890
-
(<type>integer</type>)
3746
+
(<type>int</type>)
2891
3747
</term>
2892
3748
<listitem>
2893
3749
<simpara>
2894
-
Available since PHP 5.1.0
3750
+

2895
3751
</simpara>
2896
3752
</listitem>
2897
3753
</varlistentry>
2898
3754
<varlistentry xml:id="constant.curlftpauth-ssl">
2899
3755
<term>
2900
3756
<constant>CURLFTPAUTH_SSL</constant>
2901
-
(<type>integer</type>)
3757
+
(<type>int</type>)
2902
3758
</term>
2903
3759
<listitem>
2904
3760
<simpara>
2905
-
Available since PHP 5.1.0
3761
+

2906
3762
</simpara>
2907
3763
</listitem>
2908
3764
</varlistentry>
2909
3765
<varlistentry xml:id="constant.curlftpauth-tls">
2910
3766
<term>
2911
3767
<constant>CURLFTPAUTH_TLS</constant>
2912
-
(<type>integer</type>)
3768
+
(<type>int</type>)
2913
3769
</term>
2914
3770
<listitem>
2915
3771
<simpara>
2916
-
Available since PHP 5.1.0
3772
+

2917
3773
</simpara>
2918
3774
</listitem>
2919
3775
</varlistentry>
2920
3776
<varlistentry xml:id="constant.curlproxy-http">
2921
3777
<term>
2922
3778
<constant>CURLPROXY_HTTP</constant>
2923
-
(<type>integer</type>)
3779
+
(<type>int</type>)
2924
3780
</term>
2925
3781
<listitem>
2926
3782
<simpara>
...
...
@@ -2931,7 +3787,7 @@
2931
3787
<varlistentry xml:id="constant.curlproxy-http-1-0">
2932
3788
<term>
2933
3789
<constant>CURLPROXY_HTTP_1_0</constant>
2934
-
(<type>integer</type>)
3790
+
(<type>int</type>)
2935
3791
</term>
2936
3792
<listitem>
2937
3793
<simpara>
...
...
@@ -2942,18 +3798,18 @@
2942
3798
<varlistentry xml:id="constant.curlproxy-socks4">
2943
3799
<term>
2944
3800
<constant>CURLPROXY_SOCKS4</constant>
2945
-
(<type>integer</type>)
3801
+
(<type>int</type>)
2946
3802
</term>
2947
3803
<listitem>
2948
3804
<simpara>
2949
-
Available since PHP 5.2.10 and cURL 7.10.
3805
+
Available since cURL 7.10.
2950
3806
</simpara>
2951
3807
</listitem>
2952
3808
</varlistentry>
2953
3809
<varlistentry xml:id="constant.curlproxy-socks5">
2954
3810
<term>
2955
3811
<constant>CURLPROXY_SOCKS5</constant>
2956
-
(<type>integer</type>)
3812
+
(<type>int</type>)
2957
3813
</term>
2958
3814
<listitem>
2959
3815
<simpara>
...
...
@@ -2964,7 +3820,7 @@
2964
3820
<varlistentry xml:id="constant.curl-netrc-optional">
2965
3821
<term>
2966
3822
<constant>CURL_NETRC_OPTIONAL</constant>
2967
-
(<type>integer</type>)
3823
+
(<type>int</type>)
2968
3824
</term>
2969
3825
<listitem>
2970
3826
<simpara>
...
...
@@ -2975,7 +3831,7 @@
2975
3831
<varlistentry xml:id="constant.curl-netrc-ignored">
2976
3832
<term>
2977
3833
<constant>CURL_NETRC_IGNORED</constant>
2978
-
(<type>integer</type>)
3834
+
(<type>int</type>)
2979
3835
</term>
2980
3836
<listitem>
2981
3837
<simpara>
...
...
@@ -2986,7 +3842,7 @@
2986
3842
<varlistentry xml:id="constant.curl-netrc-required">
2987
3843
<term>
2988
3844
<constant>CURL_NETRC_REQUIRED</constant>
2989
-
(<type>integer</type>)
3845
+
(<type>int</type>)
2990
3846
</term>
2991
3847
<listitem>
2992
3848
<simpara>
...
...
@@ -2997,7 +3853,7 @@
2997
3853
<varlistentry xml:id="constant.curl-http-version-none">
2998
3854
<term>
2999
3855
<constant>CURL_HTTP_VERSION_NONE</constant>
3000
-
(<type>integer</type>)
3856
+
(<type>int</type>)
3001
3857
</term>
3002
3858
<listitem>
3003
3859
<simpara>
...
...
@@ -3008,7 +3864,7 @@
3008
3864
<varlistentry xml:id="constant.curl-http-version-1-0">
3009
3865
<term>
3010
3866
<constant>CURL_HTTP_VERSION_1_0</constant>
3011
-
(<type>integer</type>)
3867
+
(<type>int</type>)
3012
3868
</term>
3013
3869
<listitem>
3014
3870
<simpara>
...
...
@@ -3019,7 +3875,7 @@
3019
3875
<varlistentry xml:id="constant.curl-http-version-1-1">
3020
3876
<term>
3021
3877
<constant>CURL_HTTP_VERSION_1_1</constant>
3022
-
(<type>integer</type>)
3878
+
(<type>int</type>)
3023
3879
</term>
3024
3880
<listitem>
3025
3881
<simpara>
...
...
@@ -3030,7 +3886,7 @@
3030
3886
<varlistentry xml:id="constant.curl-http-version-2">
3031
3887
<term>
3032
3888
<constant>CURL_HTTP_VERSION_2</constant>
3033
-
(<type>integer</type>)
3889
+
(<type>int</type>)
3034
3890
</term>
3035
3891
<listitem>
3036
3892
<simpara>
...
...
@@ -3041,18 +3897,18 @@
3041
3897
<varlistentry xml:id="constant.curl-http-version-2-0">
3042
3898
<term>
3043
3899
<constant>CURL_HTTP_VERSION_2_0</constant>
3044
-
(<type>integer</type>)
3900
+
(<type>int</type>)
3045
3901
</term>
3046
3902
<listitem>
3047
3903
<simpara>
3048
-
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
3904
+
Available since cURL 7.33.0
3049
3905
</simpara>
3050
3906
</listitem>
3051
3907
</varlistentry>
3052
3908
<varlistentry xml:id="constant.curl-http-version-2tls">
3053
3909
<term>
3054
3910
<constant>CURL_HTTP_VERSION_2TLS</constant>
3055
-
(<type>integer</type>)
3911
+
(<type>int</type>)
3056
3912
</term>
3057
3913
<listitem>
3058
3914
<simpara>
...
...
@@ -3063,7 +3919,7 @@
3063
3919
<varlistentry xml:id="constant.curl-http-version-2-prior-knowledge">
3064
3920
<term>
3065
3921
<constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>
3066
-
(<type>integer</type>)
3922
+
(<type>int</type>)
3067
3923
</term>
3068
3924
<listitem>
3069
3925
<simpara>
...
...
@@ -3074,7 +3930,7 @@
3074
3930
<varlistentry xml:id="constant.curlm-call-multi-perform">
3075
3931
<term>
3076
3932
<constant>CURLM_CALL_MULTI_PERFORM</constant>
3077
-
(<type>integer</type>)
3933
+
(<type>int</type>)
3078
3934
</term>
3079
3935
<listitem>
3080
3936
<simpara>
...
...
@@ -3085,7 +3941,7 @@
3085
3941
<varlistentry xml:id="constant.curlm-ok">
3086
3942
<term>
3087
3943
<constant>CURLM_OK</constant>
3088
-
(<type>integer</type>)
3944
+
(<type>int</type>)
3089
3945
</term>
3090
3946
<listitem>
3091
3947
<simpara>
...
...
@@ -3096,7 +3952,7 @@
3096
3952
<varlistentry xml:id="constant.curlm-bad-handle">
3097
3953
<term>
3098
3954
<constant>CURLM_BAD_HANDLE</constant>
3099
-
(<type>integer</type>)
3955
+
(<type>int</type>)
3100
3956
</term>
3101
3957
<listitem>
3102
3958
<simpara>
...
...
@@ -3107,7 +3963,7 @@
3107
3963
<varlistentry xml:id="constant.curlm-bad-easy-handle">
3108
3964
<term>
3109
3965
<constant>CURLM_BAD_EASY_HANDLE</constant>
3110
-
(<type>integer</type>)
3966
+
(<type>int</type>)
3111
3967
</term>
3112
3968
<listitem>
3113
3969
<simpara>
...
...
@@ -3118,7 +3974,7 @@
3118
3974
<varlistentry xml:id="constant.curlm-out-of-memory">
3119
3975
<term>
3120
3976
<constant>CURLM_OUT_OF_MEMORY</constant>
3121
-
(<type>integer</type>)
3977
+
(<type>int</type>)
3122
3978
</term>
3123
3979
<listitem>
3124
3980
<simpara>
...
...
@@ -3129,7 +3985,7 @@
3129
3985
<varlistentry xml:id="constant.curlm-internal-error">
3130
3986
<term>
3131
3987
<constant>CURLM_INTERNAL_ERROR</constant>
3132
-
(<type>integer</type>)
3988
+
(<type>int</type>)
3133
3989
</term>
3134
3990
<listitem>
3135
3991
<simpara>
...
...
@@ -3140,7 +3996,7 @@
3140
3996
<varlistentry xml:id="constant.curlmsg-done">
3141
3997
<term>
3142
3998
<constant>CURLMSG_DONE</constant>
3143
-
(<type>integer</type>)
3999
+
(<type>int</type>)
3144
4000
</term>
3145
4001
<listitem>
3146
4002
<simpara>
...
...
@@ -3151,7 +4007,7 @@
3151
4007
<varlistentry xml:id="constant.curlopt-keypasswd">
3152
4008
<term>
3153
4009
<constant>CURLOPT_KEYPASSWD</constant>
3154
-
(<type>integer</type>)
4010
+
(<type>int</type>)
3155
4011
</term>
3156
4012
<listitem>
3157
4013
<simpara>
...
...
@@ -3162,7 +4018,7 @@
3162
4018
<varlistentry xml:id="constant.curlopt-ssh-auth-types">
3163
4019
<term>
3164
4020
<constant>CURLOPT_SSH_AUTH_TYPES</constant>
3165
-
(<type>integer</type>)
4021
+
(<type>int</type>)
3166
4022
</term>
3167
4023
<listitem>
3168
4024
<simpara>
...
...
@@ -3173,7 +4029,7 @@
3173
4029
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-md5">
3174
4030
<term>
3175
4031
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_MD5</constant>
3176
-
(<type>integer</type>)
4032
+
(<type>int</type>)
3177
4033
</term>
3178
4034
<listitem>
3179
4035
<simpara>
...
...
@@ -3181,10 +4037,32 @@
3181
4037
</simpara>
3182
4038
</listitem>
3183
4039
</varlistentry>
4040
+
<varlistentry xml:id="constant.curlopt-ssh-host-public-key-sha256">
4041
+
<term>
4042
+
<constant>CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256</constant>
4043
+
(<type>int</type>)
4044
+
</term>
4045
+
<listitem>
4046
+
<simpara>
4047
+
Available as of PHP 8.2.0 and cURL 7.80.0
4048
+
</simpara>
4049
+
</listitem>
4050
+
</varlistentry>
4051
+
<varlistentry xml:id="constant.curlopt-ssh-hostkeyfunction">
4052
+
<term>
4053
+
<constant>CURLOPT_SSH_HOSTKEYFUNCTION</constant>
4054
+
(<type>int</type>)
4055
+
</term>
4056
+
<listitem>
4057
+
<simpara>
4058
+
Available as of PHP 8.3.0 and cURL 7.84.0
4059
+
</simpara>
4060
+
</listitem>
4061
+
</varlistentry>
3184
4062
<varlistentry xml:id="constant.curlopt-ssh-private-keyfile">
3185
4063
<term>
3186
4064
<constant>CURLOPT_SSH_PRIVATE_KEYFILE</constant>
3187
-
(<type>integer</type>)
4065
+
(<type>int</type>)
3188
4066
</term>
3189
4067
<listitem>
3190
4068
<simpara>
...
...
@@ -3195,7 +4073,7 @@
3195
4073
<varlistentry xml:id="constant.curlopt-ssh-public-keyfile">
3196
4074
<term>
3197
4075
<constant>CURLOPT_SSH_PUBLIC_KEYFILE</constant>
3198
-
(<type>integer</type>)
4076
+
(<type>int</type>)
3199
4077
</term>
3200
4078
<listitem>
3201
4079
<simpara>
...
...
@@ -3206,29 +4084,29 @@
3206
4084
<varlistentry xml:id="constant.curlopt-ssl-options">
3207
4085
<term>
3208
4086
<constant>CURLOPT_SSL_OPTIONS</constant>
3209
-
(<type>integer</type>)
4087
+
(<type>int</type>)
3210
4088
</term>
3211
4089
<listitem>
3212
4090
<simpara>
3213
-
Available since PHP 5.5.0 and cURL 7.25.0
4091
+
Available since cURL 7.25.0
3214
4092
</simpara>
3215
4093
</listitem>
3216
4094
</varlistentry>
3217
4095
<varlistentry xml:id="constant.curlsslopt-allow-beast">
3218
4096
<term>
3219
4097
<constant>CURLSSLOPT_ALLOW_BEAST</constant>
3220
-
(<type>integer</type>)
4098
+
(<type>int</type>)
3221
4099
</term>
3222
4100
<listitem>
3223
4101
<simpara>
3224
-
Available since PHP 5.5.0 and cURL 7.25.0
4102
+
Available since cURL 7.25.0
3225
4103
</simpara>
3226
4104
</listitem>
3227
4105
</varlistentry>
3228
4106
<varlistentry xml:id="constant.curlsslopt-no-revoke">
3229
4107
<term>
3230
4108
<constant>CURLSSLOPT_NO_REVOKE</constant>
3231
-
(<type>integer</type>)
4109
+
(<type>int</type>)
3232
4110
</term>
3233
4111
<listitem>
3234
4112
<simpara>
...
...
@@ -3236,21 +4114,76 @@
3236
4114
</simpara>
3237
4115
</listitem>
3238
4116
</varlistentry>
4117
+
<varlistentry xml:id="constant.curlsslopt-auto-client-cert">
4118
+
<term>
4119
+
<constant>CURLSSLOPT_AUTO_CLIENT_CERT</constant>
4120
+
(<type>int</type>)
4121
+
</term>
4122
+
<listitem>
4123
+
<simpara>
4124
+
Available as of PHP 8.2.0 and cURL 7.77.0
4125
+
</simpara>
4126
+
</listitem>
4127
+
</varlistentry>
4128
+
<varlistentry xml:id="constant.curlsslopt-native-ca">
4129
+
<term>
4130
+
<constant>CURLSSLOPT_NATIVE_CA</constant>
4131
+
(<type>int</type>)
4132
+
</term>
4133
+
<listitem>
4134
+
<simpara>
4135
+
Available as of PHP 8.2.0 and cURL 7.71.0
4136
+
</simpara>
4137
+
</listitem>
4138
+
</varlistentry>
4139
+
<varlistentry xml:id="constant.curlsslopt-no-partialchain">
4140
+
<term>
4141
+
<constant>CURLSSLOPT_NO_PARTIALCHAIN</constant>
4142
+
(<type>int</type>)
4143
+
</term>
4144
+
<listitem>
4145
+
<simpara>
4146
+
Available as of PHP 8.2.0 and cURL 7.68.0
4147
+
</simpara>
4148
+
</listitem>
4149
+
</varlistentry>
4150
+
<varlistentry xml:id="constant.curlsslopt-revoke-best-effort">
4151
+
<term>
4152
+
<constant>CURLSSLOPT_REVOKE_BEST_EFFORT</constant>
4153
+
(<type>int</type>)
4154
+
</term>
4155
+
<listitem>
4156
+
<simpara>
4157
+
Available as of PHP 8.2.0 and cURL 7.70.0
4158
+
</simpara>
4159
+
</listitem>
4160
+
</varlistentry>
3239
4161
<varlistentry xml:id="constant.curlopt-username">
3240
4162
<term>
3241
4163
<constant>CURLOPT_USERNAME</constant>
3242
-
(<type>integer</type>)
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>)
3243
4176
</term>
3244
4177
<listitem>
3245
4178
<simpara>
3246
-
Available since PHP 5.5.0 and cURL 7.19.1
4179
+
Available as of PHP 8.2.0 and cURL 7.66.0
3247
4180
</simpara>
3248
4181
</listitem>
3249
4182
</varlistentry>
3250
4183
<varlistentry xml:id="constant.curlopt-sasl-ir">
3251
4184
<term>
3252
4185
<constant>CURLOPT_SASL_IR</constant>
3253
-
(<type>integer</type>)
4186
+
(<type>int</type>)
3254
4187
</term>
3255
4188
<listitem>
3256
4189
<simpara>
...
...
@@ -3261,7 +4194,7 @@
3261
4194
<varlistentry xml:id="constant.curlopt-dns-interface">
3262
4195
<term>
3263
4196
<constant>CURLOPT_DNS_INTERFACE</constant>
3264
-
(<type>integer</type>)
4197
+
(<type>int</type>)
3265
4198
</term>
3266
4199
<listitem>
3267
4200
<simpara>
...
...
@@ -3272,7 +4205,7 @@
3272
4205
<varlistentry xml:id="constant.curlopt-dns-local-ip4">
3273
4206
<term>
3274
4207
<constant>CURLOPT_DNS_LOCAL_IP4</constant>
3275
-
(<type>integer</type>)
4208
+
(<type>int</type>)
3276
4209
</term>
3277
4210
<listitem>
3278
4211
<simpara>
...
...
@@ -3283,7 +4216,7 @@
3283
4216
<varlistentry xml:id="constant.curlopt-dns-local-ip6">
3284
4217
<term>
3285
4218
<constant>CURLOPT_DNS_LOCAL_IP6</constant>
3286
-
(<type>integer</type>)
4219
+
(<type>int</type>)
3287
4220
</term>
3288
4221
<listitem>
3289
4222
<simpara>
...
...
@@ -3294,7 +4227,7 @@
3294
4227
<varlistentry xml:id="constant.curlopt-xoauth2-bearer">
3295
4228
<term>
3296
4229
<constant>CURLOPT_XOAUTH2_BEARER</constant>
3297
-
(<type>integer</type>)
4230
+
(<type>int</type>)
3298
4231
</term>
3299
4232
<listitem>
3300
4233
<simpara>
...
...
@@ -3305,7 +4238,7 @@
3305
4238
<varlistentry xml:id="constant.curlopt-login-options">
3306
4239
<term>
3307
4240
<constant>CURLOPT_LOGIN_OPTIONS</constant>
3308
-
(<type>integer</type>)
4241
+
(<type>int</type>)
3309
4242
</term>
3310
4243
<listitem>
3311
4244
<simpara>
...
...
@@ -3316,7 +4249,7 @@
3316
4249
<varlistentry xml:id="constant.curlopt-expect-100-timeout-ms">
3317
4250
<term>
3318
4251
<constant>CURLOPT_EXPECT_100_TIMEOUT_MS</constant>
3319
-
(<type>integer</type>)
4252
+
(<type>int</type>)
3320
4253
</term>
3321
4254
<listitem>
3322
4255
<simpara>
...
...
@@ -3327,7 +4260,7 @@
3327
4260
<varlistentry xml:id="constant.curlopt-ssl-enable-alpn">
3328
4261
<term>
3329
4262
<constant>CURLOPT_SSL_ENABLE_ALPN</constant>
3330
-
(<type>integer</type>)
4263
+
(<type>int</type>)
3331
4264
</term>
3332
4265
<listitem>
3333
4266
<simpara>
...
...
@@ -3338,7 +4271,7 @@
3338
4271
<varlistentry xml:id="constant.curlopt-ssl-enable-npn">
3339
4272
<term>
3340
4273
<constant>CURLOPT_SSL_ENABLE_NPN</constant>
3341
-
(<type>integer</type>)
4274
+
(<type>int</type>)
3342
4275
</term>
3343
4276
<listitem>
3344
4277
<simpara>
...
...
@@ -3349,7 +4282,7 @@
3349
4282
<varlistentry xml:id="constant.curlopt-pinnedpublickey">
3350
4283
<term>
3351
4284
<constant>CURLOPT_PINNEDPUBLICKEY</constant>
3352
-
(<type>integer</type>)
4285
+
(<type>int</type>)
3353
4286
</term>
3354
4287
<listitem>
3355
4288
<simpara>
...
...
@@ -3357,10 +4290,10 @@
3357
4290
</simpara>
3358
4291
</listitem>
3359
4292
</varlistentry>
3360
-
<varlistentry xml:id="constant.curloptunix-socket-path">
4293
+
<varlistentry xml:id="constant.curlopt-unix-socket-path">
3361
4294
<term>
3362
4295
<constant>CURLOPT_UNIX_SOCKET_PATH</constant>
3363
-
(<type>integer</type>)
4296
+
(<type>int</type>)
3364
4297
</term>
3365
4298
<listitem>
3366
4299
<simpara>
...
...
@@ -3368,10 +4301,10 @@
3368
4301
</simpara>
3369
4302
</listitem>
3370
4303
</varlistentry>
3371
-
<varlistentry xml:id="constant.curlopt-verifystatus">
4304
+
<varlistentry xml:id="constant.curlopt-ssl-verifystatus">
3372
4305
<term>
3373
4306
<constant>CURLOPT_SSL_VERIFYSTATUS</constant>
3374
-
(<type>integer</type>)
4307
+
(<type>int</type>)
3375
4308
</term>
3376
4309
<listitem>
3377
4310
<simpara>
...
...
@@ -3382,7 +4315,7 @@
3382
4315
<varlistentry xml:id="constant.curlopt-path-as-is">
3383
4316
<term>
3384
4317
<constant>CURLOPT_PATH_AS_IS</constant>
3385
-
(<type>integer</type>)
4318
+
(<type>int</type>)
3386
4319
</term>
3387
4320
<listitem>
3388
4321
<simpara>
...
...
@@ -3393,7 +4326,7 @@
3393
4326
<varlistentry xml:id="constant.curlopt-ssl-falsestart">
3394
4327
<term>
3395
4328
<constant>CURLOPT_SSL_FALSESTART</constant>
3396
-
(<type>integer</type>)
4329
+
(<type>int</type>)
3397
4330
</term>
3398
4331
<listitem>
3399
4332
<simpara>
...
...
@@ -3404,7 +4337,7 @@
3404
4337
<varlistentry xml:id="constant.curlopt-pipewait">
3405
4338
<term>
3406
4339
<constant>CURLOPT_PIPEWAIT</constant>
3407
-
(<type>integer</type>)
4340
+
(<type>int</type>)
3408
4341
</term>
3409
4342
<listitem>
3410
4343
<simpara>
...
...
@@ -3412,10 +4345,21 @@
3412
4345
</simpara>
3413
4346
</listitem>
3414
4347
</varlistentry>
4348
+
<varlistentry xml:id="constant.curlopt-protocols-str">
4349
+
<term>
4350
+
<constant>CURLOPT_PROTOCOLS_STR</constant>
4351
+
(<type>int</type>)
4352
+
</term>
4353
+
<listitem>
4354
+
<simpara>
4355
+
Available as of PHP 8.3.0 and cURL 7.85.0
4356
+
</simpara>
4357
+
</listitem>
4358
+
</varlistentry>
3415
4359
<varlistentry xml:id="constant.curlopt-proxy-service-name">
3416
4360
<term>
3417
4361
<constant>CURLOPT_PROXY_SERVICE_NAME</constant>
3418
-
(<type>integer</type>)
4362
+
(<type>int</type>)
3419
4363
</term>
3420
4364
<listitem>
3421
4365
<simpara>
...
...
@@ -3426,7 +4370,7 @@
3426
4370
<varlistentry xml:id="constant.curlopt-service-name">
3427
4371
<term>
3428
4372
<constant>CURLOPT_SERVICE_NAME</constant>
3429
-
(<type>integer</type>)
4373
+
(<type>int</type>)
3430
4374
</term>
3431
4375
<listitem>
3432
4376
<simpara>
...
...
@@ -3437,7 +4381,7 @@
3437
4381
<varlistentry xml:id="constant.curlopt-default-protocol">
3438
4382
<term>
3439
4383
<constant>CURLOPT_DEFAULT_PROTOCOL</constant>
3440
-
(<type>integer</type>)
4384
+
(<type>int</type>)
3441
4385
</term>
3442
4386
<listitem>
3443
4387
<simpara>
...
...
@@ -3448,7 +4392,7 @@
3448
4392
<varlistentry xml:id="constant.curlopt-stream-weight">
3449
4393
<term>
3450
4394
<constant>CURLOPT_STREAM_WEIGHT</constant>
3451
-
(<type>integer</type>)
4395
+
(<type>int</type>)
3452
4396
</term>
3453
4397
<listitem>
3454
4398
<simpara>
...
...
@@ -3459,7 +4403,7 @@
3459
4403
<varlistentry xml:id="constant.curlopt-tftp-no-options">
3460
4404
<term>
3461
4405
<constant>CURLOPT_TFTP_NO_OPTIONS</constant>
3462
-
(<type>integer</type>)
4406
+
(<type>int</type>)
3463
4407
</term>
3464
4408
<listitem>
3465
4409
<simpara>
...
...
@@ -3470,7 +4414,7 @@
3470
4414
<varlistentry xml:id="constant.curlopt-connect-to">
3471
4415
<term>
3472
4416
<constant>CURLOPT_CONNECT_TO</constant>
3473
-
(<type>integer</type>)
4417
+
(<type>int</type>)
3474
4418
</term>
3475
4419
<listitem>
3476
4420
<simpara>
...
...
@@ -3481,7 +4425,7 @@
3481
4425
<varlistentry xml:id="constant.curlopt-tcp-fastopen">
3482
4426
<term>
3483
4427
<constant>CURLOPT_TCP_FASTOPEN</constant>
3484
-
(<type>integer</type>)
4428
+
(<type>int</type>)
3485
4429
</term>
3486
4430
<listitem>
3487
4431
<simpara>
...
...
@@ -3492,62 +4436,73 @@
3492
4436
<varlistentry xml:id="constant.curlopt-tcp-keepalive">
3493
4437
<term>
3494
4438
<constant>CURLOPT_TCP_KEEPALIVE</constant>
3495
-
(<type>integer</type>)
4439
+
(<type>int</type>)
3496
4440
</term>
3497
4441
<listitem>
3498
4442
<simpara>
3499
-
Available since PHP 5.5.0 and cURL 7.25.0
4443
+
Available since cURL 7.25.0
3500
4444
</simpara>
3501
4445
</listitem>
3502
4446
</varlistentry>
3503
4447
<varlistentry xml:id="constant.curlopt-tcp-keepidle">
3504
4448
<term>
3505
4449
<constant>CURLOPT_TCP_KEEPIDLE</constant>
3506
-
(<type>integer</type>)
4450
+
(<type>int</type>)
3507
4451
</term>
3508
4452
<listitem>
3509
4453
<simpara>
3510
-
Available since PHP 5.5.0 and cURL 7.25.0
4454
+
Available since cURL 7.25.0
3511
4455
</simpara>
3512
4456
</listitem>
3513
4457
</varlistentry>
3514
4458
<varlistentry xml:id="constant.curlopt-tcp-keepintvl">
3515
4459
<term>
3516
4460
<constant>CURLOPT_TCP_KEEPINTVL</constant>
3517
-
(<type>integer</type>)
4461
+
(<type>int</type>)
3518
4462
</term>
3519
4463
<listitem>
3520
4464
<simpara>
3521
-
Available since PHP 5.5.0 and cURL 7.25.0
4465
+
Available since cURL 7.25.0
3522
4466
</simpara>
3523
4467
</listitem>
3524
4468
</varlistentry>
3525
4469
<varlistentry xml:id="constant.curlmopt-pipelining">
3526
4470
<term>
3527
4471
<constant>CURLMOPT_PIPELINING</constant>
3528
-
(<type>integer</type>)
4472
+
(<type>int</type>)
3529
4473
</term>
3530
4474
<listitem>
3531
4475
<simpara>
3532
-
Available since PHP 5.5.0 and cURL 7.16.0.
4476
+
Available since cURL 7.16.0.
3533
4477
</simpara>
3534
4478
</listitem>
3535
4479
</varlistentry>
3536
4480
<varlistentry xml:id="constant.curlmopt-maxconnects">
3537
4481
<term>
3538
4482
<constant>CURLMOPT_MAXCONNECTS</constant>
3539
-
(<type>integer</type>)
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>)
3540
4495
</term>
3541
4496
<listitem>
3542
4497
<simpara>
3543
-
Available since PHP 5.5.0 and cURL 7.16.3.
4498
+
Available as of PHP 8.2.0 and cURL 7.67.0.
3544
4499
</simpara>
3545
4500
</listitem>
3546
4501
</varlistentry>
3547
4502
<varlistentry xml:id="constant.curlmopt-chunk-length-penalty-size">
3548
4503
<term>
3549
4504
<constant>CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE</constant>
3550
-
(<type>integer</type>)
4505
+
(<type>int</type>)
3551
4506
</term>
3552
4507
<listitem>
3553
4508
<simpara>
...
...
@@ -3558,7 +4513,7 @@
3558
4513
<varlistentry xml:id="constant.curlmopt-content-length-penalty-size">
3559
4514
<term>
3560
4515
<constant>CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE</constant>
3561
-
(<type>integer</type>)
4516
+
(<type>int</type>)
3562
4517
</term>
3563
4518
<listitem>
3564
4519
<simpara>
...
...
@@ -3569,7 +4524,7 @@
3569
4524
<varlistentry xml:id="constant.curlmopt-max-host-connections">
3570
4525
<term>
3571
4526
<constant>CURLMOPT_MAX_HOST_CONNECTIONS</constant>
3572
-
(<type>integer</type>)
4527
+
(<type>int</type>)
3573
4528
</term>
3574
4529
<listitem>
3575
4530
<simpara>
...
...
@@ -3580,7 +4535,7 @@
3580
4535
<varlistentry xml:id="constant.curlmopt-max-pipeline-length">
3581
4536
<term>
3582
4537
<constant>CURLMOPT_MAX_PIPELINE_LENGTH</constant>
3583
-
(<type>integer</type>)
4538
+
(<type>int</type>)
3584
4539
</term>
3585
4540
<listitem>
3586
4541
<simpara>
...
...
@@ -3591,7 +4546,7 @@
3591
4546
<varlistentry xml:id="constant.curlmopt-max-total-connections">
3592
4547
<term>
3593
4548
<constant>CURLMOPT_MAX_TOTAL_CONNECTIONS</constant>
3594
-
(<type>integer</type>)
4549
+
(<type>int</type>)
3595
4550
</term>
3596
4551
<listitem>
3597
4552
<simpara>
...
...
@@ -3602,7 +4557,7 @@
3602
4557
<varlistentry xml:id="constant.curlmopt-pushfunction">
3603
4558
<term>
3604
4559
<constant>CURLMOPT_PUSHFUNCTION</constant>
3605
-
(<type>integer</type>)
4560
+
(<type>int</type>)
3606
4561
</term>
3607
4562
<listitem>
3608
4563
<simpara>
...
...
@@ -3613,7 +4568,7 @@
3613
4568
<varlistentry xml:id="constant.curlssh-auth-agent">
3614
4569
<term>
3615
4570
<constant>CURLSSH_AUTH_AGENT</constant>
3616
-
(<type>integer</type>)
4571
+
(<type>int</type>)
3617
4572
</term>
3618
4573
<listitem>
3619
4574
<simpara>
...
...
@@ -3624,7 +4579,7 @@
3624
4579
<varlistentry xml:id="constant.curlssh-auth-any">
3625
4580
<term>
3626
4581
<constant>CURLSSH_AUTH_ANY</constant>
3627
-
(<type>integer</type>)
4582
+
(<type>int</type>)
3628
4583
</term>
3629
4584
<listitem>
3630
4585
<simpara>
...
...
@@ -3635,7 +4590,7 @@
3635
4590
<varlistentry xml:id="constant.curlssh-auth-default">
3636
4591
<term>
3637
4592
<constant>CURLSSH_AUTH_DEFAULT</constant>
3638
-
(<type>integer</type>)
4593
+
(<type>int</type>)
3639
4594
</term>
3640
4595
<listitem>
3641
4596
<simpara>
...
...
@@ -3646,7 +4601,7 @@
3646
4601
<varlistentry xml:id="constant.curlssh-auth-host">
3647
4602
<term>
3648
4603
<constant>CURLSSH_AUTH_HOST</constant>
3649
-
(<type>integer</type>)
4604
+
(<type>int</type>)
3650
4605
</term>
3651
4606
<listitem>
3652
4607
<simpara>
...
...
@@ -3657,7 +4612,7 @@
3657
4612
<varlistentry xml:id="constant.curlssh-auth-keyboard">
3658
4613
<term>
3659
4614
<constant>CURLSSH_AUTH_KEYBOARD</constant>
3660
-
(<type>integer</type>)
4615
+
(<type>int</type>)
3661
4616
</term>
3662
4617
<listitem>
3663
4618
<simpara>
...
...
@@ -3668,7 +4623,7 @@
3668
4623
<varlistentry xml:id="constant.curlssh-auth-none">
3669
4624
<term>
3670
4625
<constant>CURLSSH_AUTH_NONE</constant>
3671
-
(<type>integer</type>)
4626
+
(<type>int</type>)
3672
4627
</term>
3673
4628
<listitem>
3674
4629
<simpara>
...
...
@@ -3679,7 +4634,7 @@
3679
4634
<varlistentry xml:id="constant.curlssh-auth-password">
3680
4635
<term>
3681
4636
<constant>CURLSSH_AUTH_PASSWORD</constant>
3682
-
(<type>integer</type>)
4637
+
(<type>int</type>)
3683
4638
</term>
3684
4639
<listitem>
3685
4640
<simpara>
...
...
@@ -3690,7 +4645,7 @@
3690
4645
<varlistentry xml:id="constant.curlssh-auth-publickey">
3691
4646
<term>
3692
4647
<constant>CURLSSH_AUTH_PUBLICKEY</constant>
3693
-
(<type>integer</type>)
4648
+
(<type>int</type>)
3694
4649
</term>
3695
4650
<listitem>
3696
4651
<simpara>
...
...
@@ -3698,144 +4653,131 @@
3698
4653
</simpara>
3699
4654
</listitem>
3700
4655
</varlistentry>
3701
-
<varlistentry xml:id="constant.curl-wrappers-enabled">
3702
-
<term>
3703
-
<constant>CURL_WRAPPERS_ENABLED</constant>
3704
-
(<type>integer</type>)
3705
-
</term>
3706
-
<listitem>
3707
-
<simpara>
3708
-
Defined if PHP was configured with
3709
-
<option role="configure">--with-curlwrappers</option>.
3710
-
Moved to PECL in PHP 5.5.0.
3711
-
</simpara>
3712
-
</listitem>
3713
-
</varlistentry>
3714
4656
<varlistentry xml:id="constant.curlpause-all">
3715
4657
<term>
3716
4658
<constant>CURLPAUSE_ALL</constant>
3717
-
(<type>integer</type>)
4659
+
(<type>int</type>)
3718
4660
</term>
3719
4661
<listitem>
3720
4662
<simpara>
3721
-
Available since PHP 5.5.0 and cURL 7.18.0.
4663
+
Available since cURL 7.18.0.
3722
4664
</simpara>
3723
4665
</listitem>
3724
4666
</varlistentry>
3725
4667
<varlistentry xml:id="constant.curlpause-cont">
3726
4668
<term>
3727
4669
<constant>CURLPAUSE_CONT</constant>
3728
-
(<type>integer</type>)
4670
+
(<type>int</type>)
3729
4671
</term>
3730
4672
<listitem>
3731
4673
<simpara>
3732
-
Available since PHP 5.5.0 and cURL 7.18.0.
4674
+
Available since cURL 7.18.0.
3733
4675
</simpara>
3734
4676
</listitem>
3735
4677
</varlistentry>
3736
4678
<varlistentry xml:id="constant.curlpause-recv">
3737
4679
<term>
3738
4680
<constant>CURLPAUSE_RECV</constant>
3739
-
(<type>integer</type>)
4681
+
(<type>int</type>)
3740
4682
</term>
3741
4683
<listitem>
3742
4684
<simpara>
3743
-
Available since PHP 5.5.0 and cURL 7.18.0.
4685
+
Available since cURL 7.18.0.
3744
4686
</simpara>
3745
4687
</listitem>
3746
4688
</varlistentry>
3747
4689
<varlistentry xml:id="constant.curlpause-recv-cont">
3748
4690
<term>
3749
4691
<constant>CURLPAUSE_RECV_CONT</constant>
3750
-
(<type>integer</type>)
4692
+
(<type>int</type>)
3751
4693
</term>
3752
4694
<listitem>
3753
4695
<simpara>
3754
-
Available since PHP 5.5.0 and cURL 7.18.0.
4696
+
Available since cURL 7.18.0.
3755
4697
</simpara>
3756
4698
</listitem>
3757
4699
</varlistentry>
3758
4700
<varlistentry xml:id="constant.curlpause-send">
3759
4701
<term>
3760
4702
<constant>CURLPAUSE_SEND</constant>
3761
-
(<type>integer</type>)
4703
+
(<type>int</type>)
3762
4704
</term>
3763
4705
<listitem>
3764
4706
<simpara>
3765
-
Available since PHP 5.5.0 and cURL 7.18.0.
4707
+
Available since cURL 7.18.0.
3766
4708
</simpara>
3767
4709
</listitem>
3768
4710
</varlistentry>
3769
4711
<varlistentry xml:id="constant.curlpause-send-cont">
3770
4712
<term>
3771
4713
<constant>CURLPAUSE_SEND_CONT</constant>
3772
-
(<type>integer</type>)
4714
+
(<type>int</type>)
3773
4715
</term>
3774
4716
<listitem>
3775
4717
<simpara>
3776
-
Available since PHP 5.5.0 and cURL 7.18.0.
4718
+
Available since cURL 7.18.0.
3777
4719
</simpara>
3778
4720
</listitem>
3779
4721
</varlistentry>
3780
4722
<varlistentry xml:id="constant.curlpipe-nothing">
3781
4723
<term>
3782
4724
<constant>CURLPIPE_NOTHING</constant>
3783
-
(<type>integer</type>)
4725
+
(<type>int</type>)
3784
4726
</term>
3785
4727
<listitem>
3786
4728
<simpara>
3787
-
Available since PHP 7.0.0 and cURL 7.43.0.
4729
+
Available since cURL 7.43.0.
3788
4730
</simpara>
3789
4731
</listitem>
3790
4732
</varlistentry>
3791
4733
<varlistentry xml:id="constant.curlpipe-http1">
3792
4734
<term>
3793
4735
<constant>CURLPIPE_HTTP1</constant>
3794
-
(<type>integer</type>)
4736
+
(<type>int</type>)
3795
4737
</term>
3796
4738
<listitem>
3797
4739
<simpara>
3798
-
Available since PHP 7.0.0 and cURL 7.43.0.
4740
+
Available since cURL 7.43.0.
3799
4741
</simpara>
3800
4742
</listitem>
3801
4743
</varlistentry>
3802
4744
<varlistentry xml:id="constant.curlpipe-multiplex">
3803
4745
<term>
3804
4746
<constant>CURLPIPE_MULTIPLEX</constant>
3805
-
(<type>integer</type>)
4747
+
(<type>int</type>)
3806
4748
</term>
3807
4749
<listitem>
3808
4750
<simpara>
3809
-
Available since PHP 7.0.0 and cURL 7.43.0.
4751
+
Available since cURL 7.43.0.
3810
4752
</simpara>
3811
4753
</listitem>
3812
4754
</varlistentry>
3813
4755
<varlistentry xml:id="constant.curlproxy-socks4a">
3814
4756
<term>
3815
4757
<constant>CURLPROXY_SOCKS4A</constant>
3816
-
(<type>integer</type>)
4758
+
(<type>int</type>)
3817
4759
</term>
3818
4760
<listitem>
3819
4761
<simpara>
3820
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
4762
+
Available since cURL 7.18.0.
3821
4763
</simpara>
3822
4764
</listitem>
3823
4765
</varlistentry>
3824
4766
<varlistentry xml:id="constant.curlproxy-socks5-hostname">
3825
4767
<term>
3826
4768
<constant>CURLPROXY_SOCKS5_HOSTNAME</constant>
3827
-
(<type>integer</type>)
4769
+
(<type>int</type>)
3828
4770
</term>
3829
4771
<listitem>
3830
4772
<simpara>
3831
-
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
4773
+
Available since cURL 7.18.0.
3832
4774
</simpara>
3833
4775
</listitem>
3834
4776
</varlistentry>
3835
4777
<varlistentry xml:id="constant.curlheader-separate">
3836
4778
<term>
3837
4779
<constant>CURLHEADER_SEPARATE</constant>
3838
-
(<type>integer</type>)
4780
+
(<type>int</type>)
3839
4781
</term>
3840
4782
<listitem>
3841
4783
<simpara>
...
...
@@ -3846,7 +4788,7 @@
3846
4788
<varlistentry xml:id="constant.curlheader-unified">
3847
4789
<term>
3848
4790
<constant>CURLHEADER_UNIFIED</constant>
3849
-
(<type>integer</type>)
4791
+
(<type>int</type>)
3850
4792
</term>
3851
4793
<listitem>
3852
4794
<simpara>
...
...
@@ -3857,7 +4799,7 @@
3857
4799
<varlistentry xml:id="constant.curlproto-smb">
3858
4800
<term>
3859
4801
<constant>CURLPROTO_SMB</constant>
3860
-
(<type>integer</type>)
4802
+
(<type>int</type>)
3861
4803
</term>
3862
4804
<listitem>
3863
4805
<simpara>
...
...
@@ -3868,7 +4810,7 @@
3868
4810
<varlistentry xml:id="constant.curlproto-smbs">
3869
4811
<term>
3870
4812
<constant>CURLPROTO_SMBS</constant>
3871
-
(<type>integer</type>)
4813
+
(<type>int</type>)
3872
4814
</term>
3873
4815
<listitem>
3874
4816
<simpara>
...
...
@@ -3876,10 +4818,32 @@
3876
4818
</simpara>
3877
4819
</listitem>
3878
4820
</varlistentry>
4821
+
<varlistentry xml:id="constant.curlproto-mqtt">
4822
+
<term>
4823
+
<constant>CURLPROTO_MQTT</constant>
4824
+
(<type>int</type>)
4825
+
</term>
4826
+
<listitem>
4827
+
<simpara>
4828
+
Available as of PHP 8.2.0 and cURL 7.71.0.
4829
+
</simpara>
4830
+
</listitem>
4831
+
</varlistentry>
4832
+
<varlistentry xml:id="constant.curlopt-redir-protocols-str">
4833
+
<term>
4834
+
<constant>CURLOPT_REDIR_PROTOCOLS_STR</constant>
4835
+
(<type>int</type>)
4836
+
</term>
4837
+
<listitem>
4838
+
<simpara>
4839
+
Available as of PHP 8.3.0 and cURL 7.85.0.
4840
+
</simpara>
4841
+
</listitem>
4842
+
</varlistentry>
3879
4843
<varlistentry xml:id="constant.curlopt-request-target">
3880
4844
<term>
3881
4845
<constant>CURLOPT_REQUEST_TARGET</constant>
3882
-
(<type>integer</type>)
4846
+
(<type>int</type>)
3883
4847
</term>
3884
4848
<listitem>
3885
4849
<simpara>
...
...
@@ -3890,7 +4854,7 @@
3890
4854
<varlistentry xml:id="constant.curlauth-gssapi">
3891
4855
<term>
3892
4856
<constant>CURLAUTH_GSSAPI</constant>
3893
-
(<type>integer</type>)
4857
+
(<type>int</type>)
3894
4858
</term>
3895
4859
<listitem>
3896
4860
<simpara>
...
...
@@ -3901,7 +4865,7 @@
3901
4865
<varlistentry xml:id="constant.curle-weird-server-reply">
3902
4866
<term>
3903
4867
<constant>CURLE_WEIRD_SERVER_REPLY</constant>
3904
-
(<type>integer</type>)
4868
+
(<type>int</type>)
3905
4869
</term>
3906
4870
<listitem>
3907
4871
<simpara>
...
...
@@ -3912,7 +4876,7 @@
3912
4876
<varlistentry xml:id="constant.curlinfo-content-length-download-t">
3913
4877
<term>
3914
4878
<constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>
3915
-
(<type>integer</type>)
4879
+
(<type>int</type>)
3916
4880
</term>
3917
4881
<listitem>
3918
4882
<simpara>
...
...
@@ -3923,7 +4887,7 @@
3923
4887
<varlistentry xml:id="constant.curlinfo-content-length-upload-t">
3924
4888
<term>
3925
4889
<constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>
3926
-
(<type>integer</type>)
4890
+
(<type>int</type>)
3927
4891
</term>
3928
4892
<listitem>
3929
4893
<simpara>
...
...
@@ -3934,7 +4898,7 @@
3934
4898
<varlistentry xml:id="constant.curlinfo-http-version">
3935
4899
<term>
3936
4900
<constant>CURLINFO_HTTP_VERSION</constant>
3937
-
(<type>integer</type>)
4901
+
(<type>int</type>)
3938
4902
</term>
3939
4903
<listitem>
3940
4904
<simpara>
...
...
@@ -3945,7 +4909,7 @@
3945
4909
<varlistentry xml:id="constant.curlinfo-protocol">
3946
4910
<term>
3947
4911
<constant>CURLINFO_PROTOCOL</constant>
3948
-
(<type>integer</type>)
4912
+
(<type>int</type>)
3949
4913
</term>
3950
4914
<listitem>
3951
4915
<simpara>
...
...
@@ -3956,7 +4920,7 @@
3956
4920
<varlistentry xml:id="constant.curlinfo-proxy-ssl-verifyresult">
3957
4921
<term>
3958
4922
<constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>
3959
-
(<type>integer</type>)
4923
+
(<type>int</type>)
3960
4924
</term>
3961
4925
<listitem>
3962
4926
<simpara>
...
...
@@ -3967,7 +4931,7 @@
3967
4931
<varlistentry xml:id="constant.curlinfo-scheme">
3968
4932
<term>
3969
4933
<constant>CURLINFO_SCHEME</constant>
3970
-
(<type>integer</type>)
4934
+
(<type>int</type>)
3971
4935
</term>
3972
4936
<listitem>
3973
4937
<simpara>
...
...
@@ -3978,7 +4942,7 @@
3978
4942
<varlistentry xml:id="constant.curlinfo-size-download-t">
3979
4943
<term>
3980
4944
<constant>CURLINFO_SIZE_DOWNLOAD_T</constant>
3981
-
(<type>integer</type>)
4945
+
(<type>int</type>)
3982
4946
</term>
3983
4947
<listitem>
3984
4948
<simpara>
...
...
@@ -3989,7 +4953,7 @@
3989
4953
<varlistentry xml:id="constant.curlinfo-size-upload-t">
3990
4954
<term>
3991
4955
<constant>CURLINFO_SIZE_UPLOAD_T</constant>
3992
-
(<type>integer</type>)
4956
+
(<type>int</type>)
3993
4957
</term>
3994
4958
<listitem>
3995
4959
<simpara>
...
...
@@ -4000,7 +4964,7 @@
4000
4964
<varlistentry xml:id="constant.curlinfo-speed-download-t">
4001
4965
<term>
4002
4966
<constant>CURLINFO_SPEED_DOWNLOAD_T</constant>
4003
-
(<type>integer</type>)
4967
+
(<type>int</type>)
4004
4968
</term>
4005
4969
<listitem>
4006
4970
<simpara>
...
...
@@ -4011,7 +4975,7 @@
4011
4975
<varlistentry xml:id="constant.curlinfo-speed-upload-t">
4012
4976
<term>
4013
4977
<constant>CURLINFO_SPEED_UPLOAD_T</constant>
4014
-
(<type>integer</type>)
4978
+
(<type>int</type>)
4015
4979
</term>
4016
4980
<listitem>
4017
4981
<simpara>
...
...
@@ -4022,7 +4986,7 @@
4022
4986
<varlistentry xml:id="constant.curl-max-read-size">
4023
4987
<term>
4024
4988
<constant>CURL_MAX_READ_SIZE</constant>
4025
-
(<type>integer</type>)
4989
+
(<type>int</type>)
4026
4990
</term>
4027
4991
<listitem>
4028
4992
<simpara>
...
...
@@ -4033,7 +4997,7 @@
4033
4997
<varlistentry xml:id="constant.curlopt-abstract-unix-socket">
4034
4998
<term>
4035
4999
<constant>CURLOPT_ABSTRACT_UNIX_SOCKET</constant>
4036
-
(<type>integer</type>)
5000
+
(<type>int</type>)
4037
5001
</term>
4038
5002
<listitem>
4039
5003
<simpara>
...
...
@@ -4044,7 +5008,7 @@
4044
5008
<varlistentry xml:id="constant.curlopt-keep-sending-on-error">
4045
5009
<term>
4046
5010
<constant>CURLOPT_KEEP_SENDING_ON_ERROR</constant>
4047
-
(<type>integer</type>)
5011
+
(<type>int</type>)
4048
5012
</term>
4049
5013
<listitem>
4050
5014
<simpara>
...
...
@@ -4055,7 +5019,7 @@
4055
5019
<varlistentry xml:id="constant.curlopt-pre-proxy">
4056
5020
<term>
4057
5021
<constant>CURLOPT_PRE_PROXY</constant>
4058
-
(<type>integer</type>)
5022
+
(<type>int</type>)
4059
5023
</term>
4060
5024
<listitem>
4061
5025
<simpara>
...
...
@@ -4066,7 +5030,7 @@
4066
5030
<varlistentry xml:id="constant.curlopt-proxy-cainfo">
4067
5031
<term>
4068
5032
<constant>CURLOPT_PROXY_CAINFO</constant>
4069
-
(<type>integer</type>)
5033
+
(<type>int</type>)
4070
5034
</term>
4071
5035
<listitem>
4072
5036
<simpara>
...
...
@@ -4074,10 +5038,21 @@
4074
5038
</simpara>
4075
5039
</listitem>
4076
5040
</varlistentry>
5041
+
<varlistentry xml:id="constant.curlopt-proxy-cainfo-blob">
5042
+
<term>
5043
+
<constant>CURLOPT_PROXY_CAINFO_BLOB</constant>
5044
+
(<type>int</type>)
5045
+
</term>
5046
+
<listitem>
5047
+
<simpara>
5048
+
Available as of PHP 8.2.0 and cURL 7.77.0
5049
+
</simpara>
5050
+
</listitem>
5051
+
</varlistentry>
4077
5052
<varlistentry xml:id="constant.curlopt-proxy-capath">
4078
5053
<term>
4079
5054
<constant>CURLOPT_PROXY_CAPATH</constant>
4080
-
(<type>integer</type>)
5055
+
(<type>int</type>)
4081
5056
</term>
4082
5057
<listitem>
4083
5058
<simpara>
...
...
@@ -4088,7 +5063,7 @@
4088
5063
<varlistentry xml:id="constant.curlopt-proxy-crlfile">
4089
5064
<term>
4090
5065
<constant>CURLOPT_PROXY_CRLFILE</constant>
4091
-
(<type>integer</type>)
5066
+
(<type>int</type>)
4092
5067
</term>
4093
5068
<listitem>
4094
5069
<simpara>
...
...
@@ -4099,7 +5074,7 @@
4099
5074
<varlistentry xml:id="constant.curlopt-proxy-keypasswd">
4100
5075
<term>
4101
5076
<constant>CURLOPT_PROXY_KEYPASSWD</constant>
4102
-
(<type>integer</type>)
5077
+
(<type>int</type>)
4103
5078
</term>
4104
5079
<listitem>
4105
5080
<simpara>
...
...
@@ -4110,7 +5085,7 @@
4110
5085
<varlistentry xml:id="constant.curlopt-proxy-pinnedpublickey">
4111
5086
<term>
4112
5087
<constant>CURLOPT_PROXY_PINNEDPUBLICKEY</constant>
4113
-
(<type>integer</type>)
5088
+
(<type>int</type>)
4114
5089
</term>
4115
5090
<listitem>
4116
5091
<simpara>
...
...
@@ -4121,7 +5096,7 @@
4121
5096
<varlistentry xml:id="constant.curlopt-proxy-sslcert">
4122
5097
<term>
4123
5098
<constant>CURLOPT_PROXY_SSLCERT</constant>
4124
-
(<type>integer</type>)
5099
+
(<type>int</type>)
4125
5100
</term>
4126
5101
<listitem>
4127
5102
<simpara>
...
...
@@ -4132,7 +5107,7 @@
4132
5107
<varlistentry xml:id="constant.curlopt-proxy-sslcerttype">
4133
5108
<term>
4134
5109
<constant>CURLOPT_PROXY_SSLCERTTYPE</constant>
4135
-
(<type>integer</type>)
5110
+
(<type>int</type>)
4136
5111
</term>
4137
5112
<listitem>
4138
5113
<simpara>
...
...
@@ -4143,7 +5118,7 @@
4143
5118
<varlistentry xml:id="constant.curlopt-proxy-ssl-cipher-list">
4144
5119
<term>
4145
5120
<constant>CURLOPT_PROXY_SSL_CIPHER_LIST</constant>
4146
-
(<type>integer</type>)
5121
+
(<type>int</type>)
4147
5122
</term>
4148
5123
<listitem>
4149
5124
<simpara>
...
...
@@ -4154,7 +5129,7 @@
4154
5129
<varlistentry xml:id="constant.curlopt-proxy-sslkey">
4155
5130
<term>
4156
5131
<constant>CURLOPT_PROXY_SSLKEY</constant>
4157
-
(<type>integer</type>)
5132
+
(<type>int</type>)
4158
5133
</term>
4159
5134
<listitem>
4160
5135
<simpara>
...
...
@@ -4165,7 +5140,7 @@
4165
5140
<varlistentry xml:id="constant.curlopt-proxy-sslkeytype">
4166
5141
<term>
4167
5142
<constant>CURLOPT_PROXY_SSLKEYTYPE</constant>
4168
-
(<type>integer</type>)
5143
+
(<type>int</type>)
4169
5144
</term>
4170
5145
<listitem>
4171
5146
<simpara>
...
...
@@ -4176,7 +5151,7 @@
4176
5151
<varlistentry xml:id="constant.curlopt-proxy-ssl-options">
4177
5152
<term>
4178
5153
<constant>CURLOPT_PROXY_SSL_OPTIONS</constant>
4179
-
(<type>integer</type>)
5154
+
(<type>int</type>)
4180
5155
</term>
4181
5156
<listitem>
4182
5157
<simpara>
...
...
@@ -4187,7 +5162,7 @@
4187
5162
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifyhost">
4188
5163
<term>
4189
5164
<constant>CURLOPT_PROXY_SSL_VERIFYHOST</constant>
4190
-
(<type>integer</type>)
5165
+
(<type>int</type>)
4191
5166
</term>
4192
5167
<listitem>
4193
5168
<simpara>
...
...
@@ -4198,7 +5173,7 @@
4198
5173
<varlistentry xml:id="constant.curlopt-proxy-ssl-verifypeer">
4199
5174
<term>
4200
5175
<constant>CURLOPT_PROXY_SSL_VERIFYPEER</constant>
4201
-
(<type>integer</type>)
5176
+
(<type>int</type>)
4202
5177
</term>
4203
5178
<listitem>
4204
5179
<simpara>
...
...
@@ -4209,7 +5184,7 @@
4209
5184
<varlistentry xml:id="constant.curlopt-proxy-sslversion">
4210
5185
<term>
4211
5186
<constant>CURLOPT_PROXY_SSLVERSION</constant>
4212
-
(<type>integer</type>)
5187
+
(<type>int</type>)
4213
5188
</term>
4214
5189
<listitem>
4215
5190
<simpara>
...
...
@@ -4220,7 +5195,7 @@
4220
5195
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-password">
4221
5196
<term>
4222
5197
<constant>CURLOPT_PROXY_TLSAUTH_PASSWORD</constant>
4223
-
(<type>integer</type>)
5198
+
(<type>int</type>)
4224
5199
</term>
4225
5200
<listitem>
4226
5201
<simpara>
...
...
@@ -4231,7 +5206,7 @@
4231
5206
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-type">
4232
5207
<term>
4233
5208
<constant>CURLOPT_PROXY_TLSAUTH_TYPE</constant>
4234
-
(<type>integer</type>)
5209
+
(<type>int</type>)
4235
5210
</term>
4236
5211
<listitem>
4237
5212
<simpara>
...
...
@@ -4242,7 +5217,7 @@
4242
5217
<varlistentry xml:id="constant.curlopt-proxy-tlsauth-username">
4243
5218
<term>
4244
5219
<constant>CURLOPT_PROXY_TLSAUTH_USERNAME</constant>
4245
-
(<type>integer</type>)
5220
+
(<type>int</type>)
4246
5221
</term>
4247
5222
<listitem>
4248
5223
<simpara>
...
...
@@ -4253,7 +5228,7 @@
4253
5228
<varlistentry xml:id="constant.curlopt-socks5-auth">
4254
5229
<term>
4255
5230
<constant>CURLOPT_SOCKS5_AUTH</constant>
4256
-
(<type>integer</type>)
5231
+
(<type>int</type>)
4257
5232
</term>
4258
5233
<listitem>
4259
5234
<simpara>
...
...
@@ -4264,7 +5239,7 @@
4264
5239
<varlistentry xml:id="constant.curlopt-suppress-connect-headers">
4265
5240
<term>
4266
5241
<constant>CURLOPT_SUPPRESS_CONNECT_HEADERS</constant>
4267
-
(<type>integer</type>)
5242
+
(<type>int</type>)
4268
5243
</term>
4269
5244
<listitem>
4270
5245
<simpara>
...
...
@@ -4275,7 +5250,7 @@
4275
5250
<varlistentry xml:id="constant.curlproxy-https">
4276
5251
<term>
4277
5252
<constant>CURLPROXY_HTTPS</constant>
4278
-
(<type>integer</type>)
5253
+
(<type>int</type>)
4279
5254
</term>
4280
5255
<listitem>
4281
5256
<simpara>
...
...
@@ -4286,7 +5261,7 @@
4286
5261
<varlistentry xml:id="constant.curl-sslversion-max-default">
4287
5262
<term>
4288
5263
<constant>CURL_SSLVERSION_MAX_DEFAULT</constant>
4289
-
(<type>integer</type>)
5264
+
(<type>int</type>)
4290
5265
</term>
4291
5266
<listitem>
4292
5267
<simpara>
...
...
@@ -4297,7 +5272,7 @@
4297
5272
<varlistentry xml:id="constant.curl-sslversion-max-none">
4298
5273
<term>
4299
5274
<constant>CURL_SSLVERSION_MAX_NONE</constant>
4300
-
(<type>integer</type>)
5275
+
(<type>int</type>)
4301
5276
</term>
4302
5277
<listitem>
4303
5278
<simpara>
...
...
@@ -4308,7 +5283,7 @@
4308
5283
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-0">
4309
5284
<term>
4310
5285
<constant>CURL_SSLVERSION_MAX_TLSv1_0</constant>
4311
-
(<type>integer</type>)
5286
+
(<type>int</type>)
4312
5287
</term>
4313
5288
<listitem>
4314
5289
<simpara>
...
...
@@ -4319,7 +5294,7 @@
4319
5294
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-1">
4320
5295
<term>
4321
5296
<constant>CURL_SSLVERSION_MAX_TLSv1_1</constant>
4322
-
(<type>integer</type>)
5297
+
(<type>int</type>)
4323
5298
</term>
4324
5299
<listitem>
4325
5300
<simpara>
...
...
@@ -4330,7 +5305,7 @@
4330
5305
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-2">
4331
5306
<term>
4332
5307
<constant>CURL_SSLVERSION_MAX_TLSv1_2</constant>
4333
-
(<type>integer</type>)
5308
+
(<type>int</type>)
4334
5309
</term>
4335
5310
<listitem>
4336
5311
<simpara>
...
...
@@ -4341,7 +5316,7 @@
4341
5316
<varlistentry xml:id="constant.curl-sslversion-max-tlsv1-3">
4342
5317
<term>
4343
5318
<constant>CURL_SSLVERSION_MAX_TLSv1_3</constant>
4344
-
(<type>integer</type>)
5319
+
(<type>int</type>)
4345
5320
</term>
4346
5321
<listitem>
4347
5322
<simpara>
...
...
@@ -4352,7 +5327,7 @@
4352
5327
<varlistentry xml:id="constant.curl-sslversion-tlsv1-3">
4353
5328
<term>
4354
5329
<constant>CURL_SSLVERSION_TLSv1_3</constant>
4355
-
(<type>integer</type>)
5330
+
(<type>int</type>)
4356
5331
</term>
4357
5332
<listitem>
4358
5333
<simpara>
...
...
@@ -4363,7 +5338,7 @@
4363
5338
<varlistentry xml:id="constant.curl-version-https-proxy">
4364
5339
<term>
4365
5340
<constant>CURL_VERSION_HTTPS_PROXY</constant>
4366
-
(<type>integer</type>)
5341
+
(<type>int</type>)
4367
5342
</term>
4368
5343
<listitem>
4369
5344
<simpara>
...
...
@@ -4374,7 +5349,7 @@
4374
5349
<varlistentry xml:id="constant.curlauth-bearer">
4375
5350
<term>
4376
5351
<constant>CURLAUTH_BEARER</constant>
4377
-
(<type>integer</type>)
5352
+
(<type>int</type>)
4378
5353
</term>
4379
5354
<listitem>
4380
5355
<simpara>
...
...
@@ -4385,7 +5360,7 @@
4385
5360
<varlistentry xml:id="constant.curlinfo-appconnect-time-t">
4386
5361
<term>
4387
5362
<constant>CURLINFO_APPCONNECT_TIME_T</constant>
4388
-
(<type>integer</type>)
5363
+
(<type>int</type>)
4389
5364
</term>
4390
5365
<listitem>
4391
5366
<simpara>
...
...
@@ -4396,7 +5371,7 @@
4396
5371
<varlistentry xml:id="constant.curlinfo-connect-time-t">
4397
5372
<term>
4398
5373
<constant>CURLINFO_CONNECT_TIME_T</constant>
4399
-
(<type>integer</type>)
5374
+
(<type>int</type>)
4400
5375
</term>
4401
5376
<listitem>
4402
5377
<simpara>
...
...
@@ -4407,7 +5382,7 @@
4407
5382
<varlistentry xml:id="constant.curlinfo-filetime-t">
4408
5383
<term>
4409
5384
<constant>CURLINFO_FILETIME_T</constant>
4410
-
(<type>integer</type>)
5385
+
(<type>int</type>)
4411
5386
</term>
4412
5387
<listitem>
4413
5388
<simpara>
...
...
@@ -4418,7 +5393,7 @@
4418
5393
<varlistentry xml:id="constant.curlinfo-namelookup-time-t">
4419
5394
<term>
4420
5395
<constant>CURLINFO_NAMELOOKUP_TIME_T</constant>
4421
-
(<type>integer</type>)
5396
+
(<type>int</type>)
4422
5397
</term>
4423
5398
<listitem>
4424
5399
<simpara>
...
...
@@ -4429,7 +5404,7 @@
4429
5404
<varlistentry xml:id="constant.curlinfo-pretransfer-time-t">
4430
5405
<term>
4431
5406
<constant>CURLINFO_PRETRANSFER_TIME_T</constant>
4432
-
(<type>integer</type>)
5407
+
(<type>int</type>)
4433
5408
</term>
4434
5409
<listitem>
4435
5410
<simpara>
...
...
@@ -4440,7 +5415,7 @@
4440
5415
<varlistentry xml:id="constant.curlinfo-redirect-time-t">
4441
5416
<term>
4442
5417
<constant>CURLINFO_REDIRECT_TIME_T</constant>
4443
-
(<type>integer</type>)
5418
+
(<type>int</type>)
4444
5419
</term>
4445
5420
<listitem>
4446
5421
<simpara>
...
...
@@ -4451,7 +5426,7 @@
4451
5426
<varlistentry xml:id="constant.curlinfo-starttransfer-time-t">
4452
5427
<term>
4453
5428
<constant>CURLINFO_STARTTRANSFER_TIME_T</constant>
4454
-
(<type>integer</type>)
5429
+
(<type>int</type>)
4455
5430
</term>
4456
5431
<listitem>
4457
5432
<simpara>
...
...
@@ -4462,7 +5437,7 @@
4462
5437
<varlistentry xml:id="constant.curlinfo-total-time-t">
4463
5438
<term>
4464
5439
<constant>CURLINFO_TOTAL_TIME_T</constant>
4465
-
(<type>integer</type>)
5440
+
(<type>int</type>)
4466
5441
</term>
4467
5442
<listitem>
4468
5443
<simpara>
...
...
@@ -4470,10 +5445,10 @@
4470
5445
</simpara>
4471
5446
</listitem>
4472
5447
</varlistentry>
4473
-
<varlistentry xml:id="constant.curlinfo-lock-data-connect">
5448
+
<varlistentry xml:id="constant.curl-lock-data-connect">
4474
5449
<term>
4475
5450
<constant>CURL_LOCK_DATA_CONNECT</constant>
4476
-
(<type>integer</type>)
5451
+
(<type>int</type>)
4477
5452
</term>
4478
5453
<listitem>
4479
5454
<simpara>
...
...
@@ -4481,10 +5456,10 @@
4481
5456
</simpara>
4482
5457
</listitem>
4483
5458
</varlistentry>
4484
-
<varlistentry xml:id="constant.curlinfo-lock-data-psl">
5459
+
<varlistentry xml:id="constant.curl-lock-data-psl">
4485
5460
<term>
4486
5461
<constant>CURL_LOCK_DATA_PSL</constant>
4487
-
(<type>integer</type>)
5462
+
(<type>int</type>)
4488
5463
</term>
4489
5464
<listitem>
4490
5465
<simpara>
...
...
@@ -4495,7 +5470,7 @@
4495
5470
<varlistentry xml:id="constant.curlopt-disallow-username-in-url">
4496
5471
<term>
4497
5472
<constant>CURLOPT_DISALLOW_USERNAME_IN_URL</constant>
4498
-
(<type>integer</type>)
5473
+
(<type>int</type>)
4499
5474
</term>
4500
5475
<listitem>
4501
5476
<simpara>
...
...
@@ -4506,7 +5481,7 @@
4506
5481
<varlistentry xml:id="constant.curlopt-dns-shuffle-addresses">
4507
5482
<term>
4508
5483
<constant>CURLOPT_DNS_SHUFFLE_ADDRESSES</constant>
4509
-
(<type>integer</type>)
5484
+
(<type>int</type>)
4510
5485
</term>
4511
5486
<listitem>
4512
5487
<simpara>
...
...
@@ -4517,7 +5492,7 @@
4517
5492
<varlistentry xml:id="constant.curlopt-happy-eyeballs-timeout-ms">
4518
5493
<term>
4519
5494
<constant>CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS</constant>
4520
-
(<type>integer</type>)
5495
+
(<type>int</type>)
4521
5496
</term>
4522
5497
<listitem>
4523
5498
<simpara>
...
...
@@ -4528,7 +5503,7 @@
4528
5503
<varlistentry xml:id="constant.curlopt-haproxyprotocol">
4529
5504
<term>
4530
5505
<constant>CURLOPT_HAPROXYPROTOCOL</constant>
4531
-
(<type>integer</type>)
5506
+
(<type>int</type>)
4532
5507
</term>
4533
5508
<listitem>
4534
5509
<simpara>
...
...
@@ -4539,7 +5514,7 @@
4539
5514
<varlistentry xml:id="constant.curlopt-proxy-tls13-ciphers">
4540
5515
<term>
4541
5516
<constant>CURLOPT_PROXY_TLS13_CIPHERS</constant>
4542
-
(<type>integer</type>)
5517
+
(<type>int</type>)
4543
5518
</term>
4544
5519
<listitem>
4545
5520
<simpara>
...
...
@@ -4550,7 +5525,7 @@
4550
5525
<varlistentry xml:id="constant.curlopt-ssh-compression">
4551
5526
<term>
4552
5527
<constant>CURLOPT_SSH_COMPRESSION</constant>
4553
-
(<type>integer</type>)
5528
+
(<type>int</type>)
4554
5529
</term>
4555
5530
<listitem>
4556
5531
<simpara>
...
...
@@ -4561,7 +5536,7 @@
4561
5536
<varlistentry xml:id="constant.curlopt-timevalue-large">
4562
5537
<term>
4563
5538
<constant>CURLOPT_TIMEVALUE_LARGE</constant>
4564
-
(<type>integer</type>)
5539
+
(<type>int</type>)
4565
5540
</term>
4566
5541
<listitem>
4567
5542
<simpara>
...
...
@@ -4572,7 +5547,7 @@
4572
5547
<varlistentry xml:id="constant.curlopt-tls13-ciphers">
4573
5548
<term>
4574
5549
<constant>CURLOPT_TLS13_CIPHERS</constant>
4575
-
(<type>integer</type>)
5550
+
(<type>int</type>)
4576
5551
</term>
4577
5552
<listitem>
4578
5553
<simpara>
...
...
@@ -4583,7 +5558,7 @@
4583
5558
<varlistentry xml:id="constant.curlssh-auth-gssapi">
4584
5559
<term>
4585
5560
<constant>CURLSSH_AUTH_GSSAPI</constant>
4586
-
(<type>integer</type>)
5561
+
(<type>int</type>)
4587
5562
</term>
4588
5563
<listitem>
4589
5564
<simpara>
...
...
@@ -4593,8 +5568,8 @@
4593
5568
</varlistentry>
4594
5569
<varlistentry xml:id="constant.curlopt-http09-allowed">
4595
5570
<term>
4596
-
<constant>CURLOPT_HTTP09_ALLOWED </constant>
4597
-
(<type>integer</type>)
5571
+
<constant>CURLOPT_HTTP09_ALLOWED</constant>
5572
+
(<type>int</type>)
4598
5573
</term>
4599
5574
<listitem>
4600
5575
<simpara>
...
...
@@ -4602,9 +5577,74 @@
4602
5577
</simpara>
4603
5578
</listitem>
4604
5579
</varlistentry>
5580
+
<varlistentry xml:id="constant.curlmimeopt-formescape">
5581
+
<term>
5582
+
<constant>CURLMIMEOPT_FORMESCAPE</constant>
5583
+
(<type>int</type>)
5584
+
</term>
5585
+
<listitem>
5586
+
<simpara>
5587
+
Available as of PHP 8.3.0 and cURL 7.81.0
5588
+
</simpara>
5589
+
</listitem>
5590
+
</varlistentry>
5591
+
<varlistentry xml:id="constant.curlws-raw-mode">
5592
+
<term>
5593
+
<constant>CURLWS_RAW_MODE</constant>
5594
+
(<type>int</type>)
5595
+
</term>
5596
+
<listitem>
5597
+
<simpara>
5598
+
Available as of PHP 8.3.0 and cURL 7.86.0
5599
+
</simpara>
5600
+
</listitem>
5601
+
</varlistentry>
5602
+
<varlistentry xml:id="constant.curlkhmatch-ok">
5603
+
<term>
5604
+
<constant>CURLKHMATCH_OK</constant>
5605
+
(<type>int</type>)
5606
+
</term>
5607
+
<listitem>
5608
+
<simpara>
5609
+
Available as of PHP 8.3.0 and cURL 7.19.6
5610
+
</simpara>
5611
+
</listitem>
5612
+
</varlistentry>
5613
+
<varlistentry xml:id="constant.curlkhmatch-mismatch">
5614
+
<term>
5615
+
<constant>CURLKHMATCH_MISMATCH</constant>
5616
+
(<type>int</type>)
5617
+
</term>
5618
+
<listitem>
5619
+
<simpara>
5620
+
Available as of PHP 8.3.0 and cURL 7.19.6
5621
+
</simpara>
5622
+
</listitem>
5623
+
</varlistentry>
5624
+
<varlistentry xml:id="constant.curlkhmatch-missing">
5625
+
<term>
5626
+
<constant>CURLKHMATCH_MISSING</constant>
5627
+
(<type>int</type>)
5628
+
</term>
5629
+
<listitem>
5630
+
<simpara>
5631
+
Available as of PHP 8.3.0 and cURL 7.19.6
5632
+
</simpara>
5633
+
</listitem>
5634
+
</varlistentry>
5635
+
<varlistentry xml:id="constant.curlkhmatch-last">
5636
+
<term>
5637
+
<constant>CURLKHMATCH_LAST</constant>
5638
+
(<type>int</type>)
5639
+
</term>
5640
+
<listitem>
5641
+
<simpara>
5642
+
Available as of PHP 8.3.0 and cURL 7.19.6
5643
+
</simpara>
5644
+
</listitem>
5645
+
</varlistentry>
4605
5646
</variablelist>
4606
5647
</appendix>
4607
-

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