From: Michael Wallner Date: Fri, 20 May 2016 08:10:43 +0000 (+0200) Subject: release 2.1.0 X-Git-Tag: v2.1.0^0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=d71adead2143ca9eeb44db8de9089a9d9f44eea3;hp=63362a2ae0c2b34a1e11f57d2c4980b5d6403691 release 2.1.0 * Added public readonly array pq\Result::$diag property, listing PQresultErrorField details (gh-issue #14) * Restore listeners and prepared statements after a connection reset (gh-issue #15) * Added pq\Connection::$nonblocking and pq\Connection::flush() to support non-blocking writes (gh-issue #16) --- diff --git a/package.xml b/package.xml index dcc1169..03c9872 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ daverandom@php.net yes - 2016-05-17 + 2016-05-20 - 2.1.0dev + 2.1.0 2.1.0 diff --git a/php_pq.h b/php_pq.h index 0d56e4a..074b640 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 "2.1.0dev" +#define PHP_PQ_VERSION "2.1.0" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)