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
1414 (ilutov)
1515 . Fixed bug GH-15501 (Windows HAVE_<header>_H macros defined to 1 or
1616 undefined). (Peter Kokot)
17+ . Fixed bug GH-15565 (--disable-ipv6 during compilation produces error
18+ EAI_SYSTEM not found). (nielsdos)
1719
1820- Date:
1921 . 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)
113113 {EAI_NONAME , "Name or service not known" },
114114 {EAI_SERVICE , "Servname not supported for ai_socktype" },
115115 {EAI_SOCKTYPE , "ai_socktype not supported" },
116+ # ifdef EAI_SYSTEM
116117 {EAI_SYSTEM , "System error" },
118+ # endif
117119 {0 , NULL }
118120 };
119121 int i ;
You can’t perform that action at this time.
0 commit comments