Merge branch 'feature/cursor-async' of https://github.com/DaveRandom/pecl-database-pq
[m6w6/ext-pq] / package.xml
index 658cddd53866a339723a9deee2bce74cefb83595..ea94c6c79db1005b81d6aee9539dfe3c99c5323c 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,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-09-30</date>
+ <developer>
+  <name>Chris Wright</name>
+  <user>daverandom</user>
+  <email>daverandom@php.net</email>
+  <active>yes</active>
+ </developer>
+ <date>2014-12-17</date>
  <version>
-  <release>0.6.0dev</release>
+  <release>0.6.0RC1</release>
   <api>0.6.0</api>
  </version>
  <stability>
@@ -42,13 +48,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-*
+* Fixed crash with result iterator when the iterator exists longer than the result
+* Fixed array parser compatibility with arrays of boxes 
+* Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods
+* Added pq\Statement::$query and pq\Statment::$types readonly properties
 ]]></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" />
@@ -148,7 +158,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </dependencies>
  <providesextension>pq</providesextension>
  <extsrcrelease>
-  <configureoption default="yes" name="with-pq" prompt="whether to enable libpq support" />
+  <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>