summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-11-25 05:04:40 +0000
committerGreg Beaver <cellog@php.net>2007-11-25 05:04:40 +0000
commit4bcb68a4e805e4dc62f0758ff88962e3bfedc086 (patch)
tree387e28d91c843d30c3faa19ad8d90cf1cc297e5d /ext/phar/config.w32
parent4f34a69ad0be03042985487fb09f9b95aa043a5a (diff)
downloadphp-git-4bcb68a4e805e4dc62f0758ff88962e3bfedc086.tar.gz
fix errors found in delMetaData(), add get/delMetaData() to MetaData read test
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 035bcfefde..d393a1a06c 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -5,7 +5,7 @@ ARG_ENABLE("phar", "enable phar support", "no");
if (PHP_PHAR != "no") {
EXTENSION("phar", "phar.c phar_object.c phar_path_check.c");
- ADD_EXTENSION_DEP('phar', 'zlib', true);
+ ADD_EXTENSION_DEP('phar', 'zlib', false);
ADD_EXTENSION_DEP('phar', 'bz2', false);
ADD_EXTENSION_DEP('phar', 'spl', false);
ADD_EXTENSION_DEP('phar', 'gnupg', false);