X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=7050c4df03f9b925da459798b31a4558459af02e;hp=3517095606a228043ed17ac58a83141eef8c2490;hb=b46d0197c4402e76c2608ba972e1d05db22a321a;hpb=b73ce1c6b6bd39c8962116e7f26c2ca9a106c8e9 diff --git a/package.xml b/package.xml index 3517095..7050c4d 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 ]]> @@ -45,6 +44,7 @@ + Added ZendEngine workaround for internal class' static properties (HttpResponse) - Removed http_split_response() +- Removed AuthBasic hooks - Removed HttpResponse::sendHeader(), HttpResponse::sendStatus() - Removed HttpRequest::unset*() methods, now handled through set*() with empty parameter @@ -80,7 +80,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 +99,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