X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=0763476544bc7868cc595eba910542d0938fb1ef;hp=fe08d6d1d5efd63b3b54c1adab9362d0d493a431;hb=0826f5f29faadb9d274d83d90dc526098191cea2;hpb=74bfc0cd7185a668af2e61c9d2a6670814825517 diff --git a/php_http_misc.h b/php_http_misc.h index fe08d6d..0763476 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -246,6 +246,11 @@ static inline STATUS php_http_ini_entry(const char *name_str, size_t name_len, c #define PHP_RSHUTDOWN_CALL(func) PHP_RSHUTDOWN(func)(SHUTDOWN_FUNC_ARGS_PASSTHRU) /* ARRAYS */ + +#ifndef HASH_KEY_NON_EXISTENT +# define HASH_KEY_NON_EXISTENT HASH_KEY_NON_EXISTANT +#endif + PHP_HTTP_API unsigned php_http_array_list(HashTable *ht TSRMLS_DC, unsigned argc, ...); typedef struct php_http_array_hashkey {