Skip to content

Commit 7fa33b8

Browse files
authored
feat: install more PHP extensions (#56)
1 parent 4a7c111 commit 7fa33b8

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ After installation, make sure to commit the `.ddev` directory to version control
4545
Install pre-packaged extensions using the `php-zts-` prefix (see [supported extensions](https://pkg.henderkes.com/84/php-zts/packages?type=debian)):
4646

4747
```bash
48-
# install sqlsrv and xsl extensions
49-
ddev config --webimage-extra-packages="php-zts-sqlsrv,php-zts-xsl"
48+
# install mongodb and sqlsrv extensions
49+
ddev config --webimage-extra-packages="php-zts-mongodb,php-zts-sqlsrv"
5050
ddev restart
5151
```
5252

config.frankenphp.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ webimage_extra_packages:
1616
- php-zts-bcmath
1717
- php-zts-bz2
1818
- php-zts-cli
19+
- php-zts-ffi
20+
- php-zts-fileinfo
21+
- php-zts-ftp
1922
- php-zts-gd
23+
- php-zts-gettext
2024
- php-zts-imagick
2125
- php-zts-intl
2226
- php-zts-ldap
@@ -27,9 +31,14 @@ webimage_extra_packages:
2731
- php-zts-pdo-sqlite
2832
- php-zts-pgsql
2933
- php-zts-redis
34+
- php-zts-shmop
3035
- php-zts-soap
3136
- php-zts-sqlite3
37+
- php-zts-sysvmsg
38+
- php-zts-sysvsem
39+
- php-zts-sysvshm
3240
- php-zts-xdebug
3341
- php-zts-xhprof
42+
- php-zts-xsl
3443
- php-zts-yaml
3544
- php-zts-zip

0 commit comments

Comments
 (0)