From: Greg Beaver Date: Sun, 1 Mar 2009 07:25:24 +0000 (+0000) Subject: re-disable phar in HEAD on windows X-Git-Tag: php-5.4.0alpha1~191^2~4208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9cffe4e4827d3903e00093266437051f674a27a;p=php re-disable phar in HEAD on windows --- diff --git a/ext/phar/config.w32 b/ext/phar/config.w32 index 33b90beeaf..d4bc499c82 100644 --- a/ext/phar/config.w32 +++ b/ext/phar/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("phar", "disable phar support", "yes"); +ARG_ENABLE("phar", "enable phar support", "no"); ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no"); if (PHP_PHAR_NATIVE_SSL != "no") {