* attempt to make http_build_query available for PHP4
[m6w6/ext-http] / php_http_api.h
index 56cf5416a0ac9c80a208e6d2f7096439d4c8066b..61ae827784c3101d1341983f7f093bf82b178773 100644 (file)
 #define PHP_HTTP_API
 #endif
 
+#ifndef ZEND_ENGINE_2
+#include "php_http_build_query.h"
+#endif
+
 /* make functions that return SUCCESS|FAILURE more obvious */
 typedef int STATUS;