From: Michael Wallner Date: Sat, 18 Jan 2020 13:26:18 +0000 (+0100) Subject: release 2.1.6 X-Git-Tag: v2.1.6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=refs%2Ftags%2Fv2.1.6;hp=0b9658d38885a944bd65cc1f2266c431d9bf9d92 release 2.1.6 * Fix PgSQL-12 compatibility * Fix PHP-7.4 compatibility * Fix empty arrays parsing (Dmitry Simushev) --- diff --git a/package.xml b/package.xml index bde3145..2d2df07 100644 --- a/package.xml +++ b/package.xml @@ -41,9 +41,9 @@ remi@php.net yes - 2019-01-14 + 2020-01-18 - 2.1.5 + 2.1.6 2.1.0 @@ -52,7 +52,9 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index 7d7f267..a76cddd 100644 --- 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.0dev" +#define PHP_PQ_VERSION "2.1.6" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)