X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=55b59891ab71063256637cd1633b1dfa31a4110b;hp=b7274e9dad14596b167ac9b9edd55ae35dc06afa;hb=b6f1f30011e3834d4dc1ba8c93a2ece696bd6cbd;hpb=85e7a5ad7604cdb1096bacfc3db06812e87c0c60 diff --git a/php_http.h b/php_http.h index b7274e9..55b5989 100644 --- a/php_http.h +++ b/php_http.h @@ -34,9 +34,7 @@ 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" -#else +#ifdef ZEND_ENGINE_2 typedef struct { zend_object zo; @@ -170,7 +168,9 @@ PHP_FUNCTION(http_post_array); #endif PHP_FUNCTION(http_auth_basic); PHP_FUNCTION(http_auth_basic_cb); - +#ifndef ZEND_ENGINE_2 +PHP_FUNCTION(http_build_query); +#endif PHP_FUNCTION(ob_httpetaghandler); PHP_MINIT_FUNCTION(http);