- fix builds where include/php/ext/iconv does not have php_have_*.h files
authorMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 10:28:51 +0000 (10:28 +0000)
committerMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 10:28:51 +0000 (10:28 +0000)
  by #undef PHP_ATOM_INC
# What is this for actually?

http_querystring_object.c
package2.xml

index 1238781a26aa0f5b20bdd4d83762638b3e80fdad..6a3f0f30ff9cae302c3eb2a1f597cfdc1ea6e61f 100644 (file)
@@ -21,8 +21,9 @@
 #include "zend_interfaces.h"
 
 #ifdef HAVE_ICONV
 #include "zend_interfaces.h"
 
 #ifdef HAVE_ICONV
-#      include "ext/standard/url.h"
+#      undef PHP_ATOM_INC
 #      include "ext/iconv/php_iconv.h"
 #      include "ext/iconv/php_iconv.h"
+#      include "ext/standard/url.h"
 #endif
 
 #include "php_http_api.h"
 #endif
 
 #include "php_http_api.h"
index 407d42ca3501a5976c062f217823aa5eaf9138e7..c2eda4e1bd82f2eacb056268046b45fab975acc7 100644 (file)
@@ -48,6 +48,7 @@ HttpResponse
  <notes><![CDATA[
 * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
 * Fixed http_build_str() to urlencode brackets ("[]").
  <notes><![CDATA[
 * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
 * Fixed http_build_str() to urlencode brackets ("[]").
+* Fixed builds where include/php/ext/iconv does not have php_have_*.h files
 * Fixed PHP-4 build.
 ]]></notes>
  <contents>
 * Fixed PHP-4 build.
 ]]></notes>
  <contents>