From e41bc13693e57e1477ddbd08397e890e9ac1b395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 26 Mar 2020 10:39:40 +0100 Subject: [PATCH] Adding the UUID extension --- README.md | 2 +- extensions/7.1/uuid | 1 + extensions/7.2/uuid | 1 + extensions/7.3/uuid | 1 + extensions/7.4/uuid | 1 + extensions/core/uuid/install.sh | 6 ++++++ utils/README.blueprint.md | 2 +- 7 files changed, 12 insertions(+), 2 deletions(-) create mode 120000 extensions/7.1/uuid create mode 120000 extensions/7.2/uuid create mode 120000 extensions/7.3/uuid create mode 120000 extensions/7.4/uuid create mode 100755 extensions/core/uuid/install.sh diff --git a/README.md b/README.md index c95db58c..139d64d1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Below is a list of extensions available in this image: **Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap -**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 +**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 **Note**: diff --git a/extensions/7.1/uuid b/extensions/7.1/uuid new file mode 120000 index 00000000..2e96802e --- /dev/null +++ b/extensions/7.1/uuid @@ -0,0 +1 @@ +../core/uuid/ \ No newline at end of file diff --git a/extensions/7.2/uuid b/extensions/7.2/uuid new file mode 120000 index 00000000..2e96802e --- /dev/null +++ b/extensions/7.2/uuid @@ -0,0 +1 @@ +../core/uuid/ \ No newline at end of file diff --git a/extensions/7.3/uuid b/extensions/7.3/uuid new file mode 120000 index 00000000..2e96802e --- /dev/null +++ b/extensions/7.3/uuid @@ -0,0 +1 @@ +../core/uuid/ \ No newline at end of file diff --git a/extensions/7.4/uuid b/extensions/7.4/uuid new file mode 120000 index 00000000..2e96802e --- /dev/null +++ b/extensions/7.4/uuid @@ -0,0 +1 @@ +../core/uuid/ \ No newline at end of file diff --git a/extensions/core/uuid/install.sh b/extensions/core/uuid/install.sh new file mode 100755 index 00000000..25b56135 --- /dev/null +++ b/extensions/core/uuid/install.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -e +export EXTENSION=uuid + +../docker-install.sh diff --git a/utils/README.blueprint.md b/utils/README.blueprint.md index 036419be..d0bd9efc 100644 --- a/utils/README.blueprint.md +++ b/utils/README.blueprint.md @@ -101,7 +101,7 @@ Below is a list of extensions available in this image: **Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap -**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 +**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 **Note**: