2015-12-07 08:22:29 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<package 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">
|
2013-01-31 22:15:54 +01:00
|
|
|
<name>pq</name>
|
|
|
|
<channel>pecl.php.net</channel>
|
2014-09-11 15:29:48 +02:00
|
|
|
<summary>PostgreSQL client library (libpq) binding</summary>
|
2014-10-17 11:42:36 +02:00
|
|
|
<description>
|
2015-09-05 15:14:12 +02:00
|
|
|
Documents: https://mdref.m6w6.name/pq
|
2015-12-07 08:22:29 +01:00
|
|
|
|
2013-04-25 10:14:41 +02:00
|
|
|
Highlights:
|
2014-10-15 17:57:15 +02:00
|
|
|
* Nearly complete support for asynchronous usage:
|
2015-09-05 15:14:12 +02:00
|
|
|
https://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage
|
2013-04-25 10:14:41 +02:00
|
|
|
* Extended type support by pg_type:
|
2015-09-05 15:14:12 +02:00
|
|
|
https://mdref.m6w6.name/pq/Types/%3A%20Overview
|
2013-04-25 10:14:41 +02:00
|
|
|
* Fetching simple multi-dimensional array maps:
|
2015-09-05 15:14:12 +02:00
|
|
|
https://mdref.m6w6.name/pq/Result/map
|
2015-12-07 08:22:29 +01:00
|
|
|
* Working Gateway implementation:
|
2015-09-05 15:14:12 +02:00
|
|
|
https://mdref.m6w6.name/pq-gateway
|
2014-10-17 11:42:36 +02:00
|
|
|
</description>
|
2013-01-31 22:15:54 +01:00
|
|
|
<lead>
|
|
|
|
<name>Michael Wallner</name>
|
|
|
|
<user>mike</user>
|
|
|
|
<email>mike@php.net</email>
|
|
|
|
<active>yes</active>
|
|
|
|
</lead>
|
2014-12-17 11:31:54 +01:00
|
|
|
<developer>
|
|
|
|
<name>Chris Wright</name>
|
|
|
|
<user>daverandom</user>
|
|
|
|
<email>daverandom@php.net</email>
|
|
|
|
<active>yes</active>
|
|
|
|
</developer>
|
2016-05-03 15:04:38 +02:00
|
|
|
<date>2016-05-03</date>
|
2013-01-31 22:15:54 +01:00
|
|
|
<version>
|
2016-05-03 18:42:27 +02:00
|
|
|
<release>2.0.2dev</release>
|
2015-12-04 15:34:05 +01:00
|
|
|
<api>2.0.0</api>
|
2013-01-31 22:15:54 +01:00
|
|
|
</version>
|
|
|
|
<stability>
|
2016-01-19 14:01:34 +01:00
|
|
|
<release>stable</release>
|
2015-12-04 15:34:05 +01:00
|
|
|
<api>stable</api>
|
2013-01-31 22:15:54 +01:00
|
|
|
</stability>
|
2015-12-07 08:22:29 +01:00
|
|
|
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
|
2014-10-17 11:42:36 +02:00
|
|
|
<notes><![CDATA[
|
2016-05-03 18:42:27 +02:00
|
|
|
*
|
2014-10-17 11:42:36 +02:00
|
|
|
]]></notes>
|
2013-01-31 22:15:54 +01:00
|
|
|
<contents>
|
|
|
|
<dir name="/">
|
2015-12-07 08:22:29 +01:00
|
|
|
<file role="doc" name="AUTHORS" />
|
|
|
|
<file role="doc" name="BUGS" />
|
|
|
|
<file role="doc" name="CONTRIBUTING.md" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="doc" name="CREDITS" />
|
|
|
|
<file role="doc" name="LICENSE" />
|
2015-12-07 08:22:29 +01:00
|
|
|
<file role="doc" name="THANKS" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="doc" name="TODO" />
|
|
|
|
<file role="doc" name="README.md" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="src" name="config.m4" />
|
2014-10-23 09:42:52 +02:00
|
|
|
<file role="src" name="config9.m4" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="src" name="php_pq.h" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="src" name="gen_pq_type.sh" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="src" name="php_pq_type.awk" />
|
|
|
|
<file role="src" name="php_pq_type.h" />
|
|
|
|
<dir name="src">
|
|
|
|
<file role="src" name="php_pq_callback.c" />
|
|
|
|
<file role="src" name="php_pq_callback.h" />
|
|
|
|
<file role="src" name="php_pqcancel.c" />
|
|
|
|
<file role="src" name="php_pqcancel.h" />
|
|
|
|
<file role="src" name="php_pqconn.c" />
|
|
|
|
<file role="src" name="php_pqconn_event.c" />
|
|
|
|
<file role="src" name="php_pqconn_event.h" />
|
|
|
|
<file role="src" name="php_pqconn.h" />
|
|
|
|
<file role="src" name="php_pqcopy.c" />
|
|
|
|
<file role="src" name="php_pqcopy.h" />
|
|
|
|
<file role="src" name="php_pqcur.c" />
|
|
|
|
<file role="src" name="php_pqcur.h" />
|
|
|
|
<file role="src" name="php_pqexc.c" />
|
|
|
|
<file role="src" name="php_pqexc.h" />
|
|
|
|
<file role="src" name="php_pqlob.c" />
|
|
|
|
<file role="src" name="php_pqlob.h" />
|
|
|
|
<file role="src" name="php_pq_misc.c" />
|
|
|
|
<file role="src" name="php_pq_misc.h" />
|
|
|
|
<file role="src" name="php_pq_module.c" />
|
|
|
|
<file role="src" name="php_pq_object.c" />
|
|
|
|
<file role="src" name="php_pq_object.h" />
|
|
|
|
<file role="src" name="php_pq_params.c" />
|
|
|
|
<file role="src" name="php_pq_params.h" />
|
|
|
|
<file role="src" name="php_pqres.c" />
|
|
|
|
<file role="src" name="php_pqres.h" />
|
|
|
|
<file role="src" name="php_pqstm.c" />
|
|
|
|
<file role="src" name="php_pqstm.h" />
|
|
|
|
<file role="src" name="php_pqtxn.c" />
|
|
|
|
<file role="src" name="php_pqtxn.h" />
|
|
|
|
<file role="src" name="php_pqtypes.c" />
|
|
|
|
<file role="src" name="php_pqtypes.h" />
|
|
|
|
</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="async007.phpt" />
|
|
|
|
<file role="test" name="async008.phpt" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="test" name="async009.phpt" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="test" name="basic001.phpt" />
|
|
|
|
<file role="test" name="basic002.phpt" />
|
|
|
|
<file role="test" name="bound002.phpt" />
|
2016-05-03 15:04:38 +02:00
|
|
|
<file role="test" name="callback001.phpt" />
|
|
|
|
<file role="test" name="callback002.phpt" />
|
|
|
|
<file role="test" name="callback003.phpt" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="test" name="cancel001.phpt" />
|
|
|
|
<file role="test" name="conv001.phpt" />
|
|
|
|
<file role="test" name="copy001.phpt" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="test" name="crash_cur_reverse_dep.phpt" />
|
|
|
|
<file role="test" name="crash_result_iterator.phpt" />
|
|
|
|
<file role="test" name="crash_stm_reverse_dep.phpt" />
|
|
|
|
<file role="test" name="crash_txn_reverse_dep.phpt" />
|
|
|
|
<file role="test" name="crash_unbuffered_async_prepare.phpt" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="test" name="cursor001.phpt" />
|
|
|
|
<file role="test" name="encoding001.phpt" />
|
|
|
|
<file role="test" name="exceptions001.phpt" />
|
|
|
|
<file role="test" name="exceptions002.phpt" />
|
|
|
|
<file role="test" name="fetch001.phpt" />
|
|
|
|
<file role="test" name="info001.phpt" />
|
|
|
|
<file role="test" name="info002.phpt" />
|
|
|
|
<file role="test" name="lob001.phpt" />
|
|
|
|
<file role="test" name="lob002.phpt" />
|
|
|
|
<file role="test" name="lob003.phpt" />
|
|
|
|
<file role="test" name="lob004.phpt" />
|
|
|
|
<file role="test" name="map001.phpt" />
|
|
|
|
<file role="test" name="notify001.phpt" />
|
|
|
|
<file role="test" name="persistent001.phpt" />
|
|
|
|
<file role="test" name="res001.phpt" />
|
|
|
|
<file role="test" name="reset001.phpt" />
|
|
|
|
<file role="test" name="savepoint001.phpt" />
|
|
|
|
<file role="test" name="stm_bound001.phpt" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="test" name="stm_deallocate_prepare001.phpt" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="test" name="stm_desc001.phpt" />
|
|
|
|
<file role="test" name="stm_desc002.phpt" />
|
2015-05-29 09:56:09 +02:00
|
|
|
<file role="test" name="stm_props001.phpt" />
|
2014-10-17 11:42:36 +02:00
|
|
|
<file role="test" name="trans001.phpt" />
|
|
|
|
<file role="test" name="trans002.phpt" />
|
|
|
|
<file role="test" name="types001.phpt" />
|
|
|
|
<file role="test" name="types002.phpt" />
|
|
|
|
<file role="test" name="unbuffered001.phpt" />
|
|
|
|
<file role="test" name="_setup.inc" />
|
|
|
|
<file role="test" name="_skipif.inc" />
|
|
|
|
</dir>
|
2013-01-31 22:15:54 +01:00
|
|
|
</dir>
|
|
|
|
</contents>
|
|
|
|
<dependencies>
|
|
|
|
<required>
|
|
|
|
<php>
|
2015-12-04 15:34:05 +01:00
|
|
|
<min>7.0.0</min>
|
2013-01-31 22:15:54 +01:00
|
|
|
</php>
|
|
|
|
<pearinstaller>
|
|
|
|
<min>1.4.0</min>
|
|
|
|
</pearinstaller>
|
2013-02-05 21:59:37 +01:00
|
|
|
<package>
|
|
|
|
<name>raphf</name>
|
|
|
|
<channel>pecl.php.net</channel>
|
2015-12-04 15:34:05 +01:00
|
|
|
<min>2.0.0dev</min>
|
2013-02-05 21:59:37 +01:00
|
|
|
<providesextension>raphf</providesextension>
|
|
|
|
</package>
|
2013-01-31 22:15:54 +01:00
|
|
|
</required>
|
|
|
|
</dependencies>
|
|
|
|
<providesextension>pq</providesextension>
|
2014-10-17 11:42:36 +02:00
|
|
|
<extsrcrelease>
|
2014-10-23 12:48:54 +02:00
|
|
|
<configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
|
2014-10-17 11:42:36 +02:00
|
|
|
</extsrcrelease>
|
2013-01-31 22:15:54 +01:00
|
|
|
</package>
|