gnupg

wrapper around the gpgme library


This extension provides methods to interact with gnupg

License: BSD, revised

Latest releases

Version Release Download
1.5.4 2025-08-08 gnupg-1.5.4.tgz
1.5.3 2025-06-02 gnupg-1.5.3.tgz
1.5.2 2025-04-08 gnupg-1.5.2.tgz
1.5.1 2021-12-31 gnupg-1.5.1.tgz
1.5.0 2021-04-10 gnupg-1.5.0.tgz
Show all releases

Changelog

Version Message
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
Show complete changelog