X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqtypes.c;h=8fd12e064e26e4ab92a0859e49a4af0c1f7a7116;hb=65b81572a092cc9aa9b980f30f7793b45803a211;hp=3f05248ece3b5529860babc4e3214b79245149e4;hpb=8d0dbf7286d9132be18de64625837afa55409f84;p=m6w6%2Fext-pq 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); } }