refactored client options
[m6w6/ext-http] / php_http_misc.h
index 54e1ac5d8d48e39be9ae28aab581b71eef7da805..2ee38e1f07e2e4eb18ea529eef9f95737f7aae6b 100644 (file)
@@ -402,6 +402,8 @@ static inline STATUS php_http_ini_entry(const char *name_str, size_t name_len, c
 
 /* ARRAYS */
 
+PHP_HTTP_API unsigned php_http_array_list(zval *hash TSRMLS_DC, unsigned argc, ...);
+
 typedef struct php_http_array_hashkey {
        char *str;
        uint len;