You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I chased the code path since I was looking at PHP network stuff a bit ago, and it (through a ton of indirection) basically just does getsockname then calls inet_ntop on it based on the returned sockaddr's address family. There's not much additional smarts in that code path other than getting the underlying socket fd for the stream. I'm feeling this might be DNS. Probably, it resolves localhost as ::1 and tries making the socket and connecting to that, even if (for some reason) it can't.
Description
See #16115 (comment)
PHP Version
PHP 8.4, perhaps lower too
Operating System
Linux
The text was updated successfully, but these errors were encountered: