summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-01-21 15:25:50 +0000
committerMarcus Boerger <helly@php.net>2007-01-21 15:25:50 +0000
commit3066cfb3ef780e5c765cf99728fdb9f1188abd0d (patch)
tree3e4a9c484fb3ea8209053d9896ed5d85a7526144 /ext/phar/config.w32
parent364022e42c1b47fbae23fc0d9f9cea42a4f2ccab (diff)
downloadphp-git-3066cfb3ef780e5c765cf99728fdb9f1188abd0d.tar.gz
- Disable most of class Phar and all of class PharFileInfo if SPL is not present
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 694de2e7f4..3ad36b4d89 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -4,7 +4,7 @@
ARG_ENABLE("phar", "enable phar support", "no");
if (PHP_PHAR != "no") {
- EXTENSION("phar", "phar.c");
+ EXTENSION("phar", "phar.c phar_object.c");
ADD_EXTENSION_DEP('phar', 'zlib', true);
ADD_EXTENSION_DEP('phar', 'bz2', true);
ADD_EXTENSION_DEP('phar', 'spl', false);