X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=f5c532d98dca68c42ce26592ef2b93e414efa2f7;hp=6604846d2bc970854668ce24e1024877d81b34b0;hb=4e2ecc5ed84649ce20fd1f11319626e0b1befa0a;hpb=64594674624ccfc6512ab0cc02edd071a5ffcba7 diff --git a/package.xml b/package.xml index 6604846..f5c532d 100644 --- a/package.xml +++ b/package.xml @@ -30,15 +30,17 @@ HttpResponse - 1.0.0RC1 - 2006-03-19 + 1.0.0RC3 + 2006-04-13 BSD, revised beta - * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered. -* Fixed http_build_str() to urlencode square brackets ("[]"). -* Fixed HttpQueryString::xlate() -* Fixed builds where include/php/ext/iconv does not have php_have_*.h files -* Fixed PHP-4 build. + + Added missing http_request() function ++ Added missing http_request_body_encode() function +- Improved performance of the message and header parser +- Disallow $HttpMessage->prepend($HttpMessage) causing infinite recursion +* Fixed internal http_parse_headers() always returning success +* Fixed missing "parentMessage" entry in print_r($HttpMessageObject) +* Fixed possible crash if the response does not contain a status message