File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 21 (2024-11-25)
4+
5+ - Adds PHP 8.4 support
6+ - Tunes PHP-FPM workers for greater throughput
7+
38## 20 (2024-10-18)
49
510- Adds ` bcmath ` php extension to image
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The following features work out of the box without any configuration:
2323- ` Nginx ` serves as the web host and reverse proxy
2424- ` npm ` is installed for all your Node dependencies
2525- ` PHP-FPM/OPcache ` for fast performance in the browser and on the CLI
26- - ` zip ` is installed for items that may need that ( Laravel)
26+ - ` zip ` is installed for items that may need it (eg: Laravel, CSV )
2727
2828## Platforms
2929
@@ -67,6 +67,7 @@ Tags for this image follow the syntax of `PHP_VERSION-IMAGE_VERSION`; for instan
6767
6868### PHP Versions
6969
70+ - ` 8.4 ` - uses the latest release on the PHP 8.4 Alpine track. (Starting with image version ` 21 ` )
7071- ` 8.3 ` - uses the latest release on the PHP 8.3 Alpine track. (Starting with image version ` 18 ` )
7172- ` 8.2 ` - uses the latest release on the PHP 8.2 Alpine track. (Starting with image version ` 12 ` )
7273- ` 8.1 ` - uses the latest release on the PHP 8.1 Alpine track. (Starting with image version ` 9 ` )
@@ -75,6 +76,7 @@ Tags for this image follow the syntax of `PHP_VERSION-IMAGE_VERSION`; for instan
7576
7677### Image Versions (see CHANGELOG for more details)
7778
79+ - ` 21 `
7880- ` 20 `
7981- ` 19 `
8082- ` 18 `
You can’t perform that action at this time.
0 commit comments