From 07b495a28adae2152164369654b365a93273cea9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 17 Oct 2014 11:42:36 +0200 Subject: [PATCH] Revert "back to dev" This reverts commit 775460467d401e927853d4a00b65ebcdeda01c88. --- package.xml | 191 ++++++++++++++++++++++++++++------------------------ php_pq.h | 2 +- 2 files changed, 105 insertions(+), 88 deletions(-) diff --git a/package.xml b/package.xml index 7ee0d75..05a6afe 100644 --- a/package.xml +++ b/package.xml @@ -1,9 +1,19 @@ - + 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: @@ -13,7 +23,8 @@ * 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 @@ -21,9 +32,8 @@ yes 2014-10-17 - - 0.5.3dev + 0.5.2 0.5.0 @@ -31,89 +41,94 @@ beta BSD, revised - -* Fix JSON dependency handling (Remi) - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -133,5 +148,7 @@ pq - + + + diff --git a/php_pq.h b/php_pq.h index e5c0083..c647280 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.3dev" +#define PHP_PQ_VERSION "0.5.2" int pq_module_number; zend_module_entry pq_module_entry; -- 2.30.2