if (PHP_PHAR != "no") {
EXTENSION("phar", "phar.c phar_object.c phar_path_check.c");
- ADD_EXTENSION_DEP('phar', 'zlib', false);
- ADD_EXTENSION_DEP('phar', 'bz2', false);
- ADD_EXTENSION_DEP('phar', 'spl', false);
- ADD_EXTENSION_DEP('phar', 'gnupg', false);
+ ADD_EXTENSION_DEP('phar', 'zlib', true);
+ ADD_EXTENSION_DEP('phar', 'bz2', true);
+ ADD_EXTENSION_DEP('phar', 'spl', true);
+ ADD_EXTENSION_DEP('phar', 'gnupg', true);
}