transform event handlers to zvals;
[m6w6/ext-pq] / src / php_pq_object.c
index 704737ff95b1fcc2fcb95fccbed9ea7834ed5155..c471edfcf56d83a7f0bf090bfb7081d8babc6ca1 100644 (file)
@@ -99,6 +99,13 @@ HashTable *php_pq_object_properties(zval *object TSRMLS_DC)
        return ht;
 }
 
+HashTable *php_pq_object_gc(zval *object, zval ***gc_argv, int *gc_argc TSRMLS_DC)
+{
+       *gc_argv = NULL;
+       *gc_argc = 0;
+       return NULL;
+}
+
 zend_class_entry *ancestor(zend_class_entry *ce)
 {
        while (ce->parent) {