Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
m6w6 committed Aug 30, 2021
1 parent 16759d5 commit 1eca2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H

#define PHP_PQ_VERSION "2.1.9dev"
#define PHP_PQ_VERSION "2.2.0"

#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)
Expand Down

0 comments on commit 1eca2fe

Please sign in to comment.