fix +/* feature/bug prefix
authorMichael Wallner <mike@php.net>
Mon, 27 Jul 2015 07:12:36 +0000 (09:12 +0200)
committerMichael Wallner <mike@php.net>
Mon, 27 Jul 2015 07:12:36 +0000 (09:12 +0200)
package.xml

index 21911e53e0c22521ae5d262697ecda9a1d93cd56..f4a14e240a7256401afd35a66018c5aef1e6604c 100644 (file)
@@ -50,10 +50,10 @@ 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
 ]]></notes>
  <contents>
   <dir name="/">
@@ -164,7 +164,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>