summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2009-07-26 02:19:58 +0000
committerGreg Beaver <cellog@php.net>2009-07-26 02:19:58 +0000
commit38fbf6a79811e990ec2f0b71b274171f117bd0c7 (patch)
treec4469cf15cdb4ebda48e9c47a7ed99a43befbae8 /ext/phar/config.w32
parent23f78071487d646646c5b25fa5ddac50a880e2c8 (diff)
downloadphp-git-38fbf6a79811e990ec2f0b71b274171f117bd0c7.tar.gz
re-enable phar now that compile and building phar.phar works
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 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") {