On Wed, Feb 19, 2003 at 10:50:46PM -0800, Cisco Serret wrote:
> Is there a bug in some library that is causing php's
> fopen() function to fail if a domain is passed to it
> instead of an ip number? It works fine with the ip
> number, but when I substituted the domain name (which
> is resolving ok) I get:
> --------------------------------------
> Warning: php_network_getaddresses: getaddrinfo failed:
> Temporary failure in name resolution
> --------------------------------------
> and fopen() fails.
[snip]

Check to be sure that you're supplying a trailing '/' character on 
the end of the domain name. fopen() can't handle redirects.

HTH.

Bill



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to