Commit Graph

13 Commits

Author SHA1 Message Date
Tianon Gravi
f504394473 Fix a few superficial issues with "docker-php-ext-enable" 2018-04-19 12:51:31 -07:00
Docker Library Bot
756e514077 Update to 7.1.16 2018-03-31 18:46:09 +00:00
Tianon Gravi
fe07cedc05 Update/fix PHPIZE_DEPS comment
Closes #597
2018-03-21 11:23:32 -07:00
Docker Library Bot
bd08891b3f Update to 7.1.15 2018-03-03 19:46:09 +00:00
Docker Library Bot
499a0e89e7 Update to 7.1.14 2018-02-02 01:46:11 +00:00
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 Library Bot
6be205eee1 Update to 7.1.13 2018-01-06 01:02:02 +00:00
J0WI
0e056693f2 Be less verbose during extension installation (fix #319) 2018-01-01 19:50:55 +01:00
Tianon Gravi
1a00d92ff4 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
Joe Ferguson
25e8a9268e Apply pcre-jit change to all versions 2017-11-28 16:26:39 -08:00
Docker Library Bot
287a157544 Update to 7.1.12 2017-11-24 07:46:08 +00:00
Docker Library Bot
05fe6f9eb6 Update to 7.1.11 2017-10-27 06:46:08 +00:00
Joe Ferguson
0bb4068bd6 Restructure organization so to support simultaneous base distro releases
- this will allow us release to `jessie` and `stretch` variants at the same time so that users have a time to transition from one to the other.
2017-10-12 06:53:45 -07:00