File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7
7
(zeriyoshi)
8
8
. Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
9
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)
10
12
11
13
- DOM:
12
14
. Fixed bug GH-15551 (Segmentation fault (access null pointer) in
Original file line number Diff line number Diff line change @@ -118,7 +118,9 @@ static const char *php_gai_strerror(int code)
118
118
{EAI_NONAME , "Name or service not known" },
119
119
{EAI_SERVICE , "Servname not supported for ai_socktype" },
120
120
{EAI_SOCKTYPE , "ai_socktype not supported" },
121
+ # ifdef EAI_SYSTEM
121
122
{EAI_SYSTEM , "System error" },
123
+ # endif
122
124
{0 , NULL }
123
125
};
124
126
int i ;
You can’t perform that action at this time.
0 commit comments