X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.md;h=0d483fa8bbbc4a17c5f7d5a5b69361d8b063dcc1;hb=d0739155d521d20151f8a0b401c586e6325babbd;hp=01a6e731760ea48bf0403b5d09b6c565d2b552d0;hpb=7c78b1269a57a9342ed7a4eb6d268ffcd28eab5f;p=mdref%2Fmdref-http diff --git a/http.md b/http.md index 01a6e73..0d483fa 100644 --- a/http.md +++ b/http.md @@ -1,4 +1,4 @@ -# pecl/http v2 +# pecl/http ## About: @@ -38,6 +38,16 @@ The following system libraries are optional and provide additional features: Minimum version: none Install on Debian: `apt-get install libidn11-dev` +=libidn2= + Provides IDNA support in URLs (fallback if libidn is not available). + Minimum version: none + Install on Debian: `apt-get install libidn2-0-dev` + +=libicu= + Provides IDNA support in URLs (fallback if libidn is not available). + Minimum version: none + Install on Debian: `apt-get install libicu-dev` + =libcurl= Provides HTTP request functionality. Minimum version: 7.18.2 @@ -109,3 +119,4 @@ Version | Change --------|------- 2.0.4 | Dropped the pecl/event conflict. 2.4.0 | Dropped the ext/json dependency. +2.4.2 | Added libidn2 and libicu as fallback for IDNA support.