1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00

back to dev

This commit is contained in:
Michael Wallner 2014-10-23 13:08:50 +02:00
parent e81e9b91d0
commit f39373e80f
2 changed files with 3 additions and 5 deletions

View File

@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead> </lead>
<date>2014-10-23</date> <date>2014-10-23</date>
<version> <version>
<release>0.5.5</release> <release>0.5.6dev</release>
<api>0.5.0</api> <api>0.5.0</api>
</version> </version>
<stability> <stability>
@ -42,9 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability> </stability>
<license>BSD, revised</license> <license>BSD, revised</license>
<notes><![CDATA[ <notes><![CDATA[
- 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> ]]></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 "0.5.5" #define PHP_PQ_VERSION "0.5.6dev"
#ifdef PHP_WIN32 #ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport) # define PHP_PQ_API __declspec(dllexport)