mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 14:27:09 +00:00
Official PHP gnupg extension repository
70cccaf58c
This corrects an issue where the given passphrase was not being respected and pinentry was being called regardless. This fix will set the pinentry_mode to loopback mode so that our custom passphrase_decrypt_cb() function will be called. |
||
---|---|---|
phpc@6b7438355c | ||
tests | ||
.gitignore | ||
.gitmodules | ||
config.m4 | ||
EXPERIMENTAL | ||
gnupg.c | ||
gnupg_keylistiterator.c | ||
LICENSE | ||
package.xml | ||
php_gnupg.h | ||
php_gnupg_keylistiterator.h | ||
README | ||
TODO.md | ||
UPGRADING |
A documentation how to install a PECL-Extension is available in the PHP-Manual http://www.php.net/manual/en/install.pecl.php The extension documentation is now available in the PHP-Manual: http://php.net/manual/en/book.gnupg.php The extension supports only gnupg version 1 and the version 2 is not currently supported. It should be fixed in the extension version 1.5.