Commit 7a3b2be 1 parent 0ca2f36 commit 7a3b2be Copy full SHA for 7a3b2be
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
20
20
21
21
<active >yes</active >
22
22
</developer >
23
- <date >2021-02-03 </date >
24
- <time >13:02:23 </time >
23
+ <date >2021-02-08 </date >
24
+ <time >23:22:33 </time >
25
25
<version >
26
26
<release >0.4.0</release >
27
27
<api >0.3.1</api >
28
28
</version >
29
29
<stability >
30
- <release >alpha </release >
31
- <api >alpha </api >
30
+ <release >beta </release >
31
+ <api >stable </api >
32
32
</stability >
33
33
<license uri =" http://www.php.net/license" >PHP</license >
34
34
<notes >Updated for PHP 7 compatibility.</notes >
Original file line number Diff line number Diff line change 4
4
extern zend_module_entry pcsc_module_entry ;
5
5
#define phpext_pcsc_ptr &pcsc_module_entry
6
6
7
- #define PHP_PCSC_VERSION "0.3.1 "
7
+ #define PHP_PCSC_VERSION "0.4.0 "
8
8
9
9
#ifdef PHP_WIN32
10
10
#define PHP_PCSC_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments