X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_api.h;h=62530b8edac5471e1c15f46335a9633d420bb9d1;hb=197ec2a4bd9709453944ce157825f6d36e28fe5b;hp=31e70df26ffedcc03ea9b46e96875855ac2be68c;hpb=a6220b1d0812dba5bd3143b99fc41b57b242d55a;p=m6w6%2Fext-http diff --git a/php_http_api.h b/php_http_api.h index 31e70df..62530b8 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 | +--------------------------------------------------------------------+ */ @@ -42,6 +42,9 @@ /* make functions that return SUCCESS|FAILURE more obvious */ typedef int STATUS; +/* inline doc */ +#define _RETURNS(type) + #if (defined(HAVE_ICONV) || defined(PHP_HTTP_HAVE_EXT_ICONV)) && (PHP_HTTP_SHARED_DEPS || !defined(COMPILE_DL_ICONV)) # define PHP_HTTP_HAVE_ICONV #endif @@ -64,6 +67,9 @@ typedef int STATUS; # ifdef HAVE_UNISTD_H # include # endif +# ifdef HAVE_ERRNO_H +# include +# endif #endif #include @@ -96,17 +102,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"