back to dev v2.2.x
authorMichael Wallner <mike@php.net>
Sat, 7 Feb 2015 11:29:47 +0000 (12:29 +0100)
committerMichael Wallner <mike@php.net>
Sat, 7 Feb 2015 11:29:47 +0000 (12:29 +0100)
package.xml
php_http.h

index b0883107bd7b6f47eb5c51e4daeb07d0c4887271..9b358489d381beea97c042b3d90810dddb3fc710 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-02-07</date>
  <version>
-  <release>2.2.1</release>
+  <release>2.2.2</release>
   <api>2.2.0</api>
  </version>
  <stability>
@@ -48,7 +48,6 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed Bug #69000 (http\Url breaks down with very long URL query strings)
 ]]></notes>
  <contents>
   <dir name="/">
index 75f97df6899426b4a36d0d0876d794a6901b2466..63ecc1928bbb2c7276662e95587cdcc21f643e8d 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.2.1"
+#define PHP_PECL_HTTP_VERSION "2.2.2dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry