From: [EMAIL PROTECTED]
Operating system: AIX 4.3.1
PHP version: 4.0.4pl1
PHP Bug Type: Filesystem function related
Bug description: fopen-wrapper does not work
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().
--
Edit Bug report at: http://bugs.php.net/?id=9172&edit=1
--
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]