X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http.md;h=0f395412ef749c53860b30609a40fe11ce602c0e;hb=dbebeeeedf31cdade31b2632daa4683fa4bca1a2;hp=b5b3bf1ca627a5983265250aa0f8bab352a31e5e;hpb=19d3ee7710886ccc649c160a672332657f03e849;p=mdref%2Fmdref-http diff --git a/http.md b/http.md index b5b3bf1..0f39541 100644 --- a/http.md +++ b/http.md @@ -24,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 @@ -32,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: @@ -54,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.