release 2.2.0 v2.2.0
authorMichael Wallner <mike@php.net>
Mon, 30 Aug 2021 12:20:37 +0000 (14:20 +0200)
committerMichael Wallner <mike@php.net>
Mon, 30 Aug 2021 12:20:37 +0000 (14:20 +0200)
* 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

index a422b6a31d526b75c537ee2f9c388e6e7234391e..d887a9cf9225fc68b56730f7823d69e12fd7d25e 100644 (file)
--- 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)