-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit d47b180
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 e76f9e2 commit d47b180
File tree
3 files changed
+1887
-1409
lines changed- ext/curl
- tests
3 files changed
+1887
-1409
lines changed
0 commit comments