back to dev
authorMichael Wallner <mike@php.net>
Fri, 4 Apr 2014 12:13:26 +0000 (14:13 +0200)
committerMichael Wallner <mike@php.net>
Fri, 4 Apr 2014 12:13:26 +0000 (14:13 +0200)
package.xml
php_http.h

index 5d810686e988f6515905192eee308119a4924ff4..2ffdf4b57ed2fbde7e8f7c18658f4f0839cb8e0d 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-04-04</date>
  <version>
-  <release>2.0.5</release>
+  <release>2.0.6dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,9 +48,6 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fix rare crash with uninitialized CURLOPT_HTTPHEADER
-* Fix build with -Werror=format-security (Remi)
-* Fix build with extenal libs needed by libcurl
 ]]></notes>
  <contents>
   <dir name="/">
index 0a09ce28bec136a00fce39a40903b024b68a696b..1125510dcfaf26bf8ba330384be6e5178decd521 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.5"
+#define PHP_PECL_HTTP_VERSION "2.0.6dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry