Skip to content

Commit

Permalink
release 2.1.6
Browse files Browse the repository at this point in the history
  * Fix PgSQL-12 compatibility
  * Fix PHP-7.4 compatibility
  * Fix empty arrays parsing (Dmitry Simushev)
  • Loading branch information
m6w6 committed Jan 18, 2020
1 parent 0b9658d commit 63fb773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.xml
Expand Up @@ -41,9 +41,9 @@
<email>remi@php.net</email>
<active>yes</active>
</developer>
<date>2019-01-14</date>
<date>2020-01-18</date>
<version>
<release>2.1.5</release>
<release>2.1.6</release>
<api>2.1.0</api>
</version>
<stability>
Expand All @@ -52,7 +52,9 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix PHP-7.3 compatibility
* Fix PgSQL-12 compatibility
* Fix PHP-7.4 compatibility
* Fix empty arrays parsing (Dmitry Simushev)
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_pq.h
Expand Up @@ -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)
Expand Down

0 comments on commit 63fb773

Please sign in to comment.