diff -urNp gpg.org/gpg.php gpg/gpg.php --- gpg.org/gpg.php 2007-07-07 23:03:42.000000000 +0300 +++ gpg/gpg.php 2007-12-17 08:42:21.000000000 +0200 @@ -3072,7 +3072,7 @@ class GnuPG $lastSecondCommands=''; if( $usePassphrase ) - $lastSecondCommands .= ' --command-fd '.PASSPHRASE_FD; + $lastSecondCommands .= ' --batch --command-fd '.PASSPHRASE_FD; else $lastSecondCommands .= ' --batch';