Release 1.5.2

This commit is contained in:
Jakub Zelenka 2025-04-08 12:29:42 +02:00
parent c839aa56e1
commit ca7272b732
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
3 changed files with 27 additions and 8 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.1"
#define PHP_GNUPG_VERSION "1.5.2"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)