Skip to content

Commit abc5063

Browse files
committed
Also add ffi for newer vips implementations
1 parent c01c13d commit abc5063

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN <<EOT bash
3838
"bz2"
3939
"calendar"
4040
"exif"
41+
"ffi"
4142
"gd"
4243
"gettext"
4344
"imagick"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This image includes the following additional extensions:
5454
* bz2
5555
* calendar
5656
* exif
57+
* ffi
5758
* gd
5859
* gettext
5960
* igbinary

example-app/.env.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
XDEBUG_MODE=debug
1414

1515
# If you only want a specific subset of extensions enabled. This is the default set of all:
16-
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,gd,gettext,imagick,intl,mysqli,opcache,pcntl,pdo_mysql,redis,shmop,soap,sockets,sysvmsg,sysvsem,sysvshm,uuid,vips,xdebug,yaml,zip
16+
#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
1717
# Baseline, minimal set of extensions that are required for most applications
1818
#PHP_EXTENSIONS=apcu,bcmath,bz2,calendar,exif,gd,gettext,intl,mysqli,opcache,pdo_mysql,zip,yaml
1919

0 commit comments

Comments
 (0)