back to dev v2.3.x
authorMichael Wallner <mike@php.net>
Thu, 12 Mar 2015 06:25:28 +0000 (07:25 +0100)
committerMichael Wallner <mike@php.net>
Thu, 12 Mar 2015 06:25:28 +0000 (07:25 +0100)
package.xml
php_http.h

index d758e1799d2239b2a1eaed6e54ef383e52a8a10f..2b09133649e19275701e854b07f593223edf18c2 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-03-12</date>
  <version>
-  <release>2.3.2</release>
+  <release>2.3.3dev</release>
   <api>2.3.0</api>
  </version>
  <stability>
@@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug with http\QueryString::offsetSet() resetting the complete query string
+*
 ]]></notes>
  <contents>
   <dir name="/">
index 00db3da608ce29795bf8ed2cb6a8d3e67478254f..1dfae77599b3a857b3f945e263e3e596f14288f5 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.3.2"
+#define PHP_PECL_HTTP_VERSION "2.3.3dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry