-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 15d9a53
ext/curl: Add all missing CURLE constants up to Curl 8.6
ext/curl now requires libcurl 7.61.0, which means a lot of CURL* constants can be re-organized.
This commit re-arranges all of the CURLE_* constants to a single part of the `curl.stub.php` file,
and rearranges them to match the order of the error constants in the libcurl documentation[^1].
Constants that are deprecated[^2] are moved shifted to the end of the `CURLE_*` constants list.
[^1]: https://curl.se/libcurl/c/libcurl-errors.html
[^2]: https://curl.se/libcurl/c/symbols-in-versions.html
Related: #12000, #13259, #13209, #13282 1 parent 7ca4300 commit 15d9a53
File tree
5 files changed
+1933
-1409
lines changed- ext/curl
- tests
5 files changed
+1933
-1409
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | + | ||
28 | + | ||
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 | + | ||
510 | 511 |
| |
511 | 512 |
| |
512 | 513 |
| |
| |||
539 | 540 |
| |
540 | 541 |
| |
541 | 542 |
| |
543 | + | ||
544 | + | ||
545 | + | ||
546 | + | ||
547 | + | ||
548 | + | ||
549 | + | ||
550 | + | ||
551 | + | ||
552 | + | ||
553 | + | ||
554 | + | ||
555 | + | ||
556 | + | ||
557 | + | ||
558 | + | ||
559 | + | ||
560 | + | ||
561 | + | ||
562 | + | ||
563 | + | ||
564 | + | ||
565 | + | ||
566 | + | ||
567 | + | ||
568 | + | ||
569 | + | ||
570 | + | ||
571 | + | ||
572 | + | ||
573 | + | ||
574 | + | ||
575 | + | ||
576 | + | ||
577 | + | ||
578 | + | ||
579 | + | ||
580 | + | ||
581 | + | ||
582 | + | ||
583 | + | ||
584 | + | ||
585 | + | ||
542 | 586 |
| |
543 | 587 |
| |
544 | 588 |
| |
|
0 commit comments