release 2.1.2 v2.1.2
authorMichael Wallner <mike@php.net>
Mon, 3 Jul 2017 10:35:02 +0000 (12:35 +0200)
committerMichael Wallner <mike@php.net>
Mon, 3 Jul 2017 10:35:02 +0000 (12:35 +0200)
* 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

package.xml
php_pq.h

index 4e19217e9fef1cff69b431992cf2154a557340f4..08a0c0846e2f56c41e6cb6cd35596455c797a67c 100644 (file)
   <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>
@@ -47,8 +53,8 @@
  <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="/">
index 184cb9f9d53b6e53d30854a3903281d508a8b9a2..1da26a0a49a8fd3fd241c914bbced15d48ad2d1d 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.2dev"
+#define PHP_PQ_VERSION "2.1.2"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)