We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2dff5 commit 3904fc3Copy full SHA for 3904fc3
Internal/CurlClientState.php
@@ -95,7 +95,7 @@ public function reset(): void
95
curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_DNS);
96
curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_SSL_SESSION);
97
98
- if (\defined('CURL_LOCK_DATA_CONNECT') && \PHP_VERSION_ID >= 80000) {
+ if (\defined('CURL_LOCK_DATA_CONNECT')) {
99
curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_CONNECT);
100
}
101
0 commit comments