
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: ffe68c7219eac49ebc7066c732a42c27652a9998 https://github.com/phpmyadmin/phpmyadmin/commit/ffe68c7219eac49ebc7066c732a4... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: M ChangeLog M doc/config.rst M libraries/DatabaseInterface.php M libraries/config.default.php Log Message: ----------- Honor user configured connection collation * the user set collation is now honored * default value has been changed to utf8mb4 * it is downgraded to utf8 if server does not support it Fixes #12826 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a856a61c9d62094570ee612efb6aaf475ead62d2 https://github.com/phpmyadmin/phpmyadmin/commit/a856a61c9d62094570ee612efb6a... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: M test/classes/plugin/auth/AuthenticationHttpTest.php Log Message: ----------- Fix HTTP auth test expectations Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/255770994939...a856a61c9d62