summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-02-28 01:36:30 +0000
committerMarcus Boerger <helly@php.net>2006-02-28 01:36:30 +0000
commita3fcdf4f08e15c998d0d56a16f6230952f6930fc (patch)
tree612672f52b471018569e36740d1f6a1f3bdf7ebb /ext/phar/config.w32
parent1c0d546bd465016ddd0328d9793117b0967e4175 (diff)
downloadphp-git-a3fcdf4f08e15c998d0d56a16f6230952f6930fc.tar.gz
- Add OO interface to handling phar archieves and entries
- Add support for HEAD - Cleanup
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r--ext/phar/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/config.w32 b/ext/phar/config.w32
index 70d6728b0e..694de2e7f4 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -7,4 +7,5 @@ if (PHP_PHAR != "no") {
EXTENSION("phar", "phar.c");
ADD_EXTENSION_DEP('phar', 'zlib', true);
ADD_EXTENSION_DEP('phar', 'bz2', true);
+ ADD_EXTENSION_DEP('phar', 'spl', false);
}