ID: 9172
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Filesystem function related
Assigned To:
Comments:
Is HAVE_GETADDRINFO defined in your main/php_config.h ?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-02-08 06:55:53] [EMAIL PROTECTED]
Under AIX, php_hostconnect() in network.c fails, causing require("some_url") to
fail. The reason is that (*sal)->sa_family is 0, which causes the socket-opening
to fail.
As a workaround I included a (*sal)->sa_family = AF_INET right before the
call of socket().
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9172&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]