[Bug 483315] Re: php ipv6 fails with unknown error

2011-07-14 Thread Brad Figg
This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in a supported series, please file a new bug. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu)

[Bug 483315] Re: php ipv6 fails with unknown error

2010-04-23 Thread Jeremy Foshee
Hi Spearhead, This bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? Can you try with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com/releases/ . If it remai

[Bug 483315] Re: php ipv6 fails with unknown error

2009-12-11 Thread ^_Pepe_^
** Tags added: karmic ** Tags removed: kernel-series-unknown -- php ipv6 fails with unknown error https://bugs.launchpad.net/bugs/483315 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 483315] Re: php ipv6 fails with unknown error

2009-11-25 Thread Andy Whitcroft
** Tags added: kernel-series-unknown -- php ipv6 fails with unknown error https://bugs.launchpad.net/bugs/483315 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 483315] Re: php ipv6 fails with unknown error

2009-11-18 Thread Spearhead
bugreport on the php site: http://bugs.php.net/bug.php?id=50214 ** Bug watch added: bugs.php.net/ #50214 http://bugs.php.net/bug.php?id=50214 -- php ipv6 fails with unknown error https://bugs.launchpad.net/bugs/483315 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 483315] Re: php ipv6 fails with unknown error

2009-11-16 Thread Spearhead
The fopen() function seems to fail on the ipv6 addresses as well. $f = fopen ('http://ipv6.google.com', 'r'); Warning: fopen(http://ipv6.google.com): failed to open stream: operation failed in php shell code on line 1 $f = fopen ('http://[2001:4038:0:21::135]', 'r'); Warning: fopen(http://[2001

[Bug 483315] Re: php ipv6 fails with unknown error

2009-11-16 Thread Spearhead
Also note that the socket_* functions work fine. > $s = socket_create(AF_INET6, SOCK_STREAM, SOL_TCP); > $t = socket_connect($s, '::1', 22); > echo socket_read($s, 1024); SSH-2.0-OpenSSH_... -- php ipv6 fails with unknown error https://bugs.launchpad.net/bugs/483315 You received this bug notific

[Bug 483315] Re: php ipv6 fails with unknown error

2009-11-16 Thread Spearhead
I tested at another 9.10 machine and the same problem occured. It occurs in both the CLI as Apache variant. It seems to be a problem specific to fsockopen() as I can setup a listening socket on ipv6 with the socket_listen() functions. IPv6 works fine on the machins btw; nc6 newszilla6.xs4all.nl 1