Release 1.5.3

This commit is contained in:
Jakub Zelenka 2025-06-02 20:53:52 +02:00
parent 74993ff4a2
commit 0ebdb02515
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
3 changed files with 26 additions and 7 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.2"
#define PHP_GNUPG_VERSION "1.5.3"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)