linuxserver / docker-phpmyadmin

GNU General Public License v3.0
22 stars 2 forks source link

Missing PHP extensions in the Image ? #17

Closed williamdes closed 2 years ago

williamdes commented 2 years ago

https://github.com/linuxserver/docker-phpmyadmin/blob/31a7872c1c86b3219116fd1f0c93c793ba99bfd9/Dockerfile#L19-L30

Here is a list of the extensions that should be there for every feature to work: https://github.com/sudo-bot/gh-deployer-container/blob/04b50cde53ac13f71c444b09dd31dcecaca3eee2/docker/Dockerfile#L9-L12

I would say php8-xml php8-xmlwriter php8-simplexml are some of the needed extensions for all 2FA packages to work Edit: I tested and 2FA QR code shows up without any error.

php8-pecl-uploadprogress would be a nice to have to provide users a progress bar for uploads

php8-iconv could help in some data imports/exports

I think this list of extensions should be documented in our documentation. I may work on that aspect.