v0.5.5 v0.5.5
authorMichael Wallner <mike@php.net>
Thu, 23 Oct 2014 11:06:17 +0000 (13:06 +0200)
committerMichael Wallner <mike@php.net>
Thu, 23 Oct 2014 11:06:17 +0000 (13:06 +0200)
package.xml
php_pq.h

index 6b65beebb87fcb4f799f2db316614cf00d119301..01b5207111ab4502b12b24b843b0c82e7b88b833 100644 (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="/">
index 05b999dd176e0d8a2ef29fe9ec52cd978fd57f25..d110e11ef37256ae5970ac0384e3f4c333490871 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -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)