allow dynamic properties in Pq\Connection
[m6w6/ext-pq] / package.xml
index bfd8a01d789c25b17b36b7871f1553005c1e0a9d..5209743e5df15969099f2f4cbce21a2a390cc262 100644 (file)
@@ -41,9 +41,9 @@
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
- <date>2018-01-10</date>
+ <date>2021-08-30</date>
  <version>
-  <release>2.1.3</release>
+  <release>2.2.0</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[
-* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
-+ Update static pq\Types with PostgreSQL-10 types
+  * 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)
 ]]></notes>
  <contents>
   <dir name="/">
     <file role="test" name="async007.phpt" />
     <file role="test" name="async008.phpt" />
     <file role="test" name="async009.phpt" />
+    <file role="test" name="async010.phpt" />
     <file role="test" name="basic001.phpt" />
     <file role="test" name="basic002.phpt" />
     <file role="test" name="bound002.phpt" />
     <min>7.0.0</min>
    </php>
    <pearinstaller>
-    <min>1.4.0</min>
+    <min>1.10.0</min>
    </pearinstaller>
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>2.0.0dev</min>
+    <min>2.0.0</min>
     <providesextension>raphf</providesextension>
    </package>
   </required>