X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.md;h=d56a04fd7c046cd47a1b31321264b20eb8f034d8;hb=9f3305d058fe5e43693f9f65c9f6643ea2f5fba8;hp=8dac0c1173b6ce3be1e98c36d59b9665783fcb2a;hpb=7c024459409375c42c967e9f29c422f544d38fdd;p=mdref%2Fmdref-http diff --git a/http.md b/http.md index 8dac0c1..d56a04f 100644 --- a/http.md +++ b/http.md @@ -35,7 +35,7 @@ If configured ```--with-http-shared-deps``` (default) it requires on the pre-loa 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.