X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_cache_api.h;fp=php_http_cache_api.h;h=e349cc6cc3eb1a60c2b88fc3f53b17c4ff5cf96c;hp=c9344837178bc26266925c7570fe349155aff0e0;hb=1c7ba6f10ddb2a20de8d89f415e2750316b76f2c;hpb=dc7248a073febcade23e6a1a296ab1b2bb752298;ds=sidebyside diff --git a/php_http_cache_api.h b/php_http_cache_api.h index c934483..e349cc6 100644 --- a/php_http_cache_api.h +++ b/php_http_cache_api.h @@ -26,8 +26,14 @@ #include "php_http_api.h" #include "php_http_send_api.h" -#ifdef HTTP_HAVE_EXT_HASH +#if defined(HTTP_HAVE_EXT_HASH) # include "php_hash.h" +#elif defined(HTTP_HAVE_HASH_EXT_HASH) +# define HTTP_HAVE_EXT_HASH +# include "hash/php_hash.h" +#elif defined(HTTP_HAVE_EXT_HASH_EXT_HASH) +# define HTTP_HAVE_EXT_HASH +# include "ext/hash/php_hash.h" #endif ZEND_EXTERN_MODULE_GLOBALS(http);