Release 1.5.4

This commit is contained in:
Jakub Zelenka 2025-08-08 15:01:04 +02:00
parent b6fbcbc56a
commit ced3b06792
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
3 changed files with 25 additions and 5 deletions

View file

@ -18,7 +18,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.5.3"
#define PHP_GNUPG_VERSION "1.5.4"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)