Skip to content
Snippets Groups Projects

Feat: "Add required and optional PHP modules to WP setup"

All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,7 @@ docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
gd \
intl \
mysqli \
zip \
;
Loading