X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_api.h;h=717b64c4c30a15628c9f1f902820b736025b4480;hb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978;hp=b26469458b06ca77aed704dbe4c4966dddcec644;hpb=43a9a6f8cb56e25c3770d652ce77045f89f68ca6;p=m6w6%2Fext-http diff --git a/src/php_http_api.h b/src/php_http_api.h index b264694..717b64c 100644 --- a/src/php_http_api.h +++ b/src/php_http_api.h @@ -18,19 +18,19 @@ #endif #ifndef PHP_WIN32 -#include +#include "php_config.h" #endif -#include -#include +#include "php.h" +#include "SAPI.h" -#include -#include -#include -#include -#include +#include "ext/raphf/php_raphf_api.h" +#include "ext/propro/php_propro_api.h" +#include "ext/standard/php_string.h" +#include "ext/spl/spl_iterators.h" +#include "ext/date/php_date.h" -#include -#include +#include "zend_interfaces.h" +#include "zend_exceptions.h" #ifdef PHP_WIN32 @@ -101,8 +101,8 @@ #include "php_http_client_request.h" #include "php_http_client_response.h" #include "php_http_client_curl.h" -#include "php_http_client_curl_user.h" #include "php_http_client_curl_event.h" +#include "php_http_client_curl_user.h" #include "php_http_url.h" #include "php_http_version.h" @@ -110,7 +110,7 @@ ZEND_BEGIN_MODULE_GLOBALS(php_http) struct php_http_env_globals env; #ifdef PHP_HTTP_HAVE_CLIENT struct { -#ifdef PHP_HTTP_HAVE_CURL +#ifdef PHP_HTTP_HAVE_LIBCURL struct php_http_client_curl_globals curl; #endif } client;