X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_deflatestream_object.h;h=3d20328f43adaf13c2db9ab7e634682875b6f3a7;hp=7af1011ea963c1cecd392a03b7487fe4fbde8ba5;hb=refs%2Fheads%2Fv1.7.x;hpb=ccd556e32e7264830790ec13b72a9b0e3760684b diff --git a/php_http_deflatestream_object.h b/php_http_deflatestream_object.h index 7af1011..3d20328 100644 --- a/php_http_deflatestream_object.h +++ b/php_http_deflatestream_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-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -14,7 +14,8 @@ #ifndef PHP_HTTP_DEFLATESTREAM_OBJECT_H #define PHP_HTTP_DEFLATESTREAM_OBJECT_H -#if defined(ZEND_ENGINE_2) && defined(HTTP_HAVE_ZLIB) +#ifdef HTTP_HAVE_ZLIB +#ifdef ZEND_ENGINE_2 typedef struct _http_deflatestream_object_t { zend_object zo; @@ -36,10 +37,12 @@ extern zend_object_value _http_deflatestream_object_clone_obj(zval *object TSRML extern void _http_deflatestream_object_free(zend_object *object TSRMLS_DC); PHP_METHOD(HttpDeflateStream, __construct); +PHP_METHOD(HttpDeflateStream, factory); PHP_METHOD(HttpDeflateStream, update); PHP_METHOD(HttpDeflateStream, flush); PHP_METHOD(HttpDeflateStream, finish); +#endif #endif #endif