diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-09 13:39:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-09 13:39:28 +0200 |
commit | 12c22845b5e6b2043af788a3839295e2686bcba0 (patch) | |
tree | 779b2794b5858c7f588aa5d5eeda7bacd3ed2a4a /REFLECTION | |
parent | 19336b09dd7b483d9bb1086b4cc4ca33462dbb08 (diff) |
switch away from libidn (only use libicu)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 http version 3.1.0 ] { +Extension [ <persistent> extension #168 http version 3.1.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -33,9 +33,9 @@ Extension [ <persistent> extension #153 http version 3.1.0 ] { Constant [ integer http\Client\Curl\Features\HTTP2 ] { 65536 } Constant [ integer http\Client\Curl\Features\UNIX_SOCKETS ] { 524288 } Constant [ integer http\Client\Curl\Features\PSL ] { 1048576 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.51.0 NSS/3.27 zlib/1.2.8 libidn2/0.11 libpsl/0.14.0 (+libidn2/0.10) libssh2/1.8.0 nghttp2/1.13.0 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.51.0 NSS/3.29.3 zlib/1.2.8 libidn2/2.0.2 libpsl/0.17.0 (+libidn2/0.11) libssh2/1.8.0 nghttp2/1.13.0 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.51.0 } - Constant [ string http\Client\Curl\Versions\SSL ] { NSS/3.27 } + Constant [ string http\Client\Curl\Versions\SSL ] { NSS/3.29.3 } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.8 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } |