finish port
[m6w6/ext-pq] / src / php_pqexc.h
index de1be0f6acb6325ee0c246b4adab10fe3af2403b..2666dcf6a82991a0774e731686827f728c032f0c 100644 (file)
@@ -27,7 +27,7 @@ typedef enum php_pqexc_type {
 } php_pqexc_type_t;
 
 extern zend_class_entry *exce(php_pqexc_type_t type);
-extern zval *throw_exce(php_pqexc_type_t type, const char *fmt, ...);
+extern zend_object *throw_exce(php_pqexc_type_t type, const char *fmt, ...);
 
 extern PHP_MINIT_FUNCTION(pqexc);