X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_misc.h;h=ae3359c3b00921eb9e75486396715361bf58f132;hp=e8d900b5813848c48b95b57566c164dd8e7e689f;hb=592c25cc9ea0b72843c2c2de84bd144e00a3231c;hpb=01751b935246b4483a50cbfca959de221e353085 diff --git a/src/php_http_misc.h b/src/php_http_misc.h index e8d900b..ae3359c 100644 --- a/src/php_http_misc.h +++ b/src/php_http_misc.h @@ -139,7 +139,7 @@ static inline const char *php_http_locate_bin_eol(const char *bin, size_t len, i /* ZEND */ -#ifdef PHP_DEBUG +#if PHP_DEBUG # undef HASH_OF # define HASH_OF(p) ((HashTable*)(Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p)) : NULL)))) #endif