Skip to content

Commit 4a2b277

Browse files
committed
PHP 8.5
1 parent ec88a81 commit 4a2b277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Fhp/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function connect(): void
4343
public function disconnect(): void
4444
{
4545
if ($this->curlHandle !== null) {
46-
curl_close($this->curlHandle);
46+
#curl_close($this->curlHandle);
4747
$this->curlHandle = null;
4848
}
4949
}

0 commit comments

Comments
 (0)