Skip to content

Remove all function_exists for extension checking on Client class #15

@peter279k

Description

@peter279k

As title, it seems that Client class do many function_exists functions to check whether required PHP extensions are loaded.

Such as curl, json and so on.

I think it's time to be removed and it can also move them to require block on composer.json.

And it can check extensions are loaded correctly during composer install command running.

Once this issue is accepted by @xperseguers, I would be happy to work on this :).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions