Commit Graph

15 Commits

Author SHA1 Message Date
Tianon Gravi
f8c7370994 Add "fastcgi.logging = Off" to fpm defaults
This should (finally) fix errors between FPM and NGINX.
2022-12-20 16:10:03 -08:00
Jesper Noordsij
d4616116cb
Add Alpine 3.17 variant (#1348)
* Add Alpine 3.17 variant for PHP >= 8.1

Also remove Alpine 3.15

* Remove old Alpine 3.13 reference from Dockerfile-linux.template

* Improve Alpine version matching in versions.sh
2022-11-30 10:19:15 -08:00
Jesper Noordsij
c43e558d0c
Remove various references to PHP 7.4 and PHP < 8.0 from template 2022-11-25 14:17:48 +01:00
Kévin Dunglas
7894e0343a
Enable "embed" for the Alpine variant of ZTS builds (#1342) 2022-11-14 15:26:28 -08:00
Kévin Dunglas
231fc4aa50
fix: disable Zend Signals for ZTS builds (#1331) 2022-10-31 16:03:41 -07:00
Tianon Gravi
72df29ad26 Add new key for Gabriel
See https://www.php.net/gpg-keys.php#gpg-8.0
2022-10-28 09:13:33 -07:00
Tim Düsterhus
32a857da9c
Add PHP 8.2 RC 2022-06-09 17:47:48 +02:00
Jesper Noordsij
f2754514da
Remove 7.3 (#1270)
* Remove 7.3 (EOL)
* Remove various references to old 7.x versions
2022-03-18 09:55:51 -07:00
Michael Sierks
b62fa33a71
Use gnu-libiconv for php iconv extension on alpine 2022-03-10 17:02:19 -06:00
Michael Sierks
85143a18bd
Update iconv extension to be shared, so it can be disabled if necessary 2022-03-09 14:38:16 -06:00
Tianon Gravi
c1d608310d Explicitly enable phpdbg in CLI images and *disable* it in all others 2022-03-01 16:41:40 -08:00
Tianon Gravi
dc710cdc49 Move GPG keys into the template
They don't change within a release very often, so it doesn't feel "correct" to embed them in the block of more dynamic information we embed in versions.json (and IMO we get slightly better syntax this way).
2022-01-27 11:23:31 -08:00
Tianon Gravi
6e558df379 Fix "find -perm" syntax (and ignore "strip" failures but not "find" failures) 2021-10-12 13:53:39 -07:00
Tianon Gravi
6d7ea20646 Merge PHP_EXTRA_* into the places they're used
Also, this explicitly treats "cli" and "zts" variants as similar for the purposes of `--enable-embed`.
2021-10-08 17:40:11 -07:00
Joe Ferguson
b5f8bba381 Combine templates to a single template to reduce duplication 2021-08-24 17:22:54 -07:00