Isaac Bennetch
Isaac Bennetch
### Description There are a lot of places where we reference when a feature was introduced, especially in the 2.x versions. I think it's unnecessary, adds extra length to the...
### phpMyAdmin version 5.2.3 ### Describe the feature This is observed and reported against PMA 5.2.3, but has been the case for some time. When we build the HTML files...
Switch the theme used when building our HTML documents to the Read The Docs theme (rtd) This is more consistent with the look of our online documentation. ### Description This...
### phpMyAdmin version 5.2.3 ### Describe the feature Suhosin has not been available for quite a while. We can probably remove any code that addresses Sohosin, including `$cfg['SuhosinDisableWarning']`. ### Describe...
### phpMyAdmin version 5.2.3 ### Describe the feature Setting `$cfg['DefaultTabServer']` in config.inc.php doesn't seem to work. ### Describe the solution It should work ### Describe the alternatives _No response_ ###...
### Describe the bug When `$cfg['Export']['format']` is invalid, 'sql' is supposed to be the default. The code block in libraries/classes/Config/Settings/Export.php (for 5.2) or src/Config/Settings/Export.php (for 6.0) looks correct to me...
### Describe the bug When browsing a table, the row count is shown as starting at 0 (for instance 0-16). This also affects the total, so for the 0-16 displayed...
According to the MariaDB documentation, the statement `INSTALL SONAME 'ha_rocksdb';` is valid for use. phpMyAdmin 5.2.3 has the red warning X that says "Unrecognized statement type. (near INSTALL)"