Skip to content

Errors while fetching GitHub project info #18

@jlfranklin

Description

@jlfranklin

With release 8.4.0 of php-curl-class, attempts to fetch a project fail with the following (sanitized) errors:

Error: Class 'Curl\Url' not found in Curl\Curl->setUrl() (line 1178 of /path/to/docroot/libraries/php-curl-class/src/Curl/Curl.php).

and after the Url.php file is added via require_once:

PHP Fatal error:  Method Curl\\Url::__toString() must not throw an exception, caught Error: Class 'Curl\\StringUtil' not found in /path/to/docroot/libraries/php-curl-class/src/Curl/Curl.php on line 0\n

The library is assuming the use of the php autoloader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions