From f9cffe4e4827d3903e00093266437051f674a27a Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 1 Mar 2009 07:25:24 +0000 Subject: [PATCH] re-disable phar in HEAD on windows --- 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 33b90beeaf6..d4bc499c826 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") {