X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestdatashare_object.h;h=e79427cb9688cbdf3ca948fc9de156e7145dca79;hp=9c0dd370e2ccc1de8505a0f66b43a8911a9a970c;hb=ef504c97eb98ff93e63d32452aca0684ed3c514a;hpb=aca5a5a21e4514707a71cfa69cc19ae50a78f5d3 diff --git a/php_http_requestdatashare_object.h b/php_http_requestdatashare_object.h index 9c0dd37..e79427c 100644 --- a/php_http_requestdatashare_object.h +++ b/php_http_requestdatashare_object.h @@ -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