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

Release notes
-------------
* Fixed pq\Result::fetchCol()
* Fixed type handling of boolean/double input parameters.
* Added extented type handling of result parameters if PostgreSQL server 
headers are present.
* Implemented get_properties() object handler.

Package Info
-------------
Binding for libpq (PostgreSQL client library)
 Documents: https://bitbucket.org/mike_php_net/ext-pq/wiki
 
 Highlights:
 * Nearly 100% support for using asynchronously:
   https://bitbucket.org/mike_php_net/ext-pq/wiki/AsyncOperations
 * Extended type support by pg_type:
   https://bitbucket.org/mike_php_net/ext-pq/wiki/UsingTypes
 * Fetching simple multi-dimensional array maps:
   
https://bitbucket.org/mike_php_net/ext-pq/wiki/FetchingResults#markdown-header-fetching-simple-maps
 * Working Gateway implementation: 
   https://bitbucket.org/mike_php_net/pq-gateway/src/

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.2.0.tgz

Authors
-------------
Michael Wallner <m...@php.net> (lead)


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

Reply via email to