1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
This commit is contained in:
Michael Wallner 2014-10-23 13:06:17 +02:00
parent 1113a9190f
commit e81e9b91d0
2 changed files with 5 additions and 3 deletions

View File

@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2014-10-23</date>
<version>
<release>0.5.5dev</release>
<release>0.5.5</release>
<api>0.5.0</api>
</version>
<stability>
@ -42,7 +42,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Re-add the default configureoption for the PEAR/PECL installer
- Re-add the default configureoption for the PEAR/PECL installer
- Let JSON be decoded to arrays unless the fetch type is FETCH_OBJECT
* Fix remaining build issues
]]></notes>
<contents>
<dir name="/">

View File

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