Skip to content

Commit d446e03

Browse files
committed
Readme: Add PHP 8.5 RC
1 parent c3eb9df commit d446e03

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ of base images designed to cover most standard development workflows — with no
4848

4949
## Main features
5050
- architecture: `linux/amd64`
51-
- current **PHP** versions: 8.4, 8.3, 8.2 and 8.1
51+
- current **PHP** versions: 8.4, 8.3, 8.2 and 8.1 and pre-release of 8.5
5252
- unsupported **PHP** versions also available: 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5 and 5.4 (with limited stability,
5353
unoptimized, unmaintained)
5454
- current versions of **MariaDB** 12.0, 11.8, 11.4, 10.11, 10.6 and RC pre-release of 12.1
@@ -61,7 +61,7 @@ unoptimized, unmaintained)
6161
[`bz2`](https://www.php.net/manual/en/book.bzip2.php),
6262
[`calendar`](https://www.php.net/manual/en/book.calendar.php),
6363
[`exif`](https://www.php.net/manual/en/book.exif.php),
64-
[`gd`](https://www.php.net/manual/en/book.image.php) with PNG, WebP, AVIF (for PHP 8.1+), FreeType fonts support
64+
[`gd`](https://www.php.net/manual/en/book.image.php) with PNG, WebP, AVIF, FreeType fonts support
6565
[`gettext`](https://www.php.net/manual/en/book.gettext.php),
6666
[`gmp`](https://www.php.net/manual/en/book.gmp.php),
6767
[`imap`](https://www.php.net/manual/en/book.imap.php) (up to PHP 8.3),
@@ -81,7 +81,7 @@ unoptimized, unmaintained)
8181
[`headers`](https://httpd.apache.org/docs/current/mod/mod_headers.html) and
8282
[`rewrite`](https://httpd.apache.org/docs/current/mod/mod_rewrite.html)
8383
- Apache `DocumentRoot` changed to: `/var/www/html/www` (configurable by [ENV](#document-root))
84-
- PHP image comes with [Composer 2.8+](https://getcomposer.org/) and [Git 2.39+](https://git-scm.com/) to
84+
- PHP image comes with [Composer 2.8+](https://getcomposer.org/) and [Git 2.49+](https://git-scm.com/) to
8585
use it in guest shell
8686
- MySQL properly configured to use `utf8mb4` as a default charset, an optional support of Windows Host is also available
8787
- timezones are correctly supported
@@ -132,7 +132,7 @@ use `-legacy` tag suffix:
132132
- `jakubboucek/lamp-devstack-php:5.5-legacy`
133133
- `jakubboucek/lamp-devstack-php:5.4-legacy-fixed`
134134

135-
> Note: Version 5.4 is using `-fixed` suffix because is unable to rebuild them from scratch.
135+
> Note: Version 5.4 is using `-fixed` suffix because is unable to rebuild them from scratch.
136136
137137
All PHP images have alternative variants with XDebug extension preinstalled, use `-debug` tag suffix, example:
138138
- `jakubboucek/lamp-devstack-php:debug`
@@ -148,6 +148,10 @@ All PHP images also have alternative CLI variants, use `-cli` tag suffix, exampl
148148
- `jakubboucek/lamp-devstack-php:8.4.0-cli`
149149
- `jakubboucek/lamp-devstack-php:7.4-legacy-cli`
150150

151+
The pre-release of PHP 8.5 images have the `-rc` suffix, example:
152+
- `jakubboucek/lamp-devstack-php:8.5-rc`
153+
- `jakubboucek/lamp-devstack-php:8.5-rc-cli`
154+
151155
### Using MySQL
152156
MySQL server starts at the same time as the web server.
153157

0 commit comments

Comments
 (0)