Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d0de56088e101e3ead28ea38a7cceec7b4d004b8
https://github.com/phpmyadmin/phpmyadmin/commit/d0de56088e101e3ead28ea38a7cceec7b4d004b8
Author: Thomas Vincent <[email protected]>
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 <[email protected]>

Commit: 519193fedb9967fee849af4902ebaa0b0b96206d
https://github.com/phpmyadmin/phpmyadmin/commit/519193fedb9967fee849af4902ebaa0b0b96206d
Author: Thomas Vincent <[email protected]>
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 <[email protected]>

Commit: 761aa3cb4a6a974714f5e4aa800e4b5ef02c4b14
https://github.com/phpmyadmin/phpmyadmin/commit/761aa3cb4a6a974714f5e4aa800e4b5ef02c4b14
Author: Nicolai Ehrhardt <[email protected]>
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 
<[email protected]>

Commit: 2cb227f12544c071e27d687bd51274d1f65eb0cc
https://github.com/phpmyadmin/phpmyadmin/commit/2cb227f12544c071e27d687bd51274d1f65eb0cc
Author: William Desportes <[email protected]>
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 <[email protected]>

Commit: 10093ffb2e9595280c702942ca663e4ab97285ed
https://github.com/phpmyadmin/phpmyadmin/commit/10093ffb2e9595280c702942ca663e4ab97285ed
Author: William Desportes <[email protected]>
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 <[email protected]>

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to