Browse Source

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.
PHP-4.0.5
Chuck Hagenbuch 26 years ago
parent
commit
5faaf2436f
  1. 2
      pear/Makefile.in

2
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 \

Loading…
Cancel
Save