From 1fbba2e52c56e4aa69c36b08970762a6844f3490 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 22 Jan 2015 23:41:10 +0000 Subject: [PATCH] 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 --- README | 3 --- TODO | 18 +++++++++++++----- package.xml | 7 ++----- 3 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 README 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