X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=b8c54faba2b51da8839436187f65c423308f98cf;hp=e7d22585f02eaa0abcc06784fff8d71cae075bd2;hb=2240fb6678019ad6b5dc9c37cfb454f5e57600bd;hpb=3ecc68196ad39199abde298391756bfcfd636504 diff --git a/php_http_misc.h b/php_http_misc.h index e7d2258..b8c54fa 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -241,6 +241,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 {