summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2009-03-01 07:25:24 +0000
committerGreg Beaver <cellog@php.net>2009-03-01 07:25:24 +0000
commitf9cffe4e4827d3903e00093266437051f674a27a (patch)
tree50a13847192833d582c69f74fa4647c09b1299a8 /ext/phar/config.w32
parent5fb232a2deeeb8eeb447094d99d0cccbcc152c2b (diff)
downloadphp-git-f9cffe4e4827d3903e00093266437051f674a27a.tar.gz
re-disable phar in HEAD on windows
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r--ext/phar/config.w322
1 files changed, 1 insertions, 1 deletions
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") {