mirror of
https://github.com/danog/php.git
synced 2024-11-27 12:24:58 +01:00
57b41cfc2d
In PHP 7.2.0 a change [1] was made in response to bug [#74166] to fall
back to listening on 0.0.0.0 if IPv6 is disabled (for example with
ipv6.disable=1 Linux kernel param) instead of failing to create a
listening socket with the error "Address family not supported by
protocol (97)".
A fallback to IPv4 in such circumstances is only possible in PHP >=
7.2.0 and by specifying a port number without an address to the listen
directive.
[1]:
|
||
---|---|---|
.. | ||
alpine3.4 | ||
jessie |