Merge branch 'master' into phpng
[m6w6/ext-http] / php_http_querystring.c
index 589b01506bd3e58db1d907584a2f834ef244c6e6..5f4eff81a9a101414d4ffed647fcc9ae6c9a4f12 100644 (file)
@@ -16,6 +16,9 @@
 #include <ext/spl/spl_array.h>
 
 #ifdef PHP_HTTP_HAVE_ICONV
+#      ifndef HAVE_ICONV
+#              define HAVE_ICONV 1
+#      endif
 #      undef PHP_ATOM_INC
 #      include <ext/iconv/php_iconv.h>
 #endif