From: Michael Wallner Date: Thu, 24 Apr 2014 14:39:19 +0000 (+0200) Subject: add changelog about the pecl/event conflict X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=ca8ad94e04a69e5abe28f209f51e1fc15300f7db;hp=72d6bdbb1c40afb579687e04f9b2f3e690f5a489;p=mdref%2Fmdref-http add changelog about the pecl/event conflict --- 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.