From: Michael Wallner Date: Mon, 30 Aug 2021 12:20:37 +0000 (+0200) Subject: release 2.2.0 X-Git-Tag: v2.2.0 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1eca2fed7284ef28879cbb88cdd50f80c0ce825b;hp=1eca2fed7284ef28879cbb88cdd50f80c0ce825b;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) ---