From d71adead2143ca9eeb44db8de9089a9d9f44eea3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 20 May 2016 10:10:43 +0200 Subject: [PATCH] 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) --- package.xml | 4 ++-- php_pq.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2