X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.c;h=8fd12e064e26e4ab92a0859e49a4af0c1f7a7116;hp=3f05248ece3b5529860babc4e3214b79245149e4;hb=c753ebfed3a4b21409cfa46212fd2c55227c809f;hpb=8d0dbf7286d9132be18de64625837afa55409f84 diff --git a/src/php_pqtypes.c b/src/php_pqtypes.c index 3f05248..8fd12e0 100644 --- a/src/php_pqtypes.c +++ b/src/php_pqtypes.c @@ -264,7 +264,7 @@ static PHP_METHOD(pqtypes, refresh) { } } - php_pq_clear_res(res); + php_pqres_clear(res); php_pqconn_notify_listeners(obj->intern->conn); } }