Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d0de56088e101e3ead28ea38a7cceec7b4d004b8 https://github.com/phpmyadmin/phpmyadmin/commit/d0de56088e101e3ead28ea38a7cc... Author: Thomas Vincent <thomasvincent@gmail.com> Date: 2026-04-03 (Fri, 04 April 2026) -07:00 Changed paths: M docs/config.rst M docs/faq.rst M phpstan-baseline.neon M psalm-baseline.xml M src/Config/Descriptions.php M src/Config/Forms/User/FeaturesForm.php M src/Config/Settings.php M src/Controllers/HomeController.php M tests/unit/Config/Forms/Setup/FeaturesFormTest.php M tests/unit/Config/Forms/User/FeaturesFormTest.php M tests/unit/Config/SettingsTest.php Log Message: ----------- fix: remove SuhosinDisableWarning setting and all references Remove the SuhosinDisableWarning configuration property, which warned about Suhosin PHP extension conflicts. Suhosin is unmaintained and no longer relevant to modern PHP environments. - Remove SuhosinDisableWarning from Settings.php (type shape, property, constructor assignment, toArray, setSuhosinDisableWarning method) - Remove from Descriptions.php, FeaturesForm.php, HomeController.php - Remove testSuhosinDisableWarning() and related test assertions - Update phpstan-baseline.neon and psalm-baseline.xml - Remove FAQ 2.8 Suhosin bullet; add note that Suhosin is no longer relevant - Add config.rst note that this option was removed Closes #20167 Signed-off-by: Thomas Vincent <thomasvincent@gmail.com> Commit: 519193fedb9967fee849af4902ebaa0b0b96206d https://github.com/phpmyadmin/phpmyadmin/commit/519193fedb9967fee849af4902eb... Author: Thomas Vincent <thomasvincent@gmail.com> Date: 2026-04-03 (Fri, 04 April 2026) -07:00 Changed paths: M phpstan-baseline.neon M src/Config/Descriptions.php M src/Config/Forms/User/FeaturesForm.php M src/Export/Export.php M src/Sanitize.php M src/Types.php Log Message: ----------- fix: resolve CI failures for phpcs header spacing and phpstan baseline count Signed-off-by: Thomas Vincent <thomasvincent@gmail.com> Commit: 761aa3cb4a6a974714f5e4aa800e4b5ef02c4b14 https://github.com/phpmyadmin/phpmyadmin/commit/761aa3cb4a6a974714f5e4aa800e... Author: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> Date: 2026-04-05 (Sun, 04 April 2026) +02:00 Changed paths: M src/Controllers/Table/Structure/ChangeController.php Log Message: ----------- Fix #19338 - Add missing length validation when changing column type Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> Commit: 2cb227f12544c071e27d687bd51274d1f65eb0cc https://github.com/phpmyadmin/phpmyadmin/commit/2cb227f12544c071e27d687bd512... Author: William Desportes <williamdes@wdes.fr> Date: 2026-04-09 (Thu, 04 April 2026) +02:00 Changed paths: M src/Controllers/Table/Structure/ChangeController.php Log Message: ----------- Merge #20267 - Fix #19338 - Add missing length validation when changing column type Pull-request: #20267 Fixes: #19338 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 10093ffb2e9595280c702942ca663e4ab97285ed https://github.com/phpmyadmin/phpmyadmin/commit/10093ffb2e9595280c702942ca66... Author: William Desportes <williamdes@wdes.fr> Date: 2026-04-09 (Thu, 04 April 2026) +02:00 Changed paths: M docs/config.rst M docs/faq.rst M phpstan-baseline.neon M psalm-baseline.xml M src/Config/Descriptions.php M src/Config/Forms/User/FeaturesForm.php M src/Config/Settings.php M src/Controllers/HomeController.php M src/Export/Export.php M src/Sanitize.php M src/Types.php M tests/unit/Config/Forms/Setup/FeaturesFormTest.php M tests/unit/Config/Forms/User/FeaturesFormTest.php M tests/unit/Config/SettingsTest.php Log Message: ----------- Merge #20167 - Fixes #19912 - remove the dead Suhosin warning Pull-request: #20167 Fixes #19912 Signed-off-by: William Desportes <williamdes@wdes.fr>