Branch: refs/heads/master Home: https://github.com/phpmyadmin/docker Commit: 12b0f347cb933a7fac768286dbd0369d7e78bef0 https://github.com/phpmyadmin/docker/commit/12b0f347cb933a7fac768286dbd0369d... Author: William Desportes williamdes@wdes.fr Date: 2025-01-03 (Fri, 01 January 2025) +01:00
Changed paths: M config.inc.php
Log Message: ----------- Fix $i could be affected by the socket settings not being of the same length
"Looping through $sockets using the same index variable $i interferes with $i--; on the following line. PMA_HOSTS & PMA_SOCKETS may not be of equal length."