* Fix gh-issue #32: JSON compatibility with PHP-7.1
* Fix pq\DateTime::createFromFormat() prototype with PHP-7.2
+ Update static pq\Types with PostgreSQL-9.6 types
<email>daverandom@php.net</email>
<active>yes</active>
</developer>
- <date>2016-11-15</date>
+ <developer>
+ <name>Remi Collet</name>
+ <user>remi</user>
+ <email>remi@php.net</email>
+ <active>yes</active>
+ </developer>
+ <date>2017-07-03</date>
<version>
<release>2.1.2</release>
<api>2.1.0</api>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix gh-issue #32: JSON compatibility with PHP-7.1
+* Fix pq\DateTime::createFromFormat() prototype with PHP-7.2
+ Update static pq\Types with PostgreSQL-9.6 types
-+ Fix pq\DateTime::createFromFormat() prototype with PHP 7.2
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "2.1.2dev"
+#define PHP_PQ_VERSION "2.1.2"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)