This commit is contained in:
2026-07-03 15:06:12 +08:00
parent 7bcb789ed2
commit 45d8931267
+2
View File
@@ -186,8 +186,10 @@ class CurlClient extends ClientAbstracts
*/
public function close(): void
{
if (PHP_VERSION < 80000) {
curl_close($this->client);
}
}
/**