back to dev
authorMichael Wallner <mike@php.net>
Tue, 27 Jan 2015 03:35:58 +0000 (04:35 +0100)
committerMichael Wallner <mike@php.net>
Tue, 27 Jan 2015 03:35:58 +0000 (04:35 +0100)
package.xml
php_http.h

index 91c748cc0123e6226ac214881ee8fc3b4c68f89c..c78bcea12e51710656199aa8581af62350c18290 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-01-27</date>
  <version>
-  <release>2.2.0</release>
+  <release>2.2.1</release>
   <api>2.2.0</api>
  </version>
  <stability>
@@ -48,12 +48,6 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-- var_dump(http\Message) no longer automatically creates an empty body
-+ Added http\Message\Parser class
-+ Made http\Client::once() and http\Client::wait() available when using events
-+ Added http\Url::PARSE_MBLOC, http\Url::PARSE_MBUTF8, http\Url::PARSE_TOIDN and http\Url::PARSE_TOPCT constants
-+ Added http\Env\Response::setCookie()
-+ Added http\Env\Request::getCookie()
 ]]></notes>
  <contents>
   <dir name="/">
index 1f8e0283353b9df391eee287bd599b0079d6b048..26de0f17b39d6061867445f54876064cc2f485ba 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.2.0"
+#define PHP_PECL_HTTP_VERSION "2.2.1dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry