Commit Graph

650 Commits

Author SHA1 Message Date
yosifkit
c06f70b18b
Merge pull request #650 from infosiftr/alpine3.4
Remove Alpine 3.4 variants (EOL)
2018-05-22 14:42:12 -07:00
Tianon Gravi
0139cd64d9 Remove Alpine 3.4 variants (EOL)
See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases
2018-05-22 14:23:27 -07:00
Tianon Gravi
72f2e43709
Merge pull request #646 from infosiftr/in-your-base
Add stretch and alpine 3.7 variants for 5.6, 7.0 and 7.1.
2018-05-21 16:31:08 -07:00
Joe Ferguson
78125d0d3c Add missing apache-foreground scripts, swap ssl version for 5.6 on stretch 2018-05-18 10:16:40 -07:00
Joe Ferguson
27c65bbd60 Add docker-php-* scripts for new images 2018-05-18 10:02:33 -07:00
Joe Ferguson
53040bf1b3 Add Dockerfiles for newer base OSs 2018-05-18 10:02:33 -07:00
Tianon Gravi
e3bc10f207 Add "apache2-foreground" to the top-level and copy it into apache variant directories 2018-05-18 10:02:00 -07:00
yosifkit
1f00ae6537
Merge pull request #632 from infosiftr/fatal-option-checking
Add "--enable-option-checking=fatal" to ./configure invocations
2018-05-01 14:10:51 -07:00
Tianon Gravi
b045ba7c51 Add "--enable-option-checking=fatal" to ./configure invocations 2018-04-30 13:06:26 -07:00
yosifkit
fbb775a087
Merge pull request #627 from infosiftr/disable-hash
Add "--with-mhash"
2018-04-27 10:45:55 -07:00
Docker Library Bot
13811e220a Update to 7.1.17 2018-04-27 00:46:10 +00:00
Docker Library Bot
273b9dc12c Update to 5.6.36 2018-04-27 00:46:10 +00:00
Tianon Gravi
1df2501817 Switch to "--with-mhash" instead (to break less users) 2018-04-26 13:45:14 -07:00
Docker Library Bot
f427847237 Update to 7.2.5 2018-04-26 12:46:09 +00:00
Docker Library Bot
dc0a0bc1b2 Update to 7.0.30 2018-04-26 12:46:09 +00:00
yosifkit
7d75b6b1ff
Merge pull request #626 from infosiftr/minor-enable-tweaks
Fix a few superficial issues with "docker-php-ext-enable"
2018-04-20 11:02:20 -07:00
Tianon Gravi
b6c589131a Add "--disable-hash" (so it can be compiled after-the-fact)
This allows for users of the image to `docker-php-ext-configure hash --with-mhash`, for example.
2018-04-19 14:15:39 -07:00
Tianon Gravi
f504394473 Fix a few superficial issues with "docker-php-ext-enable" 2018-04-19 12:51:31 -07:00
Tianon Gravi
6a28b28d56 Update generated README
https://github.com/docker-library/docs/pull/1193

https://github.com/docker-library/docs/pull/1195
2018-04-19 11:04:03 -07:00
Docker Library Bot
c4f059d09d Update to 7.2.4 2018-03-31 18:46:09 +00:00
Docker Library Bot
756e514077 Update to 7.1.16 2018-03-31 18:46:09 +00:00
Docker Library Bot
568145207f Update to 5.6.35 2018-03-31 18:46:09 +00:00
Docker Library Bot
3ed155f67f Update to 7.0.29 2018-03-31 18:46:09 +00:00
yosifkit
7707290c53
Merge pull request #605 from infosiftr/shared-sodium
Update sodium extension to be shared (so it can be replaced if necessary by users)
2018-03-21 13:34:44 -07:00
Tianon Gravi
fe07cedc05 Update/fix PHPIZE_DEPS comment
Closes #597
2018-03-21 11:23:32 -07:00
Tianon Gravi
604dfc0baf Update sodium extension to be shared (so it can be replaced if necessary by users) 2018-03-21 11:10:03 -07:00
Docker Library Bot
35aedb2900 Update to 7.2.3 2018-03-03 19:46:09 +00:00
Docker Library Bot
bd08891b3f Update to 7.1.15 2018-03-03 19:46:09 +00:00
Docker Library Bot
f965698f82 Update to 5.6.34 2018-03-03 19:46:09 +00:00
Docker Library Bot
8def3509b7 Update to 7.0.28 2018-03-03 19:46:08 +00:00
Tianon Gravi
be08d2067c
Merge pull request #581 from infosiftr/salty
Add libsodium to 7.2+
2018-02-06 09:12:02 -08:00
Joe Ferguson
fd8e15250a Add libsodium to 7.2+ 2018-02-05 16:06:59 -08:00
Docker Library Bot
b4e5b2b22a Update to 7.2.2 2018-02-02 01:46:11 +00:00
Docker Library Bot
499a0e89e7 Update to 7.1.14 2018-02-02 01:46:11 +00:00
Tianon Gravi
ed0b10ebd4 Fix gawk to not require all files to exist (so "zts-Dockerfile-block-2" can be deleted)
If a given "block" file doesn't exist, the default contents from the template will be included as-is instead.
2018-01-19 14:37:07 -08:00
Tianon Gravi
c436a9889a
Merge pull request #562 from boite/master
Allow FPM pool to listen on IPv4 when IPv6 is disabled
2018-01-18 11:04:55 -08: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
f4baf0edbc Update to 7.2.1 2018-01-06 01:02:02 +00:00
Docker Library Bot
a37af18986 Update to 5.6.33 2018-01-06 01:02:02 +00:00
Docker Library Bot
6be205eee1 Update to 7.1.13 2018-01-06 01:02:02 +00:00
Docker Library Bot
2eb7af0070 Update to 7.0.27 2018-01-06 01:02:02 +00:00
Tianon Gravi
06795a60c3 Add "pollita" on 7.1 (7.1.13 is signed by 1729F83938DA44E27BA0F4D3DBDB397470D12172) 2018-01-05 17:01:21 -08:00
yosifkit
32313ea407
Merge pull request #556 from infosiftr/better-lib-preservation
Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies)
2018-01-03 12:21:33 -08:00
Tianon Gravi
8f8cf4965c
Merge pull request #555 from J0WI/less-verbose
Be less verbose during extension installation (fix #319)
2018-01-03 12:12:34 -08:00
Tianon Gravi
b418908d2f Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies) 2018-01-03 10:55:13 -08:00
J0WI
0e056693f2 Be less verbose during extension installation (fix #319) 2018-01-01 19:50:55 +01:00
Tianon Gravi
6677546d59 Remove errant extra space character 2017-12-18 14:21:03 -08:00
yosifkit
79436c81bd
Merge pull request #542 from infosiftr/no-debian-php
Block the installation of Debian's PHP packages
2017-12-14 17:16:06 -06:00
Tianon Gravi
9596aeb358 Add a link to the PR for future travellers 2017-12-13 17:32:36 -08:00
Tianon Gravi
dbd5d1e03d Block the installation of Debian's PHP packages
This will hopefully help folks with the confusion around installing packages like "php-apcu" and then wondering why they don't actually "work" (because they pull in Debian's PHP, and that's not what this image packages).
2017-12-13 16:14:37 -08:00