X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=7a033e1cf42b5ba1a850c256caf7292f61d545e0;hp=7050c4df03f9b925da459798b31a4558459af02e;hb=674546ff295b792737b06e34f77c7f87f8fe534b;hpb=b46d0197c4402e76c2608ba972e1d05db22a321a diff --git a/package.xml b/package.xml index 7050c4d..7a033e1 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP support @@ -42,11 +42,13 @@ + Added constants HttpMessage::NONE, Http_Message::REQUEST, HttpMessage::RESPONSE + Added Content-Length header if HttpResponse sends full plain entity + Added ZendEngine workaround for internal class' static properties (HttpResponse) ++ Added HttpRequestPool::socketPerform() - Removed http_split_response() - Removed AuthBasic hooks - Removed HttpResponse::sendHeader(), HttpResponse::sendStatus() - Removed HttpRequest::unset*() methods, now handled through set*() with empty parameter +- Removed HttpRequestPool::socketRead(), HttpRequestPool::socketSend() * Fixed initialization and cleanup of module globals * Fixed builds and tests without libcurl