mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
feat: php 8.4
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ EXTENSIONS := \
|
||||
xsl \
|
||||
zip \
|
||||
sockets
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 8.0 8.1 8.2 8.3 latest alpine))
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 latest alpine))
|
||||
# Add more extensions to PHP < 7.2.
|
||||
EXTENSIONS += mcrypt
|
||||
endif
|
||||
|
||||
@@ -50,6 +50,9 @@ For more production-like environments, you might want to choose an [image *witho
|
||||
- `8.3`
|
||||
- `8.3-apache`
|
||||
- `8.3-fpm`
|
||||
- `8.4`
|
||||
- `8.4-apache`
|
||||
- `8.4-fpm`
|
||||
|
||||
As you might have guessed, all tags are built on top of the corresponding tag of the official image. Not all tags are supported in order to easen maintenance.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user