From b96bd159d3275bf2fd067bc870961b2c53a216d8 Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 3 Jul 2026 15:59:49 +0800 Subject: [PATCH] eee --- CurlClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CurlClient.php b/CurlClient.php index cbbfb3e..39700e3 100644 --- a/CurlClient.php +++ b/CurlClient.php @@ -186,7 +186,7 @@ class CurlClient extends ClientAbstracts */ public function close(): void { - if (PHP_VERSION < 80000) { + if (PHP_VERSION < '8.0') { curl_close($this->client); } }