From 6bc532fef1d3f11d75e192c35c1fa3a5ada24d99 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 11 Sep 2014 15:29:48 +0200 Subject: [PATCH] administrativa --- package.xml | 26 ++++++++++++++------------ php_pq.h | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/package.xml b/package.xml index f2d2e98..808e5b9 100644 --- a/package.xml +++ b/package.xml @@ -11,20 +11,19 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> pq pecl.php.net - libpq binding + PostgreSQL client library (libpq) binding - Binding for libpq (PostgreSQL client library) - Documents: https://bitbucket.org/mike_php_net/ext-pq/wiki + Documents: https://bitbucket.org/m6w6/ext-pq/wiki Highlights: * Nearly 100% support for asynchronous usage: - https://bitbucket.org/mike_php_net/ext-pq/wiki/AsyncOperations + https://bitbucket.org/m6w6/ext-pq/wiki/AsyncOperations * Extended type support by pg_type: - https://bitbucket.org/mike_php_net/ext-pq/wiki/UsingTypes + https://bitbucket.org/m6w6/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 + https://bitbucket.org/m6w6/ext-pq/wiki/FetchingResults#markdown-header-fetching-simple-maps * Working Gateway implementation: - https://bitbucket.org/mike_php_net/pq-gateway + https://bitbucket.org/m6w6/pq-gateway Michael Wallner @@ -32,9 +31,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2013-05-15 + 2014-09-11 - 0.4.0 + 0.5.0dev 0.4.0 @@ -43,9 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD, revised @@ -65,6 +62,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + @@ -93,6 +92,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -100,6 +100,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -148,6 +149,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> pq + diff --git a/php_pq.h b/php_pq.h index 1974ef3..ace52d8 100644 --- a/php_pq.h +++ b/php_pq.h @@ -14,7 +14,7 @@ #ifndef PHP_PQ_H #define PHP_PQ_H -#define PHP_PQ_VERSION "0.4.0" +#define PHP_PQ_VERSION "0.5.0dev" int pq_module_number; zend_module_entry pq_module_entry; -- 2.30.2