Compare commits

..

1 Commits

Author SHA1 Message Date
as2252258 45d8931267 eee 2026-07-03 15:06:12 +08:00
+2
View File
@@ -186,8 +186,10 @@ class CurlClient extends ClientAbstracts
*/ */
public function close(): void public function close(): void
{ {
if (PHP_VERSION < 80000) {
curl_close($this->client); curl_close($this->client);
} }
}
/** /**