X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_misc.h;h=0763476544bc7868cc595eba910542d0938fb1ef;hb=9959c7864a5bcbe5e698f23f6cf51bf9abf06b7d;hp=fe08d6d1d5efd63b3b54c1adab9362d0d493a431;hpb=675133e438d78d42f48ad922c340e1e43bdaae11;p=m6w6%2Fext-http 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 {