Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

curl_reset requires PHP >= 5.5.0. Once we drop support for PHP 5.4, we can simpl... #1

Open
todo bot opened this issue May 30, 2019 · 0 comments

Comments

@todo
Copy link

todo bot commented May 30, 2019

// TODO: curl_reset requires PHP >= 5.5.0. Once we drop support for PHP 5.4, we can simply
// initialize this to true.
$this->enablePersistentConnections = function_exists('curl_reset');
$this->enableHttp2 = $this->canSafelyUseHttp2();
}
public function __destruct()


This issue was generated by todo based on a TODO comment in dbe252f. It's been assigned to @leninpaulino because they committed the code.
@todo todo bot added the todo 🗒️ label May 30, 2019
@leninpaulino leninpaulino removed their assignment Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant