From: Michael Wallner Date: Fri, 20 May 2016 08:05:47 +0000 (+0200) Subject: release 1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=refs%2Ftags%2Fv1.1.0 release 1.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 5efced2..01a5256 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ daverandom@php.net yes - 2016-05-17 + 2016-05-20 - 1.1.0dev + 1.1.0 1.1.0 diff --git a/php_pq.h b/php_pq.h index add67c2..2e72e96 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 "1.1.0dev" +#define PHP_PQ_VERSION "1.1.0" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)