Commit Graph

729 Commits

Author SHA1 Message Date
Tianon Gravi
1daa5daf97 Properly pin all buster dists in stretch-based images 2020-06-22 11:00:40 -07:00
Docker Library Bot
b6fd2f7001 Update to 7.4.7 2020-06-11 16:10:51 +00:00
Docker Library Bot
424dbd51d6 Update to 7.3.19 2020-06-11 12:46:12 +00:00
Tianon Gravi
26be460ae8
Merge pull request #1023 from J0WI/alpine-3.12
Add Alpine 3.12
2020-06-10 17:08:22 -07:00
J0WI
99e1354f48 Add Alpine 3.12 2020-06-11 00:49:23 +02:00
Tianon Gravi
6f12272b33
Merge pull request #1021 from infosiftr/ini-name
Add `ini-name` to ext-install to pass along to ext-enable
2020-06-02 13:11:30 -07:00
Joe Ferguson
a041c4250b Add ini-name to ext-install to pass along to ext-enable
Support an absolute path for --ini-name
2020-06-02 10:41:14 -07:00
Docker Library Bot
a3cf31c902 Update to 7.3.18 2020-05-14 12:46:13 +00:00
Docker Library Bot
057b438e69 Update to 7.2.31 2020-05-14 12:46:13 +00:00
Docker Library Bot
8c6d1f4218 Update to 7.4.6 2020-05-14 12:46:13 +00:00
yosifkit
f6170fb3db
Merge pull request #1014 from infosiftr/distributions
Update upstream download URLs
2020-05-05 14:53:54 -07:00
Tianon Gravi
b3532e478a Update upstream download URLs
These are the URLs listed on https://www.php.net/downloads (and the URLs Homebrew is using), so they seem more appropriate/correct than these older URLs we've been using.
2020-05-05 13:28:02 -07:00
Tianon Gravi
1cc409c705 Apply typo fixes 2020-04-27 11:51:58 -07:00
yosifkit
155bd3d53b
Merge pull request #1009 from pgrimaud/master
Fix typos
2020-04-27 11:05:43 -07:00
Pierre Grimaud
de3cd259b6 Fix typos 2020-04-26 00:16:34 +02:00
Tianon Gravi
d41f0d0c2a Update to 7.2.30 (security update)
Closes #1002
2020-04-17 13:36:13 -07:00
Tianon Gravi
993fe84cd4
Merge pull request #1003 from infosiftr/mips-7.2
Exclude mips64le from 7.2
2020-04-17 10:06:14 -07:00
Tianon Gravi
ecc2d7711b Exclude mips64le from 7.2 2020-04-17 09:32:52 -07:00
Tianon Gravi
94ed60ed47
Merge pull request #999 from infosiftr/hash-style
Remove "--hash-style=both"
2020-04-16 22:07:45 -07:00
Tianon Gravi
7ccfc9272c Remove "--hash-style=both"
It turns out that --hash-style=gnu is considered better than either of --hash-style=both or --hash-style=sysv, assuming your environment/platform supports it.

On amd64 with both Debian's and Alpine's linkers, --hash-style=gnu is the default.

This is especially relevant on MIPS (mips64le), where "ld: .gnu.hash is incompatible with the MIPS ABI" (so the linker sanely defaults to --hash-style=sysv there, as it should).
2020-04-16 20:49:46 -07:00
Docker Library Bot
d66997097a Update to 7.3.17 2020-04-16 12:46:13 +00:00
Docker Library Bot
c2cc2e726f Update to 7.4.5 2020-04-16 12:46:13 +00:00
Tianon Gravi
d8bb468ec3
Merge pull request #994 from infosiftr/s390x-again
Add back s390x builds
2020-04-09 15:58:12 -07:00
Joe Ferguson
d6b85b5bee php works on s390x again 2020-04-09 15:33:49 -07:00
Docker Library Bot
33b1561787 Update to 7.3.16 2020-03-19 15:09:57 +00:00
Docker Library Bot
03574f9618 Update to 7.2.29 2020-03-19 15:09:56 +00:00
Docker Library Bot
16766c6e5f Update to 7.4.4 2020-03-19 15:09:55 +00:00
Docker Library Bot
a80762e229 Update to 7.3.15 2020-02-20 12:18:25 +00:00
Docker Library Bot
23ac7b5e0d Update to 7.2.28 2020-02-20 12:18:24 +00:00
Docker Library Bot
4b7da48c96 Update to 7.4.3 2020-02-20 12:18:24 +00:00
Docker Library Bot
affbdaf138 Update to 7.3.14 2020-01-23 13:46:14 +00:00
Docker Library Bot
bac7b0ca07 Update to 7.2.27 2020-01-23 13:46:14 +00:00
Docker Library Bot
703a3d0a4e Update to 7.4.2 2020-01-23 07:46:12 +00:00
Tianon Gravi
ae3f372b44
Merge pull request #929 from J0WI/alpine11
Add Alpine 3.11
2019-12-23 09:53:18 -08:00
Tianon Gravi
d147df1014 Fix ordering, adjust generate-stackbrew-library.sh 2019-12-23 09:53:03 -08:00
J0WI
622b2415c6 Add Alpine 3.11 2019-12-20 01:33:57 +01:00
Docker Library Bot
bb80b576dd Update to 7.3.13 2019-12-18 13:46:13 +00:00
Docker Library Bot
331e0f4b4d Update to 7.2.26 2019-12-18 13:46:13 +00:00
Docker Library Bot
04c0ee7a02 Update to 7.4.1 2019-12-18 13:46:13 +00:00
yosifkit
7fd718d58f
Merge pull request #918 from infosiftr/error-over-warn
Prevent "silent" failures by having docker-php-ext-configure error on unknown flags so users have to fix them
2019-12-04 15:24:44 -08:00
Joe Ferguson
9bcb75e9db Prevent "silent" failures by having docker-php-ext-configure error on unknown flags so users have to fix them
"configure: WARNING: unrecognized options" just gets lost in all the configure output
2019-12-03 16:32:01 -08:00
yosifkit
b426973fd8
Merge pull request #916 from infosiftr/eol-7.1
Remove 7.1 (EOL)
2019-12-02 19:13:25 -08:00
Tianon Gravi
1661f705d6 Remove 7.1 (EOL)
See https://www.php.net/eol.php
2019-12-02 18:12:54 -08:00
Tianon Gravi
2bf33a8593
Merge pull request #909 from infosiftr/SIGWINCH
Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value)
2019-11-28 08:44:57 -07:00
Tianon Gravi
49d861431a Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value) 2019-11-28 07:42:43 -08:00
Tianon Gravi
4aa1f0e493 Apply update.sh (www.php.net vs secure.php.net) 2019-11-28 07:41:13 -08:00
Tianon Gravi
55e09061f5
Merge pull request #910 from nick-zh/php-7.4.0
Update to php-7.4.0
2019-11-28 08:39:27 -07:00
Nick
76b6033de3
adjust aliases 2019-11-28 08:58:17 +01:00
Nick
e186b9bb7a
update to php-7.4.0 2019-11-28 08:25:42 +01:00
Docker Library Bot
4bac7da6e7 Update to 7.2.25 2019-11-21 19:46:17 +00:00