Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions main/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ static const char *php_gai_strerror(int code)
{EAI_NONAME, "Name or service not known"},
{EAI_SERVICE, "Servname not supported for ai_socktype"},
{EAI_SOCKTYPE, "ai_socktype not supported"},
# ifdef EAI_SYSTEM
{EAI_SYSTEM, "System error"},
# endif
{0, NULL}
};
int i;
Expand Down
Loading