extended result type handling with catalog/pg_type.h
[m6w6/ext-pq] / src / php_pq_misc.h
index d81d3c3456c15f376c082cc1b561a8b8c68ef561..3ce172d666d20083e08f79facd6e60409f9f0ed6 100644 (file)
@@ -33,6 +33,8 @@ int compare_index(const void *lptr, const void *rptr TSRMLS_DC);
 int php_pq_types_to_array(HashTable *ht, Oid **types TSRMLS_DC);
 int php_pq_params_to_array(HashTable *ht, char ***params, HashTable *zdtor TSRMLS_DC);
 
+zval *php_pq_date_from_string(char *datetime_str, size_t datetime_len, zval *zv TSRMLS_DC);
+
 #endif
 
 /*