| Changelog for gnupg | 
                                    
                        | Release | What has changed? | 
                                            
                                                    
                                | 1.5.4 | * Fixed GH-57: PHP 8.5 build failure due to usage of removed zend_exception_get_default() * Fixed GH-59: Failure to build with gpgme >= 2.0.0 due to romoved trustlist
 | 
                                                                    
                                                    
                                | 1.5.3 | * Fixed GH-32: Decryption of message encrypted with multiple keys | 
                                                                    
                                                    
                                | 1.5.2 | - Fixed GH-37: gnupg_decrypt() returns false when decrypting an encrypted empty string - Fixed GH-46: gnupg_decrypt() segfaults when password callback user ID hint is not supplied
 - Fixed 1.5.0 regressition - the deletekey `allow_secret` made optional again
 | 
                                                                    
                                                    
                                | 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.0RC2 | * Fixed ZTS issue with invalid context for a password callback | 
                                                                    
                                                    
                                | 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 |