File tree 7 files changed +12
-2
lines changed
7 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Below is a list of extensions available in this image:
146
146
147
147
** Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap
148
148
149
- ** Available (can be enabled using environment variables):** amqp ast bcmath blackfire bz2 calendar dba ds enchant ev event exif mailparse msgpack gd gettext gmp gnupg igbinary imagick imap intl ldap mcrypt memcached mongodb pcntl pcov pdo_dblib pdo_pgsql pdo_sqlite pgsql pspell shmop snmp sockets sqlite3 swoole tidy weakref(-beta) xdebug xmlrpc xsl yaml
149
+ ** Available (can be enabled using environment variables):** amqp ast bcmath blackfire bz2 calendar dba ds enchant ev event exif mailparse msgpack gd gettext gmp gnupg igbinary imagick imap intl ldap mcrypt memcached mongodb pcntl pcov pdo_dblib pdo_pgsql pdo_sqlite pgsql pspell shmop snmp sockets sqlite3 swoole tidy uploadprogress uuid weakref(-beta) xdebug xmlrpc xsl yaml
150
150
151
151
** Note** :
152
152
Original file line number Diff line number Diff line change
1
+ ../core/uuid/
Original file line number Diff line number Diff line change
1
+ ../core/uuid/
Original file line number Diff line number Diff line change
1
+ ../core/uuid/
Original file line number Diff line number Diff line change
1
+ ../core/uuid/
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ set -e
4
+ export EXTENSION=uuid
5
+
6
+ ../docker-install.sh
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Below is a list of extensions available in this image:
101
101
102
102
** Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap
103
103
104
- ** Available (can be enabled using environment variables):** amqp ast bcmath blackfire bz2 calendar dba ds enchant ev event exif mailparse msgpack gd gettext gmp gnupg igbinary imagick imap intl ldap mcrypt memcached mongodb pcntl pcov pdo_dblib pdo_pgsql pdo_sqlite pgsql pspell shmop snmp sockets sqlite3 swoole tidy uploadprogress weakref(-beta) xdebug xmlrpc xsl yaml
104
+ ** Available (can be enabled using environment variables):** amqp ast bcmath blackfire bz2 calendar dba ds enchant ev event exif mailparse msgpack gd gettext gmp gnupg igbinary imagick imap intl ldap mcrypt memcached mongodb pcntl pcov pdo_dblib pdo_pgsql pdo_sqlite pgsql pspell shmop snmp sockets sqlite3 swoole tidy uploadprogress uuid weakref(-beta) xdebug xmlrpc xsl yaml
105
105
106
106
** Note** :
107
107
You can’t perform that action at this time.
0 commit comments