Skip to content

Releases: m6w6/ext-pq

v2.2.3

Choose a tag to compare

@m6w6 m6w6 released this 05 Feb 19:06
4f1f575

prepare v2.2.2

Choose a tag to compare

@m6w6 m6w6 released this 12 Jun 10:37
b86e51c
* Fix JSON coversion (see gh issue #47)

prepare v2.2.1

Choose a tag to compare

@m6w6 m6w6 released this 03 Mar 14:35
cc60cac
* Fixed PHP-8.2 compatibility (see gh issue #46)

v2.2.0: release 2.2.0

Choose a tag to compare

@m6w6 m6w6 released this 30 Aug 12:22
1eca2fe
* 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)

v2.1.8: release 2.1.8

Choose a tag to compare

@m6w6 m6w6 released this 24 Sep 11:07
1532fc7

Fix PHP-8 compatibility

v2.1.7: release 2.1.7

Choose a tag to compare

@m6w6 m6w6 released this 07 Feb 07:11
fa62bc0
* Fix PHP-7.4 compatibility (undefined ulong on some platforms)

v2.1.6: release 2.1.6

Choose a tag to compare

@m6w6 m6w6 released this 18 Jan 13:29
63fb773
  * Fix PgSQL-12 compatibility
  * Fix PHP-7.4 compatibility
  * Fix empty arrays parsing (Dmitry Simushev)

v2.1.5: prepare release 2.1.5

Choose a tag to compare

@m6w6 m6w6 released this 14 Jan 14:21
c42b197
* Fix PHP-7.3 compatibility

v2.1.4: prepare release 2.1.4

Choose a tag to compare

@m6w6 m6w6 released this 26 Jun 08:07
e9eb250
* Fix #30: pq\Types is restricted to non-composite types

v2.1.3: release 2.1.3

Choose a tag to compare

@m6w6 m6w6 released this 10 Jan 13:10
11075db
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types