summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r--ext/phar/config.w327
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/phar/config.w32 b/ext/phar/config.w32
index e45e1af954..c68ba08f2c 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -34,13 +34,6 @@ if (PHP_PHAR != "no") {
STDOUT.WriteLine(' Native OpenSSL support in Phar disabled');
}
}
- if (PHP_HASH != "no") {
- if (!PHP_HASH_SHARED) {
- AC_DEFINE("PHAR_HASH_OK", 1);
- } else {
- WARNING('Phar: sha256/sha512 signature support disabled if ext/hash is built shared');
- }
- }
ADD_EXTENSION_DEP('phar', 'spl', true);
ADD_MAKEFILE_FRAGMENT();