X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=211c6eb9022f44e99603ad8c7ca43ac74b4255c6;hp=31e70df26ffedcc03ea9b46e96875855ac2be68c;hb=bc336340e111d6eff9d7236bc7a7129925469ae1;hpb=a6220b1d0812dba5bd3143b99fc41b57b242d55a diff --git a/php_http_api.h b/php_http_api.h index 31e70df..211c6eb 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2013, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -64,6 +64,9 @@ typedef int STATUS; # ifdef HAVE_UNISTD_H # include # endif +# ifdef HAVE_ERRNO_H +# include +# endif #endif #include @@ -96,17 +99,11 @@ typedef int STATUS; #include "php_http_object.h" #include "php_http_params.h" #include "php_http_querystring.h" -#include "php_http_client_interface.h" #include "php_http_client.h" #include "php_http_curl.h" #include "php_http_client_request.h" #include "php_http_client_response.h" -#include "php_http_curl_client.h" -#include "php_http_client_pool.h" -#include "php_http_curl_client_pool.h" -#include "php_http_client_datashare.h" -#include "php_http_curl_client_datashare.h" -#include "php_http_client_factory.h" +#include "php_http_client_curl.h" #include "php_http_url.h" #include "php_http_version.h"