X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=3f11b66b47ee94dba764de3f91c935df30d759f1;hp=86c8ecaaceeafaeaac4cd6377e3d15d488aee68a;hb=c8dff7011092296f9fcc12e68ad8eef18b19cdf4;hpb=f65531996b3a8ff72e02531b85ed05393f409900 diff --git a/php_http.h b/php_http.h index 86c8eca..3f11b66 100644 --- a/php_http.h +++ b/php_http.h @@ -26,14 +26,13 @@ #endif #include "php.h" +#include "missing.h" #include "php_http_std_defs.h" #include "phpstr/phpstr.h" -#include "missing.h" #ifdef HTTP_WANT_SAPI # if PHP_API_VERSION > 20041225 # define HTTP_HAVE_SAPI_RTIME -# else # endif # include "SAPI.h" #endif @@ -198,9 +197,7 @@ PHP_FUNCTION(http_put_data); PHP_FUNCTION(http_put_file); PHP_FUNCTION(http_put_stream); PHP_FUNCTION(http_request); -#ifdef HAVE_CURL_GETFORMDATA PHP_FUNCTION(http_request_body_encode); -#endif /* HAVE_CURL_GETFORMDATA */ #endif /* HTTP_HAVE_CURL */ PHP_FUNCTION(http_request_method_register); PHP_FUNCTION(http_request_method_unregister);