* attempt to make http_build_query available for PHP4
[m6w6/ext-http] / php_http.h
index 4ed736c0526ce341b457714d57225cd32b04a8a0..cf955a84040c933ec8f0bb673dec90c77eab2a9a 100644 (file)
@@ -34,6 +34,10 @@ extern zend_module_entry http_module_entry;
 #define HTTP_G(v) (http_globals.v)
 #endif
 
+#ifndef ZEND_ENGINE_2
+#include "php_http_build_query.h"
+#endif
+
 PHP_FUNCTION(http_date);
 PHP_FUNCTION(http_absolute_uri);
 PHP_FUNCTION(http_negotiate_language);