From: Greg Beaver Date: Tue, 16 Jan 2007 00:00:26 +0000 (+0000) Subject: tweak docs for canCompress X-Git-Tag: RELEASE_1_0_0RC1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f098979767d7e0b3d6f085cb9a3622392ef1d8;p=php tweak docs for canCompress --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index a351440023..8ed743bb2d 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -496,7 +496,7 @@ PHP_METHOD(Phar, apiVersion) /* }}}*/ /* {{{ proto bool canCompress() - * Returns whether phar extension supports compression using zlib */ + * Returns whether phar extension supports compression using zlib/bzip2 */ PHP_METHOD(Phar, canCompress) { #if HAVE_ZLIB || HAVE_BZ2