fixed version macros in almost all recently active extensions

git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@331846 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2013-10-15 10:48:51 +00:00
commit f6656f07df
2 changed files with 3 additions and 1 deletions

2
pcsc.c
View file

@ -68,7 +68,7 @@ zend_module_entry pcsc_module_entry = {
NULL,
PHP_MINFO(pcsc),
#if ZEND_MODULE_API_NO >= 20010901
"0.0.1", /* Replace with version number for your extension */
PHP_PCSC_VERSION,
#endif
STANDARD_MODULE_PROPERTIES
};

View file

@ -4,6 +4,8 @@
extern zend_module_entry pcsc_module_entry;
#define phpext_pcsc_ptr &pcsc_module_entry
#define PHP_PCSC_VERSION "0.0.1"
#ifdef PHP_WIN32
#define PHP_PCSC_API __declspec(dllexport)
#else