From 1eca2fed7284ef28879cbb88cdd50f80c0ce825b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 30 Aug 2021 14:20:37 +0200 Subject: [PATCH] release 2.2.0 * Fixed PHP-8.1 compatibility (see gh issues #40 and #41) * Fixed asynchronous actions not cleared prior some synchronous actions * Added connection constants of PostgreSQL-10+ to pq\Connection: CHECK_WRITABLE, CONSUME, and GSS_STARTUP * Added BYTEA unescaping support (see gh issue #38) --- php_pq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_pq.h b/php_pq.h index a422b6a..d887a9c 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.9dev" +#define PHP_PQ_VERSION "2.2.0" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2