]> granicus.if.org Git - php/commitdiff
experimental support for optional bz2 extension - should make windows users a whole...
authorGreg Beaver <cellog@php.net>
Sat, 24 Nov 2007 04:07:07 +0000 (04:07 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 24 Nov 2007 04:07:07 +0000 (04:07 +0000)
ext/phar/config.w32

index d2392aa4833b507d9d414e4e650a48f79dbe3b13..8def276a5b8f90cc723f4a26a5df6439b5b6cdd5 100644 (file)
@@ -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);
 }