create test db
[m6w6/ext-pq] / package.xml
index d52ecfac8c743bd4a8104b51684353d683132cbd..67cbe83c90ffeb64d754e9df6f0a06396d9fc3dd 100644 (file)
@@ -37,9 +37,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>daverandom@php.net</email>
   <active>yes</active>
  </developer>
- <date>2015-06-08</date>
+ <date>2015-07-28</date>
  <version>
-  <release>0.6.0RC1</release>
+  <release>0.6.0RC2</release>
   <api>0.6.0</api>
  </version>
  <stability>
@@ -50,10 +50,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <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\Statement::$types readonly properties
-* Added pq\Cursor::{open,close}Async() methods
-* Added pq\Cursor::$query and pq\Cursor::$flags readonly properties
++ 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="/">
@@ -164,7 +168,7 @@ 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>