From f4c52a7854a30cff187a9dfbf34bf0eed75de3c8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Aug 2012 10:58:40 +0200 Subject: [PATCH] Use zval_dtor instead of pval_destructor --- php_yaz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4