From: Chuck Hagenbuch Date: Fri, 12 Jan 2001 15:24:21 +0000 (+0000) Subject: Add HTTP_Compress::, which provides an easy wrapper around producing X-Git-Tag: php-4.0.5RC1~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5faaf2436f80a33588be7b5757a753e876183521;p=php Add HTTP_Compress::, which provides an easy wrapper around producing gzip-compressed html. This should be ported to use the ob_gzhandler() output handler, but I haven't had a chance to look into that yet. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index cabeaceae0..494d78020b 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -18,6 +18,7 @@ PEAR_SUBDIRS = \ DB \ File \ HTML \ + HTTP \ Image \ Log \ Mail \ @@ -52,6 +53,7 @@ PEAR_FILES = \ File/SearchReplace.php \ HTML/Form.php \ HTTP.php \ + HTTP/Compress.php \ Image/Remote.php \ Log.php \ Log/composite.php \