ID: 9172
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Filesystem function related
PHP Version: 4.0.4pl1
Assigned To:
Comments:
No feedback. Closing
Previous Comments:
---------------------------------------------------------------------------
[2001-04-03 15:04:31] [EMAIL PROTECTED]
Is HAVE_GETADDRINFO defined in your main/php_config.h ?
--Jani
---------------------------------------------------------------------------
[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]