Skip to content

Commit a2a6e6c

Browse files
committed
Add the optional exif extension. Needed for 4.0 and up.
Part of the Moodle 4.0 requirements issue: MDL-70594
1 parent 4df9efa commit a2a6e6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ docker-php-ext-configure zip --with-zip
4747
docker-php-ext-install zip
4848

4949
docker-php-ext-install -j$(nproc) \
50+
exif \
5051
intl \
5152
mysqli \
5253
opcache \

tests/fixtures/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
$requiredextensions = [
44
'apcu',
5+
'exif',
56
'gd',
67
'igbinary',
78
'intl',

0 commit comments

Comments
 (0)