Skip to content

Commit 51051dd

Browse files
authored
Update README.md for included extensions in PHP 7.3
1 parent d6f41bd commit 51051dd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,33 @@ Replace ${PHP_VERSION} with '7.3', or '7.1' according to your preferred runtime.
3737
##### Extensions
3838
The following extensions are built into the layer and available in /opt/lib/php/${PHP_VERSION}/modules:
3939

40+
PHP 7.3 Layer:
41+
```
42+
bz2.so
43+
calendar.so
44+
ctype.so
45+
curl.so
46+
exif.so
47+
fileinfo.so
48+
ftp.so
49+
gettext.so
50+
iconv.so
51+
json.so
52+
mbstring.so
53+
mysqli.so
54+
mysqlnd.so
55+
pdo.so
56+
pdo_mysql.so
57+
pdo_pgsql.so
58+
pdo_sqlite.so
59+
pgsql.so
60+
phar.so
61+
sockets.so
62+
sqlite3.so
63+
tokenizer.so
64+
```
65+
66+
PHP 7.1 Layer:
4067
```
4168
bz2.so
4269
calendar.so

0 commit comments

Comments
 (0)