Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Curl is_resource() to work with PHP 8 CurlHandle and CurlMultiHandle objects #2715

Merged
merged 2 commits into from Oct 1, 2020
Merged

Update Curl is_resource() to work with PHP 8 CurlHandle and CurlMultiHandle objects #2715

merged 2 commits into from Oct 1, 2020

Commits on Oct 1, 2020

  1. Update Curl is_resource() to work with PHP 8 Curl(Multi)Handle objects

    Updates `is_resource()` calls for curl handlers to properly work with PHP 8's `\CurlHandle` and `\CurlMultiHandle` objects.
    See https://php.watch/versions/8.0/resource-CurlHandle
    
    PHPDoc comments are updated to indicate that the variable/property can be either a resource or a Curl object.
    Ayesh committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b92f904 View commit details
    Browse the repository at this point in the history
  2. Updated baselines

    Nyholm committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a7de20c View commit details
    Browse the repository at this point in the history