phpMyAdmin releaseshttps://www.phpmyadmin.net/files/Releases from the phpMyAdmin project.en-usThu, 06 Jul 2023 22:07:46 +00006.0+snapshothttps://www.phpmyadmin.net/downloads/<p>95ae4f761290a33dbf9f29959b75e8d55a39656c</p>Thu, 06 Jul 2023 22:07:46 +0000https://www.phpmyadmin.net/downloads/5.2+snapshothttps://www.phpmyadmin.net/downloads/<p>b7310114c076fa26e10fe5f0fa07235e2d623071</p>Thu, 06 Jul 2023 22:03:37 +0000https://www.phpmyadmin.net/downloads/5.2.1https://www.phpmyadmin.net/files/5.2.1/<pre>Welcome to the release of phpMyAdmin version 5.2.1. This is a bugfix release that also contains a security fix for an XSS vulnerability in the drag-and-drop upload functionality (PMASA-2023-01). This release contains many bug fixes. Some highlights include: - issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick - issue #17519 Fix Export pages not working in certain conditions - issue #17121 Fix password_hash function incorrectly adding single quotes to password before hashing - issue #17736 Add utf8mb3 as an alias of utf8 on the charset description page - issue #17248 Support the UUID data type for MariaDB >= 10.7 - issue #16042 Fixes malformed downloads when using gzip compression type and FireFox browser - Add `spellcheck="false"` to all password fields and some text fields to avoid spell-jacking data leaks - Fixes for JavaScript errors when using Designer - Fixes for PHP 8.2 compatibility There are, of course, many more fixes and new features that you can see in the ChangeLog file included with this release or online at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac </pre>Wed, 08 Feb 2023 02:59:41 +0000https://www.phpmyadmin.net/files/5.2.1/4.9.11https://www.phpmyadmin.net/files/4.9.11/<pre>Welcome to the release of phpMyAdmin version 4.9.11. This is a security release that fixes an XSS vulnerability in the drag-and-drop upload functionality (PMASA-2023-01). As a reminder, phpMyAdmin 4.9 is in the long-term support phase where it will only get important security fixes and critical bug fixes. Users are suggested to migrate to version 5.1. Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Wed, 08 Feb 2023 02:54:43 +0000https://www.phpmyadmin.net/files/4.9.11/5.2.0https://www.phpmyadmin.net/files/5.2.0/<pre>Welcome to the release of phpMyAdmin version 5.2.0. This release contains many new features and quite a few bug fixes. Simultaneously, we are releasing phpMyAdmin 5.1.4, which is the last release of the 5.1 line and is intended to help downstream packaging teams. Most notably, these releases resolve a networking error when exporting a file (https://github.com/phpmyadmin/phpmyadmin/issues/17445). Some highlights of 5.2.0 include: * Removed support for Microsoft Internet Explorer * Requires PHP 7.2 or newer * Requires the openssl PHP extension * Improved handling of system CA bundle and cacert.pem, falling back to Mozilla CA if needed * Replace "master/slave" terms with "primary/replica" * Add "NOT LIKE %...%" operator to Table search * Add support for the Mroonga engine * Add support for account locking * Several fixes and improvements to the SQL parser library There are, of course, many more fixes and new features that you can see in the ChangeLog file included with this release or online at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac </pre>Wed, 11 May 2022 13:18:46 +0000https://www.phpmyadmin.net/files/5.2.0/5.1.4https://www.phpmyadmin.net/files/5.1.4/<pre>Welcome to the release of phpMyAdmin version 5.1.4. This is a bug fix release but is intended mostly for downstream packagers to have easy access to the fixes. Regular users are encouraged to use the 5.2.0 release instead. This is the last planned release of the 5.1.x branch. The two biggest fixed issues include: * Network error reported when exporting a database * Fix user interface issue with the navigation bar More detailed notes can be found in the release announcement at https://www.phpmyadmin.net/news/ and the complete release notes are always available at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Wed, 11 May 2022 13:11:36 +0000https://www.phpmyadmin.net/files/5.1.4/5.1.3https://www.phpmyadmin.net/files/5.1.3/<pre>Welcome to the release of phpMyAdmin version 5.1.3. This is a bug fix and security release that improves handling a niche security case. The security issue, reported by Rafael Pedrero, could allow users to cause an error that would reveal the path on disk where phpMyAdmin is running from. We believe this requires the server to be running with display_errors on, which is not the recommended setting for a production environment. The main bug fix relates to the navigation pane, when browsing a database with more tables than the configured limit, the pagination would show the list of databases instead of tables. There are also several other bug fixes, including * Fix MariaDB has no support for system variable "disabled_storage_engines" * Fixed importing browser settings question box after login when having no pmadb * Fixed repeating headers are not working and several more. More detailed notes can be found in the release announcement at https://www.phpmyadmin.net/news/ and the complete release notes are always available at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Fri, 11 Feb 2022 05:07:43 +0000https://www.phpmyadmin.net/files/5.1.3/4.9.10https://www.phpmyadmin.net/files/4.9.10/<pre>Welcome to the release of phpMyAdmin version 4.9.10. This is a bugfix release to fix a recent regression. When browsing a database with more tables than the configured limit, the pagination would show the list of databases instead of tables. This is a reminder that phpMyAdmin 4.9 is in the long-term support phase where it will only get important security fixes and critical bug fixes. Users are suggested to migrate to version 5.1. Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Fri, 11 Feb 2022 05:04:33 +0000https://www.phpmyadmin.net/files/4.9.10/4.9.9https://www.phpmyadmin.net/files/4.9.9/<pre>Welcome to the release of phpMyAdmin version 4.9.9. This is a release to fix two issues with the 4.9.8 release. Fixed since phpMyAdmin 4.9.8: * Fix a syntax error preventing use with PHP 5 * An error was shown regarding the new "hide_configuration_errors" directive when a controluser is set Fixed in phpMyAdmin 4.9.8: * Fix for a user potentially being able to disable their two factor authentication (PMASA-2022-1) * Add a new configuration directive $cfg['URLQueryEncryption'] to allow encrypting sensitive information in the URL to prevent disclosure. Thanks to Rich Grimes for suggesting this improvement * Add a new configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding the full error message when a log on attempt fails, which can leak hostnames or IP addresses of the target database server. Thanks to Dr. Shuzhe Yang, Manager Security Governance at GLS IT Services for suggesting this improvement This is a reminder that phpMyAdmin 4.9 is in the long-term support phase where it will only get important security fixes and critical bug fixes. Users are suggested to migrate to version 5.1. Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Sun, 23 Jan 2022 04:43:54 +0000https://www.phpmyadmin.net/files/4.9.9/5.2.0-rc1https://www.phpmyadmin.net/files/5.2.0-rc1/<pre>Welcome to the release candidate of phpMyAdmin version 5.2.0 (rc1). This release contains many new features. Some highlights include: * Removed support for Microsoft Internet Explorer * Requires PHP 7.2 or newer * Requires the openssl PHP extension * Improved handling of system CA bundle and cacert.pem, falling back to Mozilla CA if needed * Replace "master/slave" terms with "primary/replica" * Add "NOT LIKE %...%" operator to Table search * Add support for the Mroonga engine * Add support for account locking * Several fixes and improvements to the SQL parser library There are, of course, many more fixes and new features that you can see in the ChangeLog file included with this release or online at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Downloads are available now at https://phpmyadmin.net/downloads/ For the phpMyAdmin team, Isaac</pre>Sat, 22 Jan 2022 01:21:02 +0000https://www.phpmyadmin.net/files/5.2.0-rc1/