diff --git a/README b/README deleted file mode 100644 index 073b7d2..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -This is totally unstable! Don't use in production environments! - -You have been warned... ;) diff --git a/TODO b/TODO index 4bc0433..644bbb0 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/package.xml b/package.xml index e977d85..d3d2a4e 100644 --- a/package.xml +++ b/package.xml @@ -5,11 +5,8 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> pcsc pecl.php.net - An extension for PHP using the winscard PC/SC API - 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. + winscard PC/SC API support for PHP + 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. Johannes Findeisen