Changes between Initial Version and Version 1 of Ticket #54546, comment 4
- Timestamp:
- 12/01/2021 03:12:37 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54546, comment 4
initial v1 5 5 * [https://github.com/WordPress/wordpress-develop/blob/5.8/src/wp-includes/Requests/Transport/cURL.php#L443 Line 443] in `cURL.php` file throws a new `Requests_Exception()` error 6 6 - Requests 2.0.0: 7 * the "cURL" class was renamed to `WpOrg\Requests\Transport `Curl` and its file renamed to `wp-includes/Requests/Transport/Curl.php`.7 * the "cURL" class was renamed to `WpOrg\Requests\Transport\Curl` and its file renamed to `wp-includes/Requests/Transport/Curl.php`. 8 8 * `Requests_Exception` class was removed in this version 9 9 * [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/Requests/Transport/Curl.php#L492 The cURL error] was changed to throw a new `Exception`