release 2.1.7 v2.1.7
authorMichael Wallner <mike@php.net>
Fri, 7 Feb 2020 07:08:11 +0000 (08:08 +0100)
committerMichael Wallner <mike@php.net>
Fri, 7 Feb 2020 07:09:32 +0000 (08:09 +0100)
* Fix PHP-7.4 compatibility (undefined ulong on some platforms)

package.xml
php_pq.h

index 2d2df073da5d21f2faf57446df84134348516a50..00e7a7637553f408f53a11f8afe56fa1b9890ab4 100644 (file)
@@ -41,9 +41,9 @@
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
- <date>2020-01-18</date>
+ <date>2020-02-07</date>
  <version>
-  <release>2.1.6</release>
+  <release>2.1.7</release>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -52,9 +52,7 @@
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  * Fix PgSQL-12 compatibility
-  * Fix PHP-7.4 compatibility
-  * Fix empty arrays parsing (Dmitry Simushev)
+  * Fix PHP-7.4 compatibility (undefined ulong on some platforms)
 ]]></notes>
  <contents>
   <dir name="/">
index a76cdddc11054a83c4679ef4851d0a65e3ca774d..d105607d336b5bdcbcba1e8dca1cf47be2b51787 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.1.6"
+#define PHP_PQ_VERSION "2.1.7"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)