X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestdatashare_object.h;h=e79427cb9688cbdf3ca948fc9de156e7145dca79;hp=304b2daf80b74077418c577a139efd8e181a62f4;hb=51669004bbd20bcb4cd9d509799ff65e3998ea47;hpb=b3afcfc70bf06c062115f4994cc04fc8c6e4aa67 diff --git a/php_http_requestdatashare_object.h b/php_http_requestdatashare_object.h index 304b2da..e79427c 100644 --- a/php_http_requestdatashare_object.h +++ b/php_http_requestdatashare_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -14,6 +14,7 @@ #ifndef PHP_HTTP_REQUEST_DATASHARE_OBJECT_H #define PHP_HTTP_REQUEST_DATASHARE_OBJECT_H +#ifdef HTTP_HAVE_CURL #ifdef ZEND_ENGINE_2 typedef struct _http_requestdatashare_object_t { @@ -43,6 +44,7 @@ PHP_METHOD(HttpRequestDataShare, factory); PHP_METHOD(HttpRequestDataShare, singleton); #endif +#endif #endif #endif