Edit report at http://pear.php.net/bugs/bug.php?id=17761&edit=1
ID: 17761
Updated by: [email protected]
Reported By: alec at alec dot pl
Summary: --with-fingerprint argument added twice
-Status: Open
+Status: Bogus
Type: Bug
Package: Crypt_GPG
Package Version: 1.1.1
PHP Version: Irrelevant
Roadmap Versions:
New Comment:
-Status: Open
+Status: Bogus
Thanks for the bug report, but this is not a bug.
The file DETAILS distributed with GnuPG says the following:
"The double --with-fingerprint prints the fingerprint for the subkeys
too, ... "
To alleviate future confusion, I will add a comment in the source code
indicating the
double --with-fingerprint is intentional.
Previous Comments:
------------------------------------------------------------------------
[2010-08-20 07:59:39] alec
Description:
------------
No more to say. Simple patch:
--- GPG.old 2010-08-19 22:18:05.000000000 +0200
+++ GPG.php 2010-08-20 09:58:20.450033312 +0200
@@ -710,7 +710,6 @@
$arguments = array(
'--with-colons',
'--with-fingerprint',
- '--with-fingerprint',
'--fixed-list-mode'
);
------------------------------------------------------------------------