</lead>
<date>2014-10-23</date>
<version>
- <release>0.5.5dev</release>
+ <release>0.5.5</release>
<api>0.5.0</api>
</version>
<stability>
</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="/">
#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)