pcsc/package.xml
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

57 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
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.
</description>
<lead>
<name>Johannes Findeisen</name>
<user>hanez</user>
<email>you@hanez.org</email>
<active>yes</active>
</lead>
<date>2014-04-24</date>
<time>02:30:00</time>
<version>
<release>0.3</release>
<api>0.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Fix w32 build, fix compiler warnings, use zval resource instead of LONG for handles</notes>
<contents>
<dir name="/">
<file name="COPYING" role="doc" />
<file name="CREDITS" role="doc" />
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="pcsc.c" role="src" />
<file name="php_pcsc.h" role="src" />
<file name="README" role="doc" />
<file name="TODO" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.3</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>pcsc</providesextension>
<extsrcrelease />
</package>