From: Greg Beaver Date: Sun, 26 Jul 2009 02:19:58 +0000 (+0000) Subject: re-enable phar now that compile and building phar.phar works X-Git-Tag: php-5.4.0alpha1~191^2~2968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38fbf6a79811e990ec2f0b71b274171f117bd0c7;p=php re-enable phar now that compile and building phar.phar works --- diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index 9dc1badd5a..2ac7f3dd81 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension phar PHP_ARG_ENABLE(phar, for phar archive support, -[ --enable-phar Enable phar support]) +[ --disable-phar Disable phar support], yes) if test "$PHP_PHAR" != "no"; then PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared) diff --git a/ext/phar/config.w32 b/ext/phar/config.w32 index b880590c08..93504f61fb 100644 --- a/ext/phar/config.w32 +++ b/ext/phar/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("phar", "enable phar support", "no"); +ARG_ENABLE("phar", "disable phar support", "yes"); ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no"); if (PHP_PHAR_NATIVE_SSL != "no") {