From 0034b47c835829cccce6a98fb925f540990f3a25 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 24 Nov 2007 04:07:07 +0000 Subject: [PATCH] experimental support for optional bz2 extension - should make windows users a whole lot happier (forgot w32) --- ext/phar/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.50.1