mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2'
This commit is contained in:
@@ -178,6 +178,7 @@ static void pgsql_link_free(pgsql_link_handle *link)
|
||||
PQclear(res);
|
||||
}
|
||||
if (!link->persistent) {
|
||||
PQuntrace(link->conn);
|
||||
PQfinish(link->conn);
|
||||
}
|
||||
PGG(num_links)--;
|
||||
|
||||
Reference in New Issue
Block a user