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

release 2.1.7

* Fix PHP-7.4 compatibility (undefined ulong on some platforms)
This commit is contained in:
Michael Wallner 2020-02-07 08:08:11 +01:00
parent cc619cb8b6
commit fa62bc04ca
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 4 additions and 6 deletions

View File

@ -41,9 +41,9 @@
<email>remi@php.net</email> <email>remi@php.net</email>
<active>yes</active> <active>yes</active>
</developer> </developer>
<date>2020-01-18</date> <date>2020-02-07</date>
<version> <version>
<release>2.1.6</release> <release>2.1.7</release>
<api>2.1.0</api> <api>2.1.0</api>
</version> </version>
<stability> <stability>
@ -52,9 +52,7 @@
</stability> </stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license> <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[ <notes><![CDATA[
* Fix PgSQL-12 compatibility * Fix PHP-7.4 compatibility (undefined ulong on some platforms)
* Fix PHP-7.4 compatibility
* Fix empty arrays parsing (Dmitry Simushev)
]]></notes> ]]></notes>
<contents> <contents>
<dir name="/"> <dir name="/">

View File

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