From: Michael Wallner Date: Mon, 30 Aug 2021 11:17:10 +0000 (+0200) Subject: release 2.2.0 X-Git-Tag: v2.2.0~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=16759d50eed41be760555926386de2e465fe358d;p=m6w6%2Fext-pq 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) --- diff --git a/package.xml b/package.xml index 400c5af..5209743 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2020-09-24 + 2021-08-30 - 2.1.9dev + 2.2.0 2.1.0 @@ -52,7 +52,11 @@ BSD-2-Clause @@ -115,6 +119,7 @@ +