X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_api.h;h=717b64c4c30a15628c9f1f902820b736025b4480;hp=e8c175fa6784df0e8a0d80ed2b1dd727fa3d9493;hb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978;hpb=a5e66b221dbf5a52cc770f4d7f46f05fe88784ba diff --git a/src/php_http_api.h b/src/php_http_api.h index e8c175f..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,6 +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_event.h" +#include "php_http_client_curl_user.h" #include "php_http_url.h" #include "php_http_version.h" @@ -108,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;