X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=2ee38e1f07e2e4eb18ea529eef9f95737f7aae6b;hp=54e1ac5d8d48e39be9ae28aab581b71eef7da805;hb=7ba90c6d9d6843549fb9227d1a7aa05033e60772;hpb=1090760c65b564b30c0e30598cd19a1238e683f6 diff --git a/php_http_misc.h b/php_http_misc.h index 54e1ac5..2ee38e1 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -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;