Your message dated Tue, 10 Sep 2019 13:54:47 +0200
with message-id <f0509aae-eb57-448e-9b4a-6dbb49b24...@sury.org>
and subject line Re: Bug#939942: php-pecl-http; undefined symbol: 
uidna_IDNToASCII
has caused the Debian Bug report #939942,
regarding php-pecl-http; undefined symbol: uidna_IDNToASCII
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
939942: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Hi Dima,

this is wrong place to report bugs in **Ubuntu** while using packages from 3rd 
party PPA.  Please use correct issue tracker 
(github.com/oerdnj/deb.sury.org/issues) - and use the Issue template while 
doing so, so you fill all the important information.

Ondrej
--
Ondřej Surý
ond...@sury.org



> On 10 Sep 2019, at 13:44, Dima Lytvyn <dlyt...@display.io> wrote:
> 
> 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.

--- End Message ---

Reply via email to