Package: php-pecl-http Version: Version: 3.2.1+2.6.0-1+ubuntu16.04.1+deb.sury.org+1
After upgrading from pecl_http-3.2.0+2.6.0-1+ubuntu16.04.1+deb.sury.org+10
- > pecl_http-3.2.1+2.6.0-1+ubuntu16.04.1+deb.sury.org+1 I get an error
message:
php7.1: symbol lookup error: /usr/lib/php/20160303/http.so: undefined
symbol: uidna_IDNToASCII
Reproduce:
<?php
include 'init.php';
$pool = new lib\HttpConnectionPool\Pool();
$pool->getRequest('http://google.com', 500);
$pool->waitOnAll();
Thanks.

