1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 11:54:50 +01:00

prepare release 2.1.4

* Fix #30: pq\Types is restricted to non-composite types
This commit is contained in:
Michael Wallner 2018-06-26 09:36:19 +02:00
parent ddb4297550
commit e9eb250ea0
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 4 additions and 5 deletions

View File

@ -41,9 +41,9 @@
<email>remi@php.net</email>
<active>yes</active>
</developer>
<date>2018-01-10</date>
<date>2018-06-26</date>
<version>
<release>2.1.3</release>
<release>2.1.4</release>
<api>2.1.0</api>
</version>
<stability>
@ -52,8 +52,7 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types
* Fix gh-issue #30: pq\Types is restricted to non-composite types
]]></notes>
<contents>
<dir name="/">

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "2.1.3"
#define PHP_PQ_VERSION "2.1.4"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)