]> granicus.if.org Git - php/commitdiff
tweak docs for canCompress
authorGreg Beaver <cellog@php.net>
Tue, 16 Jan 2007 00:00:26 +0000 (00:00 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 16 Jan 2007 00:00:26 +0000 (00:00 +0000)
ext/phar/phar.c

index a35144002323882ee36b5540292c2b6892430df4..8ed743bb2d3dd585b9cfd670feb5a40277b6f8be 100644 (file)
@@ -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