From: Michael Wallner Date: Fri, 17 Oct 2014 08:58:08 +0000 (+0200) Subject: back to dev X-Git-Tag: v0.5.3~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=775460467d401e927853d4a00b65ebcdeda01c88 back to dev --- diff --git a/package.xml b/package.xml index 05a6afe..7ee0d75 100644 --- a/package.xml +++ b/package.xml @@ -1,19 +1,9 @@ - + pq pecl.php.net PostgreSQL client library (libpq) binding - - Documents: http://devel-m6w6.rhcloud.com/mdref/pq + Documents: http://devel-m6w6.rhcloud.com/mdref/pq Highlights: * Nearly complete support for asynchronous usage: @@ -23,8 +13,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> * 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 - + https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway Michael Wallner mike @@ -32,8 +21,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> yes 2014-10-17 + - 0.5.2 + 0.5.3dev 0.5.0 @@ -41,94 +31,89 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta BSD, revised - + +* Fix JSON dependency handling (Remi) + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -148,7 +133,5 @@ http://pear.php.net/dtd/package-2.0.xsd"> pq - - + - diff --git a/php_pq.h b/php_pq.h index c647280..e5c0083 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.2" +#define PHP_PQ_VERSION "0.5.3dev" int pq_module_number; zend_module_entry pq_module_entry;