|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-03 15:04 UTC] sniper@php.net
[2001-05-04 14:35 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 16:00:02 2025 UTC |
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().