From: Adam Dickmeiss Date: Mon, 13 Aug 2012 08:58:40 +0000 (+0200) Subject: Use zval_dtor instead of pval_destructor X-Git-Tag: v1.1.4~2 X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=commitdiff_plain;h=f4c52a7854a30cff187a9dfbf34bf0eed75de3c8;ds=sidebyside Use zval_dtor instead of pval_destructor --- diff --git a/php_yaz.c b/php_yaz.c index 37127d8..469d254 100644 --- a/php_yaz.c +++ b/php_yaz.c @@ -1889,7 +1889,7 @@ PHP_FUNCTION(yaz_ccl_parse) WRONG_PARAM_COUNT; } - pval_destructor(pval_res); + zval_dtor(pval_res); array_init(pval_res); convert_to_string_ex(&pval_query);