X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=7a033e1cf42b5ba1a850c256caf7292f61d545e0;hp=3517095606a228043ed17ac58a83141eef8c2490;hb=a2a03258160b8dea5525a82c3251e0cbff4a3132;hpb=6ef3a3f87f84b92d8bf3e695e9bfedefd39ab97d diff --git a/package.xml b/package.xml index 3517095..7a033e1 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP support @@ -15,7 +15,6 @@ * Sending data/files/streams with (multiple) ranges support * Negotiating user preferred language/charset * Convenient request functions built upon libcurl -* HTTP auth hooks (Basic) * PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpRequestPool, HttpMessage ]]> @@ -43,10 +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 @@ -80,7 +82,6 @@ php_http.h php_http_std_defs.h php_http_api.h - php_http_auth_api.h php_http_cache_api.h php_http_date_api.h php_http_headers_api.h @@ -100,7 +101,6 @@ http.c http_functions.c http_api.c - http_auth_api.c http_cache_api.c http_date_api.c http_headers_api.c