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 @@ -14,6 +14,8 @@ PHP NEWS
14
14
(ilutov)
15
15
. Fixed bug GH-15501 (Windows HAVE_<header>_H macros defined to 1 or
16
16
undefined). (Peter Kokot)
17
+ . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
18
+ EAI_SYSTEM not found). (nielsdos)
17
19
18
20
- Date:
19
21
. Fixed bug GH-13773 (DatePeriod not taking into account microseconds for end
Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ static const char *php_gai_strerror(int code)
113
113
{EAI_NONAME , "Name or service not known" },
114
114
{EAI_SERVICE , "Servname not supported for ai_socktype" },
115
115
{EAI_SOCKTYPE , "ai_socktype not supported" },
116
+ # ifdef EAI_SYSTEM
116
117
{EAI_SYSTEM , "System error" },
118
+ # endif
117
119
{0 , NULL }
118
120
};
119
121
int i ;
You can’t perform that action at this time.
0 commit comments