From b44c00e047686de8b9af0a9c0f3843a94675a93c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 29 May 2015 09:56:09 +0200 Subject: [PATCH] prepare 0.6.0RC1 --- package.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index ea94c6c..96441c0 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> daverandom@php.net yes - 2014-12-17 + 2015-05-29 0.6.0RC1 0.6.0 @@ -51,15 +51,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> * 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 +* 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 ]]> + + + @@ -104,12 +109,18 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + + + @@ -128,8 +139,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + -- 2.30.2