Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54546, comment 4


Ignore:
Timestamp:
12/01/2021 03:12:37 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54546, comment 4

    initial v1  
    55   * [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
    66- 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`.
    88   * `Requests_Exception` class was removed in this version
    99   * [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`