Documentation:
https://mdref.m6w6.name/http
-
-Code Coverage:
-http://dev.iworks.at/ext-http/lcov/ext/http/
-
]]></description>
<lead>
<name>Michael Wallner</name>
<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>
</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="/">
#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