prefix internal API; ensure raphf is built first in-tree
[m6w6/ext-pq] / package.xml
index 5e369159eb8928eb93cda0eb7a1ccdd1b9903593..58c68f06d9bb26039c28d8a61db99d6243a2dde3 100644 (file)
@@ -13,17 +13,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <channel>pecl.php.net</channel>
  <summary>PostgreSQL client library (libpq) binding</summary>
  <description>
- Documents: https://bitbucket.org/m6w6/ext-pq/wiki
+ Documents: http://devel-m6w6.rhcloud.com/mdref/pq
  
  Highlights:
- * Nearly 100% support for asynchronous usage:
+ * Nearly complete support for asynchronous usage:
    http://devel-m6w6.rhcloud.com/mdref/pq/Connection/%3A%20Asynchronous%20Usage
  * Extended type support by pg_type:
    http:/devel-m6w6.rhcloud.com/mdref/pq/Types/%3A%20Overview
  * Fetching simple multi-dimensional array maps:
    http:/devel-m6w6.rhcloud.com/mdref/pq/Result/map
  * Working Gateway implementation: 
-   https://bitbucket.org/m6w6/pq-gateway
+   https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway
  </description>
  <lead>
   <name>Michael Wallner</name>
@@ -31,9 +31,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-09-30</date>
+ <date>2014-10-17</date>
  <version>
-  <release>0.5.0dev</release>
+  <release>0.5.3dev</release>
   <api>0.5.0</api>
  </version>
  <stability>
@@ -42,13 +42,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-*
+* Fix JSON dep (Remi)
 ]]></notes>
  <contents>
   <dir name="/">
    <file role="doc" name="CREDITS" />
    <file role="doc" name="LICENSE" />
    <file role="src" name="config.m4" />
+   <file role="src" name="config9.m4" />
    <file role="src" name="php_pq.h" />
    <file role="src" name="php_pq_type.awk" />
    <file role="src" name="php_pq_type.h" />