Debian Bug report logs -
#564057
php5-common: ipv6 support broken in 5.2.11
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#564057; Package php5-common.
(Thu, 07 Jan 2010 11:57:04 GMT) (full text, mbox, link).
Acknowledgement sent
to martin <debian-bugs@stoeni.de>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 07 Jan 2010 11:57:05 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-common
Version: 5.2.11.dfsg.1-2
Severity: important
after upgrading from lenny to squeeze php5 isn't able to include remote files via ipv6 (fsockopen). ipv6 networking is configured and working.
for example if you use
--------------------------------------8<-----------------------------------
include("http://ipv6host/test.php");
-------------------------------------->8-----------------------------------
php5 complains with the following error:
--------------------------------------8<-----------------------------------
warning: include(http://ipv6host/test.php) [function.include]: failed to open stream: operation failed in /var/www/dummy.php(1685) : eval()'d code on line 2. "
-------------------------------------->8-----------------------------------
using an ipv4 address works as expected.
quick test to reproduce this problem with 5.2.11.dfsg.1-2:
--------------------------------------8<-----------------------------------
php -r 'var_dump(fsockopen("[2001:1234:1234::1a]", 80));'
Warning: fsockopen(): unable to connect to [2001:1234:1234::1a]:80 (Unknown error) in Command line code on line 1
bool(false)
-------------------------------------->8-----------------------------------
working example with 5.2.6.dfsg.1-1+lenny4
--------------------------------------8<-----------------------------------
php -r 'var_dump(fsockopen("[2001:1234:1234::1a]", 80));'
resource(4) of type (stream)
-------------------------------------->8-----------------------------------
this bug seems fixed in php 5.2.12, see http://bugs.php.net/bug.php?id=50214 for more information.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages php5-common depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii sed 4.2.1-6 The GNU sed stream editor
Versions of packages php5-common recommends:
pn php5-suhosin <none> (no description available)
php5-common suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#564057; Package php5-common.
(Thu, 07 Jan 2010 17:45:21 GMT) (full text, mbox, link).
Acknowledgement sent
to Raphael Geissert <geissert@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 07 Jan 2010 17:45:21 GMT) (full text, mbox, link).
Message #10 received at 564057@bugs.debian.org (full text, mbox, reply):
forwarded 564057 http://bugs.php.net/bug.php?id=50214
thanks
2010/1/7 martin <debian-bugs@stoeni.de>:
> Package: php5-common
> Version: 5.2.11.dfsg.1-2
> Severity: important
>
>
> after upgrading from lenny to squeeze php5 isn't able to include remote files via ipv6 (fsockopen). ipv6 networking is configured and working.
>
[...]
>
> this bug seems fixed in php 5.2.12, see http://bugs.php.net/bug.php?id=50214 for more information.
>
Thanks for the report. We will fix it when updating to .12.
Cheers,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
Reply sent
to Ondřej Surý <ondrej@debian.org>:
You have taken responsibility.
(Mon, 11 Jan 2010 17:24:09 GMT) (full text, mbox, link).
Notification sent
to martin <debian-bugs@stoeni.de>:
Bug acknowledged by developer.
(Mon, 11 Jan 2010 17:24:09 GMT) (full text, mbox, link).
Message #17 received at 564057-done@bugs.debian.org (full text, mbox, reply):
Version: 5.2.12.dfsg.1-1
Hi Martin,
5.2.12.dfsg.1-{1,2} was uploaded to unstable. Could you please retest?
Closing this bug, feel free to reopen if upgrade to 5.2.12 doesn't
help.
Ondrej
On Thu, Jan 7, 2010 at 18:34, Raphael Geissert <geissert@debian.org> wrote:
> forwarded 564057 http://bugs.php.net/bug.php?id=50214
> thanks
>
> 2010/1/7 martin <debian-bugs@stoeni.de>:
>> Package: php5-common
>> Version: 5.2.11.dfsg.1-2
>> Severity: important
>>
>>
>> after upgrading from lenny to squeeze php5 isn't able to include remote files via ipv6 (fsockopen). ipv6 networking is configured and working.
>>
> [...]
>>
>> this bug seems fixed in php 5.2.12, see http://bugs.php.net/bug.php?id=50214 for more information.
>>
>
> Thanks for the report. We will fix it when updating to .12.
>
> Cheers,
> --
> Raphael Geissert - Debian Developer
> www.debian.org - get.debian.net
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint
>
--
Ondřej Surý <ondrej@sury.org>
http://blog.rfc1925.org/
Message #18 received at 564057-done@bugs.debian.org (full text, mbox, reply):
hi ondrej,
tested, bug is fixed.
thx!!
Am 11.01.2010 18:22, schrieb Ondřej Surý:
> Version: 5.2.12.dfsg.1-1
>
> Hi Martin,
>
> 5.2.12.dfsg.1-{1,2} was uploaded to unstable. Could you please retest?
> Closing this bug, feel free to reopen if upgrade to 5.2.12 doesn't
> help.
>
> Ondrej
>
> On Thu, Jan 7, 2010 at 18:34, Raphael Geissert <geissert@debian.org> wrote:
>> forwarded 564057 http://bugs.php.net/bug.php?id=50214
>> thanks
>>
>> 2010/1/7 martin <debian-bugs@stoeni.de>:
>>> Package: php5-common
>>> Version: 5.2.11.dfsg.1-2
>>> Severity: important
>>>
>>>
>>> after upgrading from lenny to squeeze php5 isn't able to include remote files via ipv6 (fsockopen). ipv6 networking is configured and working.
>>>
>> [...]
>>>
>>> this bug seems fixed in php 5.2.12, see http://bugs.php.net/bug.php?id=50214 for more information.
>>>
>>
>> Thanks for the report. We will fix it when updating to .12.
>>
>> Cheers,
>> --
>> Raphael Geissert - Debian Developer
>> www.debian.org - get.debian.net
>>
>>
>>
>> _______________________________________________
>> pkg-php-maint mailing list
>> pkg-php-maint@lists.alioth.debian.org
>> http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint
>>
>
>
>
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 10 Feb 2010 07:33:37 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 03:06:05 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.