php/5.6/jessie/fpm
boite 57b41cfc2d Allow FPM pool to listen on IPv4 when v6 disabled
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]: b63c45c69e
[#74166]: https://bugs.php.net/bug.php?id=74166
2018-01-18 11:40:00 +00:00
..
docker-php-entrypoint Restructure organization so to support simultaneous base distro releases 2017-10-12 06:53:45 -07:00
docker-php-ext-configure Be less verbose during extension installation (fix #319) 2018-01-01 19:50:55 +01:00
docker-php-ext-enable Switch from "nm" to "readelf" so that we can detect the "zend_extension_entry" symbol even in stripped objects 2017-12-08 16:25:01 -08:00
docker-php-ext-install Restructure organization so to support simultaneous base distro releases 2017-10-12 06:53:45 -07:00
docker-php-source Restructure organization so to support simultaneous base distro releases 2017-10-12 06:53:45 -07:00
Dockerfile Allow FPM pool to listen on IPv4 when v6 disabled 2018-01-18 11:40:00 +00:00