X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_deflatestream_object.h;h=e3d39248fafb13b8fd5933ed614b90b6f268e283;hp=7af1011ea963c1cecd392a03b7487fe4fbde8ba5;hb=3a6772376bf9d4cf83484c51e5ed059e958e83cf;hpb=ccd556e32e7264830790ec13b72a9b0e3760684b diff --git a/php_http_deflatestream_object.h b/php_http_deflatestream_object.h index 7af1011..e3d3924 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-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -36,6 +36,7 @@ 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);