X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_misc.h;h=ae3359c3b00921eb9e75486396715361bf58f132;hb=e096f45ff30a46d6a8e96da7bc6334d2ac5ab7c2;hp=e8d900b5813848c48b95b57566c164dd8e7e689f;hpb=e1d5ca36e13696a2e87b618165669fc7c53709c1;p=m6w6%2Fext-http 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