X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.md;h=0f395412ef749c53860b30609a40fe11ce602c0e;hb=08aadf818178f22708060ccac7ff7c9bb8e079dd;hp=22fbc93cb2c7d67d6a5317bb7d5eb9a98bde37c3;hpb=49b76c67f90dc0a371e492836b30fefa13979e9d;p=mdref%2Fmdref-http diff --git a/http.md b/http.md index 22fbc93..0f39541 100644 --- a/http.md +++ b/http.md @@ -1,7 +1,5 @@ # pecl/http v2 -> **Note:** This documentation is work-in-progress. - ## About: Extended HTTP support. Again. @@ -9,7 +7,6 @@ Extended HTTP support. Again. * Introduces the http namespace. * PHP stream based message bodies. * Encapsulated env request/response. -* Versatile error handling. * Modular client support. ## Installation: @@ -27,7 +24,7 @@ This extension unconditionally depends on the pre-loaded presence of the followi * spl -If configured ```--with-http-shared-deps``` (default) it requires on the pre-loaded presence of the following extensions, as long as they where available at build time: +If configured ```--with-http-shared-deps``` (default) it depends on the pre-loaded presence of the following extensions, as long as they were available at build time: * hash * iconv @@ -35,10 +32,10 @@ If configured ```--with-http-shared-deps``` (default) it requires on the pre-loa ## Conflicts: -pecl/http-v2 conflicts with thw following extensions: +pecl/http-v2 conflicts with the following extensions: * http-v1 -* event +* event (only until <= 2.0.3) ## INI Directives: @@ -57,3 +54,9 @@ The http extension registers the ```http.*``` namespace for its stream filters. Decode a stream encoded with deflate/zlib/gzip encoding. * http.deflate Encode a stream with deflate/zlib/gzip encoding. + +## Changelog: + +Version | Change +--------|------- +2.0.4 | Dropped the pecl/event conflict.