[PHP] Re: php_hostconnect()

2004-01-11 Thread Aidan Lister
It sounds like your script is poorly written. On one server, error reporting is set to E_ALL (All errors and warnings). On the other, It's probably set to E_ERROR. Check out php.net/error_reporting "Anthony Ritter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I currently have w

[PHP] Re: php_hostconnect: connect failed

2002-02-12 Thread Fred
After further testing, it appears that the function works as expected if I use the IP address rather than the hostname. Perhaps this is an Apache problem, rather than a PHP problem, but I cannot see how. The ServerName is correct in apache and apache responds correctly with redirects etc. Any i