X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_requestdatashare_object.c;h=be2d68d319d670aa5a09c9b290dd30463d8f21bf;hb=3a6772376bf9d4cf83484c51e5ed059e958e83cf;hp=103581e4dea71d2245bc361e2bec7dd6c2f87271;hpb=b3afcfc70bf06c062115f4994cc04fc8c6e4aa67;p=m6w6%2Fext-http diff --git a/http_requestdatashare_object.c b/http_requestdatashare_object.c index 103581e..be2d68d 100644 --- a/http_requestdatashare_object.c +++ b/http_requestdatashare_object.c @@ -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 | +--------------------------------------------------------------------+ */ @@ -282,6 +282,7 @@ PHP_METHOD(HttpRequestDataShare, singleton) SET_EH_NORMAL(); } /* }}} */ +#endif /* !WONKY */ static inline zval *_http_requestdatashare_instantiate(zval *this_ptr, zend_bool global TSRMLS_DC) { @@ -306,7 +307,6 @@ static inline zval *_http_requestdatashare_instantiate(zval *this_ptr, zend_bool } return this_ptr; } -#endif /* !WONKY */ #endif /* ZEND_ENGINE_2 && HTTP_HAVE_CURL */