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
This commit is contained in:
Johannes Findeisen 2015-01-22 23:41:10 +00:00
commit 1fbba2e52c
3 changed files with 15 additions and 13 deletions

3
README
View file

@ -1,3 +0,0 @@
This is totally unstable! Don't use in production environments!
You have been warned... ;)

18
TODO
View file

@ -1,7 +1,15 @@
Some things that need to be done:
Implement important missing PC/SC functions:
- Find all leaks and fix them
- Write all function documentation
- Write complete API documentation
- ...
- SCardControl(),
SCardGetStatusChange(),
SCardBeginTransaction(),
SCardEndTransaction()
Implement less important missing PC/SC functions:
- SCardGetAttrib(),
SCardSetAttrib(),
SCardListReaderGroups(),
SCardReconnect
Write complete API documentation

View file

@ -5,11 +5,8 @@ http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>pcsc</name>
<channel>pecl.php.net</channel>
<summary>An extension for PHP using the winscard PC/SC API</summary>
<description>This is an extension for using PC/SC based smart cards with PHP.
It is a wrapper to the wonderful and free project PCSC-Lite which is the
middleware to access a smart card using SCard API (PC/SC). Both Linux and
Windows are supported.
<summary>winscard PC/SC API support for PHP</summary>
<description>This is an extension for using PC/SC based smart cards with PHP. It is a wrapper to the winscard API which provides a native interface to smart cards using the PC/SC standard. Both Linux and Windows are supported.
</description>
<lead>
<name>Johannes Findeisen</name>