Update for PHP8 compatibility; README update.

This commit is contained in:
Johannes Findeisen 2021-02-21 00:26:56 +01:00
commit f66c5ae0a6
3 changed files with 16 additions and 29 deletions

View file

@ -4,7 +4,7 @@
extern zend_module_entry pcsc_module_entry;
#define phpext_pcsc_ptr &pcsc_module_entry
#define PHP_PCSC_VERSION "0.4.0"
#define PHP_PCSC_VERSION "0.5.0"
#ifdef PHP_WIN32
#define PHP_PCSC_API __declspec(dllexport)