Skip to content

Commit 06a56bf

Browse files
authored
Merge pull request #152 from Moonkind/php-8-curl-fix
Close Curl handle in php8
2 parents bae7b32 + e07ebf8 commit 06a56bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ private function processXmlResponse($url, $payload = '', $contentType = 'applica
491491
throw new BadResponseException('Bad response, HTTP code: ' . $httpcode);
492492
}
493493
curl_close($ch);
494+
unset($ch);
494495

495496
$cookies = file_get_contents($cookiefilepath);
496497
if (strpos($cookies, 'JSESSIONID') !== false) {

0 commit comments

Comments
 (0)