From 9f74bab2b132b3cf7e4e1460117a50d3345346cf Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 19 Mar 2006 10:28:51 +0000 Subject: [PATCH] - fix builds where include/php/ext/iconv does not have php_have_*.h files by #undef PHP_ATOM_INC # What is this for actually? --- http_querystring_object.c | 3 ++- package2.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/http_querystring_object.c b/http_querystring_object.c index 1238781..6a3f0f3 100644 --- a/http_querystring_object.c +++ b/http_querystring_object.c @@ -21,8 +21,9 @@ #include "zend_interfaces.h" #ifdef HAVE_ICONV -# include "ext/standard/url.h" +# undef PHP_ATOM_INC # include "ext/iconv/php_iconv.h" +# include "ext/standard/url.h" #endif #include "php_http_api.h" diff --git a/package2.xml b/package2.xml index 407d42c..c2eda4e 100644 --- a/package2.xml +++ b/package2.xml @@ -48,6 +48,7 @@ HttpResponse -- 2.30.2