X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestdatashare_object.h;h=d19248e3968c07e8d2a87a376b5b281bcbb8d5e1;hp=9c0dd370e2ccc1de8505a0f66b43a8911a9a970c;hb=ad5f896b03adaa073134a00108a9cdf00720673a;hpb=aca5a5a21e4514707a71cfa69cc19ae50a78f5d3 diff --git a/php_http_requestdatashare_object.h b/php_http_requestdatashare_object.h index 9c0dd37..d19248e 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-2007, Michael Wallner | + | Copyright (c) 2004-2010, 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