diff --git a/package.xml b/package.xml index 76a34ba..3d6b70b 100644 --- a/package.xml +++ b/package.xml @@ -10,7 +10,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> It is a wrapper to the wonderfull and free project PCSC-Lite which is the middleware to access a smart card using SCard API (PC/SC). Since PCSC-Lite is compatible to the winscard API it should be possible to compile this extension -using a Windows® operating system. Currently I only take focus on Linux +using a Windows operating system. Currently I only take focus on Linux environments. @@ -22,8 +22,8 @@ environments. 2011-12-13 - 0.1 - 0.1 + 0.1.1 + 0.1.1 alpha diff --git a/pcsc.c b/pcsc.c index a3f4f0c..9bf0210 100644 --- a/pcsc.c +++ b/pcsc.c @@ -37,7 +37,7 @@ * * Every user visible function must have an entry in pcsc_functions[]. */ -function_entry pcsc_functions[] = { +zend_function_entry pcsc_functions[] = { PHP_FE(scard_establish_context, NULL) PHP_FE(scard_release_context, NULL) PHP_FE(scard_is_valid_context, NULL)