mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
bc45b34b30
3 changed files with 24 additions and 0 deletions
|
@ -175,6 +175,7 @@ static void pgsql_link_free(pgsql_link_handle *link)
|
|||
PQclear(res);
|
||||
}
|
||||
if (!link->persistent) {
|
||||
PQuntrace(link->conn);
|
||||
PQfinish(link->conn);
|
||||
}
|
||||
PGG(num_links)--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue