diff options
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r-- | ext/phar/config.w32 | 2 |
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); |