fix compilation issue

This commit is contained in:
Jim Jagielski 2015-02-11 18:10:16 +00:00
parent 82bd767afa
commit b6f6663639
3 changed files with 19 additions and 5 deletions

View file

@ -19,7 +19,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.3.5"
#define PHP_GNUPG_VERSION "1.3.6"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)