Skip to content

Deprecation notice on PHP 8.5 #479

@indigoxela

Description

@indigoxela

Probably a little early, as Lando isn't there, yet, but...

When running bee dl with PHP 8.5 I get:

📝  Deprecated function: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0

In core we wrapped it in a conditional like that (core still supports PHP 7.1):

      if (version_compare(PHP_VERSION, '8.0') < 0) {
        curl_close($this->curlHandle);
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions