projects
/
phpyaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89127ff
)
Use zval_dtor instead of pval_destructor
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Aug 2012 08:58:40 +0000
(10:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Aug 2012 08:58:40 +0000
(10:58 +0200)
php_yaz.c
patch
|
blob
|
history
diff --git
a/php_yaz.c
b/php_yaz.c
index
37127d8
..
469d254
100644
(file)
--- 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);