We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a00faa + 4b6575a commit 8da94cfCopy full SHA for 8da94cf
NEWS
@@ -7,6 +7,8 @@ PHP NEWS
7
(zeriyoshi)
8
. Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
9
. Fixed bug GH-15514 (Configure error: genif.sh: syntax error). (Peter Kokot)
10
+ . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
11
+ EAI_SYSTEM not found). (nielsdos)
12
13
- DOM:
14
. Fixed bug GH-15551 (Segmentation fault (access null pointer) in
main/network.c
@@ -118,7 +118,9 @@ static const char *php_gai_strerror(int code)
118
{EAI_NONAME, "Name or service not known"},
119
{EAI_SERVICE, "Servname not supported for ai_socktype"},
120
{EAI_SOCKTYPE, "ai_socktype not supported"},
121
+# ifdef EAI_SYSTEM
122
{EAI_SYSTEM, "System error"},
123
+# endif
124
{0, NULL}
125
};
126
int i;
0 commit comments