|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-13 15:57 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
Description: ------------ I am not able to use the function fopen() with an IPV6 address. The binary version release has support to execute functions using ipv6? Reproduce code: --------------- $fp=fopen ("http://[fe80::1]/teste.php/","r") or die ("N?o pode abrir o localhost"); Actual result: -------------- Warning: fopen(): php_network_getaddresses: gethostbyname failed in D:\Trabalho\php5\conexao.php on line 32 Warning: fopen(http://[fe80::1]/teste.php/): failed to open stream: No such file or directory in D:\Trabalho\php5\conexao.php on line 32 N?o pode abrir o localhost