release 2.0.1 RELEASE_2_0_1
authorMichael Wallner <mike@php.net>
Tue, 26 Nov 2013 10:42:26 +0000 (11:42 +0100)
committerMichael Wallner <mike@php.net>
Tue, 26 Nov 2013 10:42:26 +0000 (11:42 +0100)
TODO
package.xml
php_http.h

diff --git a/TODO b/TODO
index db7d39dcbf9ab65cb534f1a011b9afda8159c097..07bf35a0528947d443bc6705627c09b56e49a4d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,3 @@
 * let http_info.request.url be a php_url
 * let the message body be a simple query string unless files are added
 * php_http_message_serialize reverses the chain twice; remove that
-* revisit error handling
- * ditch http\Object
- * interfacize http\Exception
- * subclass Exceptions
- * zend_throw_exception
\ No newline at end of file
index e9b50148552ee00e9e29b8dd43e6fb076d0072ce..13906c4a8f30f7a1b0e0da54c828c2dbcff221ab 100644 (file)
@@ -37,7 +37,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2013-11-22</date>
+ <date>2013-11-26</date>
  <version>
   <release>2.0.1</release>
   <api>2.0.0</api>
@@ -49,7 +49,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed a bug with multiple ob_start(http\Env\Response) while replacing the body
-* Some Windows fixes
+* Fixed build on Windows with libevent2
 ]]></notes>
  <contents>
   <dir name="/">
index 4ceb8f02552816f4ef55d2a4b8cac97cad8f6380..b0cbeac85b25b49e0f5a9bbc02b1497674fc7dcd 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.1dev"
+#define PHP_PECL_HTTP_VERSION "2.0.1"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry