Version | Message |
1.5.1 |
* Fixed compilation with PHP 8.1 * Fixed build with gpgme 1.4 |
1.5.0 | * Added new README.md |
1.5.0RC2 |
* Fixed build with libgpgme 1.3 * Fixed largefile support on 32-bit platforms * Fixed tests in PECL archive |
1.5.0RC1 |
* 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 | * No changes since 1.4.0RC2 |
1.4.0RC1 |
* Added support for PHP 7 * Fixed various compilation issues |
1.3.6 | Compilation bug |
1.3.5 |
Fix compatibility with PHP 5.4, 5.5 and 5.6 iterator fix bug #65342 |
1.3.3 | Fix compatibility with PHP 5.4 and 5.5 |
1.3.2 | Fix compatibility with gpgme >= 1.2.0 and crashes on 64-bit systems |
1.3.1 | fixed double-free with recent gpgme-lib |
1.3 |
PHP 5.2 compatibility gnupg_deletekey now allows deleting a secret key in procedural usage raised min version to 4.4 |
1.2 |
fixed bug #7587 (gnupg_verify fails with detached signature) added "summary" into signature-array |
1.1 |
improved PHP4 compatibility passphrase-errors now takes care of the errormode |
1.0 | bump to stable |
0.7.1 | fixed PHP 5.1 build |
0.7 |
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 | fixed zts build |
0.6 |
+ added seterrormode - various memory optimizations |
0.5 | now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed. |
0.4 | added procedural usage and lowered min PHP Version to 4.3 |
0.3 | added import/export methods and better errormessages |
0.2 | added keylistiterator, encryptsign and decryptverify |
0.1 | First release and not feature complete. Don't use in production enviroments |