This repository was archived by the owner on Sep 8, 2021. It is now read-only.
File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 43
43
calendar.so
44
44
ctype.so
45
45
curl.so
46
+ dom.so
46
47
exif.so
47
48
fileinfo.so
48
49
ftp.so
@@ -52,15 +53,26 @@ json.so
52
53
mbstring.so
53
54
mysqli.so
54
55
mysqlnd.so
55
- pdo.so
56
56
pdo_mysql.so
57
57
pdo_pgsql.so
58
+ pdo.so
58
59
pdo_sqlite.so
59
60
pgsql.so
60
61
phar.so
62
+ posix.so
63
+ shmop.so
64
+ simplexml.so
61
65
sockets.so
62
66
sqlite3.so
67
+ sysvmsg.so
68
+ sysvsem.so
69
+ sysvshm.so
63
70
tokenizer.so
71
+ wddx.so
72
+ xmlreader.so
73
+ xml.so
74
+ xmlwriter.so
75
+ xsl.so
64
76
```
65
77
66
78
PHP 7.1 Layer:
Original file line number Diff line number Diff line change @@ -8,17 +8,16 @@ yum install -y wget
8
8
yum install -y yum-utils
9
9
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
10
10
wget https://rpms.remirepo.net/enterprise/remi-release-6.rpm
11
- rpm -Uvh remi-release-6.rpm
12
11
rpm -Uvh epel-release-latest-6.noarch.rpm
13
-
12
+ rpm -Uvh remi-release-6.rpm
14
13
15
14
yum-config-manager --enable remi-php7${PHP_MINOR_VERSION}
16
15
17
16
yum install -y httpd
18
17
yum install -y postgresql-devel
19
18
yum install -y libargon2-devel
20
19
21
- yum install -y --disablerepo=" *" --enablerepo=" remi,remi-php7${PHP_MINOR_VERSION} " php php-mbstring php-pdo php-mysql php-pgsql
20
+ yum install -y --disablerepo=" *" --enablerepo=" remi,remi-php7${PHP_MINOR_VERSION} " php php-mbstring php-pdo php-mysql php-pgsql php-xml php-process
22
21
23
22
24
23
mkdir /tmp/layer
You can’t perform that action at this time.
0 commit comments