mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
ws fix
This commit is contained in:
parent
6686f83799
commit
687a1c1abe
@ -175,9 +175,10 @@ static int _rollback_transactions(zend_rsrc_list_entry *rsrc)
|
||||
PGconn *link;
|
||||
PGLS_FETCH();
|
||||
|
||||
if (rsrc->type != le_plink) return 0;
|
||||
if (rsrc->type != le_plink)
|
||||
return 0;
|
||||
|
||||
link = (PGconn *)rsrc->ptr;
|
||||
link = (PGconn *) rsrc->ptr;
|
||||
|
||||
PGG(ignore_notices) = 1;
|
||||
PQexec(link,"BEGIN;ROLLBACK;");
|
||||
|
Loading…
Reference in New Issue
Block a user