Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Update README.md for included extensions in PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
txase authored May 15, 2019
1 parent d6f41bd commit 51051dd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,33 @@ Replace ${PHP_VERSION} with '7.3', or '7.1' according to your preferred runtime.
##### Extensions
The following extensions are built into the layer and available in /opt/lib/php/${PHP_VERSION}/modules:

PHP 7.3 Layer:
```
bz2.so
calendar.so
ctype.so
curl.so
exif.so
fileinfo.so
ftp.so
gettext.so
iconv.so
json.so
mbstring.so
mysqli.so
mysqlnd.so
pdo.so
pdo_mysql.so
pdo_pgsql.so
pdo_sqlite.so
pgsql.so
phar.so
sockets.so
sqlite3.so
tokenizer.so
```

PHP 7.1 Layer:
```
bz2.so
calendar.so
Expand Down

0 comments on commit 51051dd

Please sign in to comment.