From a5adaca46ac66d6aeed929d655d1ea707adfc4ee Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 Apr 2013 10:14:41 +0200 Subject: [PATCH] prepare 0.2.0 --- package.xml | 22 ++++++++++++++++++---- php_pq.h | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index a2ef96d..d87a864 100644 --- a/package.xml +++ b/package.xml @@ -12,17 +12,30 @@ http://pear.php.net/dtd/package-2.0.xsd"> pq pecl.php.net libpq binding - Binding for libpq (PostgreSQL client library) + + 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/ + Michael Wallner mike mike@php.net yes - 2013-04-13 + 2013-04-25 - 0.2.0dev - 0.1.0 + 0.2.0 + 0.2.0 beta @@ -30,6 +43,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD, revised