The new PECL package pq-0.6.0RC2 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
* 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

Package Info
-------------
Documents: http://devel-m6w6.rhcloud.com/mdref/pq
 
 Highlights:
 * Nearly complete support for asynchronous usage:
   http://devel-m6w6.rhcloud.com/mdref/pq/Connection/%3A%20Asynchronous%20Usage
 * Extended type support by pg_type:
   http:/devel-m6w6.rhcloud.com/mdref/pq/Types/%3A%20Overview
 * Fetching simple multi-dimensional array maps:
   http:/devel-m6w6.rhcloud.com/mdref/pq/Result/map
 * Working Gateway implementation: 
   https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway

Related Links
-------------
Package home: http://pecl.php.net/package/pq
   Changelog: http://pecl.php.net/package-changelog.php?package=pq
    Download: http://pecl.php.net/get/pq-0.6.0RC2.tgz

Authors
-------------
Michael Wallner <[email protected]> (lead)
Chris Wright <[email protected]> (developer)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to