update doc links
[m6w6/ext-pq] / package.xml
index e6b1d8a5b0d12f6ecf4b0c9d6e9ffcd3c207835a..67cbe83c90ffeb64d754e9df6f0a06396d9fc3dd 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-15</date>
+ <developer>
+  <name>Chris Wright</name>
+  <user>daverandom</user>
+  <email>daverandom@php.net</email>
+  <active>yes</active>
+ </developer>
+ <date>2015-07-28</date>
  <version>
-  <release>0.5.0</release>
-  <api>0.5.0</api>
+  <release>0.6.0RC2</release>
+  <api>0.6.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -42,31 +48,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Published documentation at http://devel-m6w6.rhcloud.com/mdref/pq
-+ Added pq\Connection::$params
-+ Added pq\Connection::declare(), pq\Connection::declareAsync() and pq\Cursor
-+ Added pq\Connection::unlisten() and pq\Connection::off()
-+ Added pq\Connection::$defaultFetchType, pq\Connection::$defaultTransactionIsolation, 
-  pq\Connection::$defaultTransactionReadonly and pq\Connection::$defaultTransactionDeferrable
-+ Added pq\Connection::$defaultAutoConvert and pq\Result::$autoConvert
-+ Added pq\Result::CONV_BOOL, pq\Result::CONV_INT, pq\Result::CONV_FLOAT, pq\Result::CONV_SCALAR,
-  pq\Result::CONV_ARRAY, pq\Result::CONV_DATETIME, pq\Result::CONV_JSON and pq\Result::CONV_ALL
-+ Always declare pq\Types OID constants
-+ Added pq\Result::fetchAllCols()
-- Reverse arguments of pq\Result::fetchCol()
-- Attempt to access properties of objects that have not been initialized by its constructor will throw E_RECOVERABLE_ERROR
-- Renamed pq\ConverterInterface to pq\Converter
-- Added second argument "$type" to pq\Converter::convertFromString() and pq\Converter::convertToString() 
-* Fixed wakeup of persistent connections to ping the server with an empty query and eventually reset the connection
-* Fixed possible invalid free and leak
-* Fixed a possible crash
+* 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\Statement::$types readonly properties
++ Added pq\Cursor::{open,close}Async() methods
++ Added pq\Cursor::$query and pq\Cursor::$flags readonly properties
+
+Changes from RC1:
+* Fixed RTLD_LAZY compatibility with pecl/raphf
+* Simplified config.m4
 ]]></notes>
  <contents>
   <dir name="/">
    <file role="doc" name="CREDITS" />
    <file role="doc" name="LICENSE" />
+   <file role="doc" name="TODO" />
+   <file role="doc" name="README.md" />
    <file role="src" name="config.m4" />
+   <file role="src" name="config9.m4" />
    <file role="src" name="php_pq.h" />
+   <file role="src" name="gen_pq_type.sh" />
    <file role="src" name="php_pq_type.awk" />
    <file role="src" name="php_pq_type.h" />
    <dir name="src">
@@ -111,12 +113,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
     <file role="test" name="async006.phpt" />
     <file role="test" name="async007.phpt" />
     <file role="test" name="async008.phpt" />
+    <file role="test" name="async009.phpt" />
     <file role="test" name="basic001.phpt" />
     <file role="test" name="basic002.phpt" />
     <file role="test" name="bound002.phpt" />
     <file role="test" name="cancel001.phpt" />
     <file role="test" name="conv001.phpt" />
     <file role="test" name="copy001.phpt" />
+    <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" />
     <file role="test" name="cursor001.phpt" />
     <file role="test" name="encoding001.phpt" />
     <file role="test" name="exceptions001.phpt" />
@@ -135,8 +143,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
     <file role="test" name="reset001.phpt" />
     <file role="test" name="savepoint001.phpt" />
     <file role="test" name="stm_bound001.phpt" />
+    <file role="test" name="stm_deallocate_prepare001.phpt" />
     <file role="test" name="stm_desc001.phpt" />
     <file role="test" name="stm_desc002.phpt" />
+    <file role="test" name="stm_props001.phpt" />
     <file role="test" name="trans001.phpt" />
     <file role="test" name="trans002.phpt" />
     <file role="test" name="types001.phpt" />
@@ -158,13 +168,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>1.0.4</min>
+    <min>1.1.0</min>
     <providesextension>raphf</providesextension>
    </package>
   </required>
  </dependencies>
  <providesextension>pq</providesextension>
  <extsrcrelease>
+  <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>