preliminary 2.3.0 docs
[mdref/mdref-http] / http.md
diff --git a/http.md b/http.md
index 0a1c87d91ac4c27730bbd18b81e18be5b67495c1..e78795a39cdd97260beabcfee361844bd6903755 100644 (file)
--- a/http.md
+++ b/http.md
@@ -25,6 +25,7 @@ The following system libraries are required to build this extension:
 
 =zlib=
        Provides gzip/zlib/deflate encoding.  
+       Minimum version: 1.2.0.4  
        Install on Debian: `apt-get install zlib1g-dev`
 
 
@@ -34,15 +35,18 @@ The following system libraries are optional and provide additional features:
 
 =libidn=
        Provides IDNA support in URLs.  
+       Minimum version: none  
        Install on Debian: `apt-get install libidn11-dev`
 
 =libcurl=
        Provides HTTP request functionality.  
+       Minimum version: 7.18.2  
        Install on Debian: `apt-get install libcurl4-openssl-dev`  
        Note: There are usually different styles of SSL support for libcurl available, so you can replace 'openssl' in the above command f.e. with 'nss' or 'gnutls'.
 
 =libevent=
        Eventloop support for the HTTP client.  
+       Minimum version: none  
        Install on Debian: `apt-get install libevent-dev`
 
 ### PHP extensions: