From 16759d50eed41be760555926386de2e465fe358d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 30 Aug 2021 13:17:10 +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) --- package.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 @@ + -- 2.30.2