summaryrefslogtreecommitdiff
path: root/ext/phar/config.w32
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-17 03:19:44 +0000
committerGreg Beaver <cellog@php.net>2008-01-17 03:19:44 +0000
commit535865e9088b297d54615c3c3a375539b4fa9e4b (patch)
tree6814c8b17c1c1585c263f8b23070980fef8566ea /ext/phar/config.w32
parentff076eb3cc621719bd7e0ca4f470a15de7b62dc5 (diff)
downloadphp-git-535865e9088b297d54615c3c3a375539b4fa9e4b.tar.gz
give up on gpg signing because of non-existent windows support for gpg signing lib
Diffstat (limited to 'ext/phar/config.w32')
-rw-r--r--ext/phar/config.w321
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/phar/config.w32 b/ext/phar/config.w32
index c5a9be4e65..7c25c4ed47 100644
--- a/ext/phar/config.w32
+++ b/ext/phar/config.w32
@@ -19,5 +19,4 @@ if (PHP_PHAR != "no") {
ADD_EXTENSION_DEP('phar', 'zlib', true);
ADD_EXTENSION_DEP('phar', 'bz2', true);
ADD_EXTENSION_DEP('phar', 'spl', true);
- ADD_EXTENSION_DEP('phar', 'gnupg', true);
}