mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
84 lines
2.4 KiB
XML
84 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<package
|
||
|
packagerversion="1.4.11"
|
||
|
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>pq</name>
|
||
|
<channel>pecl.php.net</channel>
|
||
|
<summary>libpq binding</summary>
|
||
|
<description>Binding for libpq (PostgreSQL client library)</description>
|
||
|
<lead>
|
||
|
<name>Michael Wallner</name>
|
||
|
<user>mike</user>
|
||
|
<email>mike@php.net</email>
|
||
|
<active>yes</active>
|
||
|
</lead>
|
||
|
<date>2013-01-31</date>
|
||
|
<version>
|
||
|
<release>1.0.0dev</release>
|
||
|
<api>1.0.0</api>
|
||
|
</version>
|
||
|
<stability>
|
||
|
<release>beta</release>
|
||
|
<api>beta</api>
|
||
|
</stability>
|
||
|
<license>BSD, revised</license>
|
||
|
<notes><![CDATA[
|
||
|
* Initial release
|
||
|
]]></notes>
|
||
|
<contents>
|
||
|
<dir name="/">
|
||
|
<file role="doc" name="CREDITS" />
|
||
|
<file role="doc" name="EXPERIMENTAL" />
|
||
|
<file role="doc" name="LICENSE" />
|
||
|
<file role="src" name="config.m4" />
|
||
|
<dir name="src">
|
||
|
<file role="src" name="php_pq.h" />
|
||
|
<file role="src" name="php_pq.c" />
|
||
|
</dir>
|
||
|
<dir name="tests">
|
||
|
<file role="test" name="async001.phpt" />
|
||
|
<file role="test" name="async002.phpt" />
|
||
|
<file role="test" name="async003.phpt" />
|
||
|
<file role="test" name="async004.phpt" />
|
||
|
<file role="test" name="async005.phpt" />
|
||
|
<file role="test" name="async006.phpt" />
|
||
|
<file role="test" name="basic001.phpt" />
|
||
|
<file role="test" name="basic002.phpt" />
|
||
|
<file role="test" name="cancel001.phpt" />
|
||
|
<file role="test" name="copy001.phpt" />
|
||
|
<file role="test" name="lob001.phpt" />
|
||
|
<file role="test" name="map001.phpt" />
|
||
|
<file role="test" name="notify001.phpt" />
|
||
|
<file role="test" name="reset001.phpt" />
|
||
|
<file role="test" name="savepoint001.phpt" />
|
||
|
<file role="test" name="stm_desc001.phpt" />
|
||
|
<file role="test" name="trans001.phpt" />
|
||
|
<file role="test" name="_setup.inc" />
|
||
|
<file role="test" name="_skipif.inc" />
|
||
|
</dir>
|
||
|
</dir>
|
||
|
</contents>
|
||
|
<dependencies>
|
||
|
<required>
|
||
|
<php>
|
||
|
<min>5.4</min>
|
||
|
</php>
|
||
|
<pearinstaller>
|
||
|
<min>1.4.0</min>
|
||
|
</pearinstaller>
|
||
|
</required>
|
||
|
</dependencies>
|
||
|
<providesextension>pq</providesextension>
|
||
|
<extsrcrelease>
|
||
|
<configureoption default="yes" name="with-pq" prompt="whether to enable libpq support" />
|
||
|
</extsrcrelease>
|
||
|
</package>
|
||
|
|