prepare v2.2.1 v2.2.1
authorMichael Wallner <mike@php.net>
Fri, 3 Mar 2023 14:34:20 +0000 (15:34 +0100)
committerMichael Wallner <mike@php.net>
Fri, 3 Mar 2023 14:34:20 +0000 (15:34 +0100)
* Fixed PHP-8.2 compatibility (see gh issue #46)

package.xml
php_pq.h

index 5209743e5df15969099f2f4cbce21a2a390cc262..e989104f0a522a7e4dada923d8d3e5ef9c92e341 100644 (file)
@@ -41,9 +41,9 @@
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
- <date>2021-08-30</date>
+ <date>2023-03-03</date>
  <version>
-  <release>2.2.0</release>
+  <release>2.2.1</release>
   <api>2.1.0</api>
  </version>
  <stability>
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  * 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)
+  * Fixed PHP-8.2 compatibility (see gh issue #46)
 ]]></notes>
  <contents>
   <dir name="/">
index d887a9cf9225fc68b56730f7823d69e12fd7d25e..f7a3e4491d7c540569cd5fe2d2f8c0bbe8946603 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
-#define PHP_PQ_VERSION "2.2.0"
+#define PHP_PQ_VERSION "2.2.1"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)