Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN <<EOT bash
"gettext"
"imagick"
"intl"
"ldap"
"mysqli"
"opcache"
"pcntl"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ This image includes the following additional extensions:
* igbinary
* imagick
* intl
* ldap
* mcrypt (no longer with PHP 8.4 - long deprecated)
* mysqli
* opcache
Expand Down
2 changes: 1 addition & 1 deletion example-app/.env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
XDEBUG_MODE=debug

# If you only want a specific subset of extensions enabled. This is the default set of all:
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,ffi,gd,gettext,imagick,intl,mysqli,opcache,pcntl,pdo_mysql,redis,shmop,soap,sockets,sysvmsg,sysvsem,sysvshm,uuid,vips,xdebug,yaml,zip
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,ffi,gd,gettext,imagick,intl,ldap,mysqli,opcache,pcntl,pdo_mysql,redis,shmop,soap,sockets,sysvmsg,sysvsem,sysvshm,uuid,vips,xdebug,yaml,zip
# Baseline, minimal set of extensions that are required for most applications
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,gd,gettext,intl,mysqli,opcache,pdo_mysql,zip,yaml

Expand Down