X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_querystring_api.c;h=76af3482550572d57f5d33748c1706191b5be48b;hb=14bee6bccd8fbaf61786b6e3936d85a71bd97f82;hp=45aa5acc7666a26cbe5575cbbd1312ce5fac9ebe;hpb=4b8791e9f6d428df211275429051c465a2f3b12b;p=m6w6%2Fext-http diff --git a/http_querystring_api.c b/http_querystring_api.c index 45aa5ac..76af348 100644 --- a/http_querystring_api.c +++ b/http_querystring_api.c @@ -16,7 +16,7 @@ #include "php_http.h" #include "php_variables.h" -#ifdef HAVE_ICONV +#ifdef HTTP_HAVE_ICONV # undef PHP_ATOM_INC # include "ext/iconv/php_iconv.h" # include "ext/standard/url.h" @@ -38,7 +38,7 @@ static inline int _http_querystring_modify_array_ex(zval *qarray, int key_type, static inline int _http_querystring_modify_array(zval *qarray, zval *params TSRMLS_DC); -#ifdef HAVE_ICONV +#ifdef HTTP_HAVE_ICONV PHP_HTTP_API int _http_querystring_xlate(zval *array, zval *param, const char *ie, const char *oe TSRMLS_DC) { HashPosition pos;