X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.c;fp=src%2Fphp_pqtypes.c;h=25cdc1e7a546fefe5c133e31a0831e85865700fb;hp=e3bc6235b6fbaac10249ec2feedb05725dd026f1;hb=b2a9a9cf919161a26c419906a2b73500bd533f96;hpb=a06db6d217fc8ba0fd9b8273a9e595477d59afcc diff --git a/src/php_pqtypes.c b/src/php_pqtypes.c index e3bc623..25cdc1e 100644 --- a/src/php_pqtypes.c +++ b/src/php_pqtypes.c @@ -309,7 +309,7 @@ static PHP_METHOD(pqtypes, refresh) { } } - php_pq_clear_res(res); + php_pqres_clear(res); php_pqconn_notify_listeners(obj->intern->conn TSRMLS_CC); } }