X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=6a45635b6c3b9d60d26d3b88b62de91e33c97a9b;hp=2e1d11b5665eab72e9d18fc1e91a7ef1229438b2;hb=4fcbd8e8ae31611c5197ff2369673b5939fc2b80;hpb=a19f558421040b5396b3d76e6c4878d7eda85aba diff --git a/http_util_object.c b/http_util_object.c index 2e1d11b..6a45635 100644 --- a/http_util_object.c +++ b/http_util_object.c @@ -6,17 +6,12 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ /* $Id$ */ - -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include "php_http.h" #ifdef ZEND_ENGINE_2 @@ -85,20 +80,9 @@ HTTP_BEGIN_ARGS(chunkedDecode, 1) HTTP_ARG_VAL(encoded_string, 0) HTTP_END_ARGS; -HTTP_BEGIN_ARGS(gzEncode, 1) - HTTP_ARG_VAL(plain, 0) - HTTP_ARG_VAL(level, 0) - HTTP_ARG_VAL(mtime, 0) -HTTP_END_ARGS; - -HTTP_BEGIN_ARGS(gzDecode, 1) - HTTP_ARG_VAL(encoded, 0) -HTTP_END_ARGS; - HTTP_BEGIN_ARGS(deflate, 1) HTTP_ARG_VAL(plain, 0) - HTTP_ARG_VAL(level, 0) - HTTP_ARG_VAL(zlib_header, 0) + HTTP_ARG_VAL(flags, 0) HTTP_END_ARGS; HTTP_BEGIN_ARGS(inflate, 1)