</maintainer>
</maintainers>
<release>
- <version>1.4.0dev</version>
- <date>2006-11-23</date>
+ <version>1.4.0RC1</version>
+ <date>2006-12-04</date>
<license>BSD, revised</license>
- <state>stable</state>
+ <state>beta</state>
<notes>* Improved response performance
+ 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
* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
+* Fixed crash when retrieving the response message from an unserialized HttpRequest object
- Removed obsolete HTML function reference
</notes>
<deps>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2006-11-22</date>
+ <date>2006-12-04</date>
<version>
- <release>1.4.0dev</release>
+ <release>1.4.0RC1</release>
<api>1.4.0</api>
</version>
<stability>
- <release>stable</release>
+ <release>beta</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
* Fixed crash when using non-associative arrays as request headers
* Fixed crash when serializing incomplete HttpMessage objects
* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
+* Fixed crash when retrieving the response message from an unserialized HttpRequest object
- Removed obsolete HTML function reference
]]></notes>
<contents>
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_EXT_HTTP_VERSION "1.4.0dev"
+#define PHP_EXT_HTTP_VERSION "1.4.0RC1"
#ifdef HAVE_CONFIG_H
# include "config.h"