From: Michael Wallner Date: Wed, 15 Oct 2014 15:57:15 +0000 (+0200) Subject: prepare 0.5 X-Git-Tag: v0.5.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=af939d7efae5ddeb3d38327bacd7051a37154c8b prepare 0.5 --- diff --git a/package.xml b/package.xml index 5e36915..e6b1d8a 100644 --- a/package.xml +++ b/package.xml @@ -13,17 +13,17 @@ http://pear.php.net/dtd/package-2.0.xsd"> pecl.php.net PostgreSQL client library (libpq) binding - Documents: https://bitbucket.org/m6w6/ext-pq/wiki + Documents: http://devel-m6w6.rhcloud.com/mdref/pq Highlights: - * Nearly 100% support for asynchronous usage: + * 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://bitbucket.org/m6w6/pq-gateway + https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway Michael Wallner @@ -31,9 +31,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2014-09-30 + 2014-10-15 - 0.5.0dev + 0.5.0 0.5.0 @@ -42,7 +42,24 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD, revised diff --git a/php_pq.h b/php_pq.h index ace52d8..f3d829a 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.5.0dev" +#define PHP_PQ_VERSION "0.5.0" int pq_module_number; zend_module_entry pq_module_entry;