Skip to content

Tags: m6w6/ext-pq

Tags

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
prepare v2.2.3

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
prepare v2.2.2

* Fix JSON coversion (see gh issue #47)

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
prepare v2.2.1

* Fixed PHP-8.2 compatibility (see gh issue #46)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
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)

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
package.xml: update dependencies

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
release 2.1.7

* Fix PHP-7.4 compatibility (undefined ulong on some platforms)

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
release 2.1.6

  * Fix PgSQL-12 compatibility
  * Fix PHP-7.4 compatibility
  * Fix empty arrays parsing (Dmitry Simushev)

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
prepare release 2.1.5

* Fix PHP-7.3 compatibility

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
prepare release 2.1.4

* Fix #30: pq\Types is restricted to non-composite types

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
m6w6 Michael Wallner
release 2.1.3

* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types