gnupg pecl.php.net wrapper around the gpgme library This extension provides methods to interact with gnupg Jakub Zelenka bukka bukka@php.net yes Jim Jagielski jimjag jimjag@php.net no Sean DuBois seander sean@siobud.com no 2021-04-10 1.5.0 1.5.0 stable stable BSD, revised * Added new README.md 5.3.2 1.4.0b1 gnupg 2021-03-07 1.5.0RC2 1.5.0RC2 beta beta BSD, revised * Fixed build with libgpgme 1.3 * Fixed largefile support on 32-bit platforms * Fixed tests in PECL archive 1.5.0RC1 1.5.0RC1 beta beta 2021-02-14 BSD, revised * Added support for PHP 8 * Added support for GnuPG 2.1+ * Added argument info for all functions and methods (reflection support) * Added new function `gnupg_getengineinfo` * Added new function `gnupg_geterrorinfo` * Added init array argument for setting home dir and gpg binary file name * Added additional fields to `gnupg_keyinfo` returned array * Added parameter to `gnupg_keyinfo` to use `secret_only` * Fixed `gnupg_deletekey` to use boolean for `allow_secret` parameter 1.4.0 1.4.0 stable stable 2016-08-29 BSD, revised * No changes since 1.4.0RC2 1.4.0RC2 1.4.0RC2 beta beta 2016-07-24 BSD, revised * Fixed ZTS issue with invalid context for a password callback 1.4.0RC1 1.4.0RC1 beta beta 2016-06-15 BSD, revised * Added support for PHP 7 * Fixed various compilation issues 1.3.6 1.3.6 stable stable 2015-02-11 BSD, revised * Fixed compilation bug 1.3.5 1.3.5 stable stable 2015-02-11 BSD, revised * Fix compatibility with PHP 5.4, 5.5 and 5.6 * Fix iterator bug #65342 1.3.4 1.3.4 beta beta 2013-12-31 BSD, revised * No fixes 1.3.3 1.3.3 stable stable 2013-07-17 BSD, revised * Fix compatibility with PHP 5.4 and 5.5 1.3.2 1.3.2 stable stable 2010-07-20 BSD, revised * Fix compatibility with gpgme >= 1.2.0 and crashes on 64-bit systems 1.3.1 1.3.1 stable stable 2007-05-04 BSD, revised * Fixed double-free with recent gpgme-lib 1.3 1.3 stable stable 2006-11-06 BSD, revised * PHP 5.2 compatibility * gnupg_deletekey now allows deleting a secret key in procedural usage * Bumped min version to 4.4 1.2 1.2 stable stable 2006-05-23 BSD, revised * Fixed bug #7587 (gnupg_verify fails with detached signature) * Added "summary" into signature-array 1.1 1.1 stable stable 2006-03-16 BSD, revised * Improved PHP4 compatibility * Fixed passphrase-errors now takes care of the errormode 1.0 1.0 stable stable 2005-12-29 BSD, revised * Bumped to stable 0.7.1 0.7.1 beta beta 2005-12-01 BSD, revised * Fixed PHP 5.1 build 0.7 0.7 beta beta 2005-11-29 BSD, revised * Changed licence to BSD, revised * Fixed error during keyimport when the keyring is not writeable * Fixed error when an invalid errormode is passed to seterrormode 0.6.1 0.6.1 beta beta 2005-11-12 BSD, revised * Fixed zts build 0.6 0.6 beta beta 2005-11-12 BSD, revised * Added seterrormode * Various memory optimizations 0.5 0.5 beta beta 2005-10-25 BSD, revised * Added support for multiple keys * Added getsignatures * Verify can now handle all signature types 0.4 0.4 beta beta 2005-10-17 BSD, revised * Added procedual usage and lowered min PHP Version to 4.3 0.3 0.3 beta beta 2005-10-15 BSD, revised * Added import/export methods and better errormessages 0.2 0.2 beta beta 2005-10-10 BSD, revised * Added keylistiterator, encryptsign and decryptverify 0.1 0.1 beta beta 2005-10-07 BSD, revised * Initial release