by #undef PHP_ATOM_INC
# What is this for actually?
#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"
<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>