Skip to content

Commit 5d4cca5

Browse files
committed
Ensure we always use the timezonedb extension from PECL
That way, on rebuild, the latest version will be always used, instead of the one coming upstream that can be older. Part of https://tracker.moodle.org/browse/MDL-76675
1 parent 47afaf0 commit 5d4cca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ docker-php-ext-install -j$(nproc) gd
6363
docker-php-ext-configure ldap
6464
docker-php-ext-install -j$(nproc) ldap
6565

66-
# APCu, igbinary, Memcached, MongoDB, Redis, Solr, uuid, XMLRPC (beta)
67-
pecl install apcu igbinary memcached mongodb pcov redis solr uuid xmlrpc-beta
68-
docker-php-ext-enable apcu igbinary memcached mongodb pcov redis solr uuid xmlrpc
66+
# APCu, igbinary, Memcached, MongoDB, PCov, Redis, Solr, timezonedb, uuid, XMLRPC (beta)
67+
pecl install apcu igbinary memcached mongodb pcov redis solr timezonedb uuid xmlrpc-beta
68+
docker-php-ext-enable apcu igbinary memcached mongodb pcov redis solr timezonedb uuid xmlrpc
6969

7070
echo 'apc.enable_cli = On' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini
7171

0 commit comments

Comments
 (0)