1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/sapi/fpm/fpm
Sara Golemon b63c45c69e Try fallback on IPv4 ANYADDR when IPv6 ANYADDR fails
https://bugs.php.net/bug.php?id=74166
A host system with no/limited IPv6 support will fail at binding
the IPv6 ANYADDR address (::) as the address family is unsupported.

Deal with this by handling failure to implicitly bind to ::
as a soft failure, falling back to 0.0.0.0.

If binding to :: failed for some other reason (e.g. port in use)
then binding to 0.0.0.0 will likely fail as well, but we'll
get appropriate warnings for that.
2017-03-08 11:02:54 -08:00
..
2017-01-04 11:23:42 -06:00
2015-05-30 14:37:41 +08:00
2015-01-10 15:07:38 -08:00
2016-11-20 19:20:09 +01:00
2014-12-13 23:06:14 +01:00
2017-02-12 00:06:47 +01:00
2014-12-13 23:06:14 +01:00
2015-01-10 15:07:38 -08:00
2016-10-17 16:03:12 +01:00
2015-01-04 19:00:05 -08:00
2016-06-21 17:56:07 +03:00
2014-12-13 23:06:14 +01:00
2015-01-10 15:07:38 -08:00
2015-05-11 11:22:38 +08:00
2015-01-10 15:07:38 -08:00
2015-01-10 15:07:38 -08:00
2015-05-23 19:01:41 +08:00