aab796c982
.gitignore update
2021-02-23 20:37:54 +01:00
4b2df9bae8
Copy/Paste fix
2021-02-22 04:32:30 +01:00
62b8e1e6d8
Added scard_begin_transaction and scard_end_transaction; SEGFAULTS when using it
2021-02-22 04:21:28 +01:00
9023e2a831
README update
2021-02-22 04:17:32 +01:00
576a3c6ca0
.gitignore update
2021-02-22 04:16:16 +01:00
1226d9ace8
Replaced tabs with 2 whitespaces in pcsc.c
2021-02-22 02:46:54 +01:00
aac7782210
Moved content from CREDITS and TODO to README and deleted files
2021-02-22 02:09:10 +01:00
87c612789b
Added more API docs
2021-02-21 08:41:11 +01:00
2e58c9192d
Added more API docs
2021-02-21 08:38:33 +01:00
ac8fa37a53
Content update
2021-02-21 08:19:09 +01:00
744c0e7654
Content update
2021-02-21 08:18:39 +01:00
41eafbe76f
Content update
2021-02-21 08:17:03 +01:00
23bc4ea3e4
Content update
2021-02-21 08:04:53 +01:00
d76a0296ec
Content update
2021-02-21 07:56:18 +01:00
6508c44984
Content update
2021-02-21 07:50:36 +01:00
83de43d9fe
Content update
2021-02-21 07:04:51 +01:00
4b7273ae39
Content update
2021-02-21 06:59:46 +01:00
6a3027b35b
Content update
2021-02-21 06:59:18 +01:00
fc687719c6
Content update
2021-02-21 06:58:03 +01:00
2562478bd4
Fixed and added some more PHP test code; Not stable
2021-02-21 06:19:50 +01:00
5aad57fa26
CREDITS name order fix
2021-02-21 03:10:30 +01:00
851e1dded2
API documentation fix.
2021-02-21 01:55:04 +01:00
54382009f7
Converted documentaion files to Markdown; Updated all content to current version; Added some credit;
v0.5.1
2021-02-21 01:34:32 +01:00
f66c5ae0a6
Update for PHP8 compatibility; README update.
v0.5.0
2021-02-21 00:26:56 +01:00
7fb5ca5d41
Merge pull request #2 from remicollet/issue-arginfo
...
Issue arginfo
2021-02-12 17:16:42 +01:00
Remi Collet
7086a7e25a
fix default valur
2021-02-10 11:04:17 +01:00
Remi Collet
7849799fe7
generate arginfo from stub file
2021-02-10 10:23:42 +01:00
Remi Collet
71ee080987
add common .gitignore rules
2021-02-10 10:22:52 +01:00
1c91afe164
Merge pull request #1 from remicollet/issue-fix
...
For PHP 8
2021-02-09 17:47:35 +01:00
Remi Collet
1d0a009e02
add missing arginfo (mandatory for PHP 8)
2021-02-09 07:50:34 +01:00
Remi Collet
054ec3d5a3
fix build warnings ([-Wunused-variable] and [-Wformat=])
2021-02-09 07:40:33 +01:00
7a3b2be482
0.4.0 beta release
v0.4.0
2021-02-08 23:26:44 +01:00
0ca2f36be9
Small README update; Added Calvin Buckley to CREDITS
2021-02-08 21:42:20 +01:00
70ea7af3c1
Added README
2021-02-08 21:20:05 +01:00
Calvin Buckley
c44c0067eb
Fix types for PHP 7; fix argument parsing
...
PHP 7 uses 64-bit zend_long and string lengths are size_t.
The preferred protocol was getting overwritten with a default 0.
Only use this argument if more than 2 arguments were specified.
2021-02-04 17:19:07 -04:00
Calvin Buckley
9c80d44be2
Update package.xml
2021-02-03 17:43:52 -04:00
Calvin Buckley
1961db1475
Remove TSRM crud
2021-02-03 15:15:23 -04:00
Calvin Buckley
ddd241448c
Bare-minimum pass for PHP 7
...
Not tested, nor has PHP 8 been done yet.
2021-02-03 15:13:20 -04:00
Johannes Findeisen
015c767019
package.xml fix
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335790 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 23:42:05 +00:00
Johannes Findeisen
1fbba2e52c
README deleted, TODO update and desciption update in package.xml
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335789 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 23:41:10 +00:00
Johannes Findeisen
e5df8d6e39
just housekkeeping; mostly inserted whitespaces...
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335788 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 22:46:11 +00:00
Johannes Findeisen
55640fee83
cleanups, release fixes and ugly code replace
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335787 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 22:21:24 +00:00
Johannes Findeisen
2ff770f19f
0.3.1 Bugfix release
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335786 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 22:05:31 +00:00
Johannes Findeisen
287b21c653
Fixed bug to also make it possible to use T=0 protocol cards
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335785 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-22 19:36:27 +00:00
Remi Collet
6db752f61c
fix copy/paste error in previous
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333474 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-04 17:53:25 +00:00
Remi Collet
12a1e3f374
fix build with old pcsc-lite (tested with 1.5.2 on rhel-6)
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333473 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-04 17:50:17 +00:00
Remi Collet
0090e833ab
fix header installation dir
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333472 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-04 17:20:35 +00:00
Remi Collet
ec0364f409
honour --with-libdir option
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333471 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-04 17:05:12 +00:00
Marco Schuster
8f001e710e
update RELEASE
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333417 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-24 00:32:51 +00:00
Marco Schuster
4ef88ac844
fix Linux build errors due to buggy header files
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333416 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-24 00:28:48 +00:00