Skip to content

Commit 13dcbed

Browse files
authored
Merge pull request #197 from moufmouf/uuid_ext
Adding the UUID extension
2 parents d5d126c + e41bc13 commit 13dcbed

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Below is a list of extensions available in this image:
146146

147147
**Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap
148148

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
150150

151151
**Note**:
152152

extensions/7.1/uuid

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/uuid/

extensions/7.2/uuid

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/uuid/

extensions/7.3/uuid

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/uuid/

extensions/7.4/uuid

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/uuid/

extensions/core/uuid/install.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
export EXTENSION=uuid
5+
6+
../docker-install.sh

utils/README.blueprint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Below is a list of extensions available in this image:
101101

102102
**Enabled by default (in addition to extensions enabled in Slim image):** apcu mysqli pdo_mysql igbinary redis soap
103103

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
105105

106106
**Note**:
107107

0 commit comments

Comments
 (0)