All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Add
TZ
env var to change PHPdate.timezone
(#133) - Update to PHP 8.2 (#411)
- Add back a
/sessions
volume for sessions persistence (#399) - Support adding custom configurations in
/etc/phpmyadmin/conf.d
(#401) - Fix for Debian 12 issue (#416) that caused libraries for extensions to be uninstalled
- Add extension
bcmath
for 2nd factor authentication (#415) - Refactor
update.sh
(#408) - Enable remoteip mod for Apache (#434)
- Add support for
PMA_SSL
andPMA_SSLS
to enable SSL connection (#441)
- Move docker-compose test files into a folder
- Fix the section about E2E tests in
README.md
- Support docker secrets from file for
PMA_USER
(#372) - Support docker secrets from file for
PMA_CONTROLUSER
(#372) - Support docker secrets from file for
PMA_CONTROLHOST
(#372) - Allow a different Apache port with
APACHE_PORT
(#340) - Add support for ENVs
PMA_UPLOADDIR
andPMA_SAVEDIR
(#384) - Fixed a bug with
APACHE_PORT
ENV on container restart (#381) - Update to PHP 8.1 (#393)
- Add support for ENV
TZ
- Fix incorrect image tag name in
README.md
- Fix GPG keyservers in Dockerfiles
- Remove microbadger badges, it closed
- Improve the README file
- Fix add back composer.json and remove non needed source files (#345)
- Update to PHP 8.0 (#325)
- Improve documentation
- Set ini setting
max_input_vars = 10000
- Add support for ENV
PMA_QUERYHISTORYMAX
- Add support for ENV
MAX_EXECUTION_TIME
- Add support for ENV
MEMORY_LIMIT
- Move to GitHub actions
- Re-work the test system
- Support docker secrets from file for
PMA_CONTROLPASS
- Generate phpmyadmin-misc.ini from ENVs
- Add
tzdata
package - Extract downloaded files directly to web root
/var/www/html/
(#277) - Add SHA checksum when downloading a version
- Improved
UPLOAD_LIMIT
documentation - Update documentation from
phpmyadmin/phpmyadmin
tophpmyadmin
phpmyadmin
is now the official image in the Docker official library
- Add org.opencontainers.image.* labels
- Apply some feedback from docker-library team to Dockerfiles
- Add support for ENV
HIDE_PHP_VERSION
to set ini settingexpose_php = Off
- Add support for ENV
UPLOAD_LIMIT
to setupload_max_filesize
andpost_max_size
ini settings - Add support for ENVs
PMA_CONFIG_BASE64
andPMA_USER_CONFIG_BASE64
(#192) - Support docker secrets from files for
PMA_PASSWORD
,MYSQL_ROOT_PASSWORD
andMYSQL_PASSWORD
- Support docker secrets from files for
PMA_HOSTS
andPMA_HOST
- Update to PHP 7.4 (#257)
- Drop ini setting
opcache.enable_cli=1