mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
#45 feat: add PHP 7.3 images
This commit is contained in:
@@ -26,11 +26,11 @@ EXTENSIONS := \
|
||||
redis \
|
||||
soap \
|
||||
zip
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 latest))
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 latest))
|
||||
# Add more extensions to PHP < 7.2.
|
||||
EXTENSIONS += mcrypt
|
||||
endif
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.0 7.1 7.2 latest))
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.0 7.1 7.2 7.3 latest))
|
||||
# Add more extensions to 5.x series images.
|
||||
EXTENSIONS += mysql
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user