this gonna be 2.6
authorMichael Wallner <mike@php.net>
Thu, 31 Mar 2016 13:15:46 +0000 (15:15 +0200)
committerMichael Wallner <mike@php.net>
Thu, 31 Mar 2016 13:15:46 +0000 (15:15 +0200)
package.xml
php_http.h

index da6a13d17fc8ce26a2883b92b362e1062b13ef65..6fa8bbe52d9ca6e99da3efc14c5064990250dbfa 100644 (file)
@@ -24,10 +24,6 @@ parallel requests.
 
 Documentation:
 https://mdref.m6w6.name/http
-
-Code Coverage:
-http://dev.iworks.at/ext-http/lcov/ext/http/
-
 ]]></description>
  <lead>
   <name>Michael Wallner</name>
@@ -35,10 +31,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2016-03-09</date>
+ <date>2016-03-31</date>
  <version>
-  <release>2.5.6</release>
-  <api>2.5.0</api>
+  <release>2.6.0</release>
+  <api>2.6.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -46,10 +42,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fix php-bug #71719: Buffer overflow in HTTP url parsing functions (Mike, rc0r)
-* Fix gh-issue #28: Possible null pointer dereference in php_http_url_mod() (rc0r)
-* Fix gh-issue #22: Fix PHP5 config.w32 (Jan Ehrhardt)
-* Fix gh-issue #20: setSslOptions notice with curl 7.43 (Mike, Vitaliy Demidov)
+* Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
 ]]></notes>
  <contents>
   <dir name="/">
index beda0dd706994ba6eacc78610c60c09dcfb34997..30fb37d6d28edaf13b3d52ffc804f91a08b88d64 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.5.7dev"
+#define PHP_PECL_HTTP_VERSION "2.6.0dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry