X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=cf955a84040c933ec8f0bb673dec90c77eab2a9a;hp=4ed736c0526ce341b457714d57225cd32b04a8a0;hb=f8f0fd4dc265150a309824448b08249151d2ec45;hpb=a19859fd27008e263c4fe4cfe3b900ff0431792f diff --git a/php_http.h b/php_http.h index 4ed736c..cf955a8 100644 --- a/php_http.h +++ b/php_http.h @@ -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);