update for 4.1.0
[mdref/mdref-http] / http.md
diff --git a/http.md b/http.md
index 6cfa0b1224a62df83de7b85846ef108ebeaf820a..443b75f5ee678d30d35029a167c688c15743ff5a 100644 (file)
--- a/http.md
+++ b/http.md
@@ -41,10 +41,10 @@ The following system libraries are optional and provide additional features:
        Install on Debian: `apt-get install libcurl4-openssl-dev`  
 
 =libbrotli=
-       Provides brotli encoding.
-       Configure: `--with-http-libbrotli-dir`
-       Minimum version: 1.0
-       Install on Debian: `apt-get install libbrotli-dev`
+       Provides brotli encoding.  
+       Configure: `--with-http-libbrotli-dir`  
+       Minimum version: 1.0  
+       Install on Debian: `apt-get install libbrotli-dev`  
  
 =libevent=
        Internal event loop support for the HTTP client.  
@@ -95,7 +95,7 @@ There are usually different styles of SSL support for libcurl available, so you
 This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:
 
 * raphf
-* propro
+* propro (only until < 4.0.0, resp. PHP 8)
 * spl
 
 
@@ -109,7 +109,7 @@ Please ensure that all extension on which pecl/http depends, are loaded before i
 
        ; obligatory deps
        extension = raphf.so
-       extension = propro.so
+       extension = propro.so (PHP < 8.0, ext-http < 3.0 only)
 
        ; if shared deps were enabled
        extension = hash.so
@@ -119,12 +119,6 @@ Please ensure that all extension on which pecl/http depends, are loaded before i
        ; finally load pecl/http
        extension = http.so
 
-## Conflicts:
-
-pecl/http-v2 conflicts with the following extensions:
-
-* http-v1
-* event (only until <= 2.0.3)
 
 ## INI Directives: