]> granicus.if.org Git - php/commitdiff
Add HTTP_Compress::, which provides an easy wrapper around producing
authorChuck Hagenbuch <chagenbu@php.net>
Fri, 12 Jan 2001 15:24:21 +0000 (15:24 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Fri, 12 Jan 2001 15:24:21 +0000 (15:24 +0000)
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.

pear/Makefile.in

index cabeaceae0c99c54c18fddb6f029f7e74270d846..494d78020b4c5a9b536787e1f278cab3468c3dc1 100644 (file)
@@ -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 \