* Negotiating user preferred language/charset
* Convenient request functions to HEAD/GET/POST if libcurl is available
* HTTP auth hooks (Basic)
+* PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpMessage
]]>
</description>
<license>PHP License 3.0</license>
</maintainers>
<release>
- <version>0.8.0dev</version>
- <date>2005-05-00</date>
+ <version>0.8.0</version>
+ <date>2005-05-31</date>
<state>beta</state>
<notes><![CDATA[
* renamed ob_httpetaghandler to ob_etaghandler
* added http.cache_log INI directive
* http_chunked_decode() now silently passes through apparently not encoded data
* added throttling capability to http_send()/HttpResponse
+* added hooks for custom request methods
+* added PUT support
]]>
</notes>
</release>
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define HTTP_PEXT_VERSION "0.8.0-dev"
+#define HTTP_PEXT_VERSION "0.8.0"
/* make compile on Win32 */
#ifdef HTTP_HAVE_CURL