Skip to content

Commit e114703

Browse files
committed
Update README.md
1 parent d2a9c58 commit e114703

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
- [`8.X-fpm` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.Dockerfile)
1616
- [`8.X-fpm-wsc` (*Dockerfile*)](https://github.com/Tob1as/docker-php/blob/master/debian.fpm.wsc.Dockerfile)
1717

18-
**All container images are available in versions `8.3`, `8.4` and `8.5`.** ;-)
19-
*Images with `-wsc` suffix only contain PHP extensions for [WSC](https://www.woltlab.com).*
18+
**All container images are available in versions `8.3`, `8.4` and `8.5`.** ;-)
2019

2120
*How long php versions are supported (End of Life): [https://www.php.net/supported-versions.php](https://www.php.net/supported-versions.php)
2221
Do not use an container image which php version is no longer supported!*
@@ -32,7 +31,11 @@ PHP is a server-side scripting language designed for web development, but which
3231
### About these images:
3332
* based on official images: [DockerHub](https://hub.docker.com/_/php/) / [GitHub](https://github.com/docker-library/php)
3433
* The official base Images have the following PHP extensions enabled by default (check with: ```php -m```): ```Core ctype curl date dom fileinfo filter hash iconv json libxml mbstring mysqlnd openssl pcre PDO pdo_sqlite Phar posix random readline Reflection session SimpleXML sodium SPL sqlite3 standard tokenizer xml xmlreader xmlwriter 'Zend OPcache' zlib```
35-
* These images extend the basic images with additional PHP extensions, for example: SQL-Databases, gd, imagick, ldap and more. For details see in dockerfiles.
34+
* These images extend the basic images with additional PHP extensions, for example: SQL-Databases, gd, imagick, ldap and more. For details see in dockerfiles.
35+
* *Images with `-slim` suffix have only the PHP extensions like offical base image, but with entrypoint script for some settings and other adjustments. This is the base image for all others.*
36+
* *Images without `-slim` or other suffix have a mix of additional extensions, which should maybe sufficient for most PHP web applications.*
37+
* *Images with `-wsc` suffix only contain PHP extensions for [WSC](https://www.woltlab.com). (Alternatively, you can use [wsc-dockerized](https://github.com/SoftCreatRMedia/wsc-dockerized) setup.)*
38+
* *Images with `-extended` suffix at present only for php images with nginx. (Prometheus Exporter and other)*
3639
* For easy install the extensions and get a smaller images it use [php-extension-installer](https://github.com/mlocati/docker-php-extension-installer).
3740
* For information about PHP and extensions see here: [php.net](https://php.net) and [pecl.php.net](https://pecl.php.net).
3841

0 commit comments

Comments
 (0)