Merge branch 'feature/cursor-async' of https://github.com/DaveRandom/pecl-database-pq
[m6w6/ext-pq] / package.xml
index 05a6afeffc0e60fa0bfe662d190e812d52ad9d59..ea94c6c79db1005b81d6aee9539dfe3c99c5323c 100644 (file)
@@ -31,10 +31,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-10-17</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.5.2</release>
-  <api>0.5.0</api>
+  <release>0.6.0RC1</release>
+  <api>0.6.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -42,14 +48,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Support PostgreSQL 9.0 and up
-* Make JSON support optional
+* 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" />
@@ -149,6 +158,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </dependencies>
  <providesextension>pq</providesextension>
  <extsrcrelease>
+  <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>