<email>daverandom@php.net</email>
<active>yes</active>
</developer>
- <date>2016-05-20</date>
+ <date>2016-11-15</date>
<version>
- <release>2.1.1</release>
+ <release>2.1.2</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 build with PostgreSQL < 9.3
-* Fix required PHP version in package.xml
+* Fix gh-issue #32: JSON compatibility with PHP-7.1
++ Update static pq\Types with PostgreSQL-9.6 types
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "2.1.1"
+#define PHP_PQ_VERSION "2.1.2dev"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)