From: Michael Wallner Date: Fri, 19 Jan 2007 22:19:48 +0000 (+0000) Subject: - release 1.4.0RC2 X-Git-Tag: RELEASE_1_4_0RC2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=b46113b852f9555e3bcd7a5dcb4dd0250c4aab74 - release 1.4.0RC2 --- diff --git a/docs/http.ini b/docs/http.ini index 932ee31..f2b2f30 100644 --- a/docs/http.ini +++ b/docs/http.ini @@ -5,18 +5,18 @@ ; enable if you want to transform all errors to exceptions (PHP >= 5 only) ;http.only_exceptions = 1 -; disable if you want php not to exit in case of redirects and cache hits +; disable if you don't want php to exit in case of redirects and cache hits; +; a "NULL" output handler will be started instead, which discards all output ;http.force_exit = 0 -; disable if you don't want 404 Not found status messages -; being sent, if a file attempted to be sent with -; http_send_file() etc. cannot be found +; disable if you don't want 404 Not found status messages being sent, +; if a file attempted to be sent with http_send_file() etc. cannot be found ;http.send.not_found_404 = 0 -; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B) +; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B); ; if ext/hash is available, this can be set to any hash algorithm ext/hash supports ; MD5 is the default and fallback algorithm -http.etag.mode = "MD5" +;http.etag.mode = "MD5" ; allowed request methods ; by default PHP ignores unkown request methods diff --git a/package.xml b/package.xml index 51fa642..a2b41df 100644 --- a/package.xml +++ b/package.xml @@ -23,21 +23,12 @@ support. Parallel requests are available for PHP 5 and greater. - 1.4.0RC1 - 2006-12-04 + 1.4.0RC2 + 2007-01-19 BSD, revised beta - * Improved response performance -+ Added "ipresolve" request option -+ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants -+ Added missing HTTP_SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3}, HttpRequest::SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3} constants -+ Added factory methods to HttpMessage, HttpQueryString, HttpRequest, HttpRequestDataShare, HttpDeflateStream, HttpInflateStream -* Fixed aborted PUT request when empty put data was set with HttpRequest::setPutData() -* 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 + * Fixed infinite loop with http_parse_params("=") +* Fixed greedy response message parsing with proxy CONNECT requests (petr at hroch dot info) @@ -248,6 +239,7 @@ support. Parallel requests are available for PHP 5 and greater. + diff --git a/package2.xml b/package2.xml index 595bd7c..59f915e 100644 --- a/package2.xml +++ b/package2.xml @@ -28,7 +28,7 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2006-12-19 + 2007-01-19 1.4.0RC2 1.4.0 @@ -47,6 +47,7 @@ support. Parallel requests are available for PHP 5 and greater. +