mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-14 20:09:35 +00:00
Official PHP gnupg extension repository
The return type is an associative array of keyid -> status, where status is true if we have a secret key locally for that key or false if not. If the provided $enctext is invalid, it returns false and sets the error state appropriately. |
||
|---|---|---|
| phpc@6b7438355c | ||
| tests | ||
| .gitignore | ||
| .gitmodules | ||
| config.m4 | ||
| EXPERIMENTAL | ||
| gnupg.c | ||
| gnupg_keylistiterator.c | ||
| LICENSE | ||
| package.xml | ||
| php_gnupg.h | ||
| php_gnupg_keylistiterator.h | ||
| README | ||
| 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.