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
Marco Schuster
d47c882716
Replace warnings with RETURN_FALSE and a global last_errno to allow userland response to errors
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332847 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-13 11:05:09 +00:00
Marco Schuster
9791060ed7
fix release date in package.xml
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332840 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-12 17:05:48 +00:00
Marco Schuster
3bbd4620a1
Fix compiler warnings, use zval resource instead of long for handles
...
Also bump version because the new return values have a different type now.
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332839 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-12 17:02:04 +00:00
Anatol Belski
bd84657c51
fixed config.w32
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@332823 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-10 21:20:53 +00:00
Anatol Belski
f6656f07df
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
2013-10-15 10:48:51 +00:00
Johannes Findeisen
17807f8593
forgot to commit the current package.xml... sorry
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@330080 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-11 19:06:58 +00:00
Johannes Findeisen
a438f8610c
bumped version to 0.2 in package.xml; will release this now
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@330079 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-11 18:12:44 +00:00
Johannes Findeisen
a6d9a70013
added w32 support; thanks to Goker Cetin: please test this stuff since i don't use windows OS
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@330078 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-11 17:55:27 +00:00
Johannes Findeisen
3e56a29eba
fixed a small error to compile succesfully using PHP5.4
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@330077 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-11 17:39:38 +00:00
Johannes Findeisen
d17514112e
Deleted build.sh
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320998 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 23:23:19 +00:00
Johannes Findeisen
1f19de4b84
Added some new directory structure and removed all temporary and obselete stuff.
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320997 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 23:22:45 +00:00
Johannes Findeisen
8db0824d92
Initial commit of the PC/SC (pcsc) extension. There is some stuff that needs to be romoved like the build.sh script and the subfolders tmp/ and php/.
...
I think the .m4 file has some bugs because it fails to build without my weird build.sh script. I will fix that ASAP.
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320951 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 16:57:24 +00:00
Johannes Findeisen
230d4052b2
Craeted branches, tags and trunk subdir.
...
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320950 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 16:51:25 +00:00