From: Greg Beaver Date: Sat, 24 Nov 2007 04:07:07 +0000 (+0000) Subject: experimental support for optional bz2 extension - should make windows users a whole... X-Git-Tag: RELEASE_2_0_0a1~1291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0034b47c835829cccce6a98fb925f540990f3a25;p=php experimental support for optional bz2 extension - should make windows users a whole lot happier (forgot w32) --- diff --git a/ext/phar/config.w32 b/ext/phar/config.w32 index d2392aa483..8def276a5b 100644 --- a/ext/phar/config.w32 +++ b/ext/phar/config.w32 @@ -6,6 +6,6 @@ ARG_ENABLE("phar", "enable phar support", "no"); if (PHP_PHAR != "no") { EXTENSION("phar", "phar.c phar_object.c phar_path_check.c"); ADD_EXTENSION_DEP('phar', 'zlib', true); - ADD_EXTENSION_DEP('phar', 'bz2', true); + ADD_EXTENSION_DEP('phar', 'bz2', false); ADD_EXTENSION_DEP('phar', 'spl', false); }