X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_querystring_object.h;h=63a47d81ba33d7dd1fd923b6581495887334f93b;hb=84a00407857506ab8cfb9335cbe5f495a68e0880;hp=76f251344e129011878424a5114c9288d04d9fd4;hpb=46fc12676a53668d55fe6d02d44210e2eaf4b6b5;p=m6w6%2Fext-http diff --git a/php_http_querystring_object.h b/php_http_querystring_object.h index 76f2513..63a47d8 100644 --- a/php_http_querystring_object.h +++ b/php_http_querystring_object.h @@ -50,7 +50,7 @@ PHP_METHOD(HttpQueryString, getFloat); PHP_METHOD(HttpQueryString, getString); PHP_METHOD(HttpQueryString, getArray); PHP_METHOD(HttpQueryString, getObject); -#if HTTP_HAVE_EXT(ICONV) +#ifdef HTTP_HAVE_ICONV PHP_METHOD(HttpQueryString, xlate); #endif #ifndef WONKY