</maintainer>
</maintainers>
<release>
- <version>1.3.3</version>
- <date>2006-10-27</date>
+ <version>1.4.0dev</version>
+ <date>2006-11-05</date>
<license>BSD, revised</license>
<state>stable</state>
- <notes>* Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header
-* Fixed array parameters to allow NULL in HttpRequest::__construct(),
- HttpRequest::getResposeCookie(), HttpMessage::setHeaders(),
- http_parse_cookie(), http_post_fields().
-* Fixed possible leak in http_send_data() and HttpResponse::setData()
-* Fixed build --without-http-curl-requests (bug #8872)
-* Fixed build with PHP < 4.3.10 (bug #9067)
+ <notes>+ Added "ipresolve" request option
++ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
+* Fixed crash when using non-associative arrays as request headers
+* Fixed crash when serializing incomplete HttpMessage objects
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2006-10-25</date>
+ <date>2006-11-05</date>
<version>
- <release>1.3.3</release>
- <api>1.3.0</api>
+ <release>1.4.0dev</release>
+ <api>1.4.0</api>
</version>
<stability>
<release>stable</release>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header
-* Fixed array parameters to allow NULL in HttpRequest::__construct(),
- HttpRequest::getResposeCookie(), HttpMessage::setHeaders(),
- http_parse_cookie(), http_post_fields().
-* Fixed possible leak in http_send_data() and HttpResponse::setData()
-* Fixed build --without-http-curl-requests (bug #8872)
-* Fixed build with PHP < 4.3.10 (bug #9067)
++ Added "ipresolve" request option
++ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
+* Fixed crash when using non-associative arrays as request headers
+* Fixed crash when serializing incomplete HttpMessage objects
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_EXT_HTTP_VERSION "1.3.4dev"
+#define PHP_EXT_HTTP_VERSION "1.4.0dev"
#ifdef HAVE_CONFIG_H
# include "config.h"