Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 171bcb9a85bbb6ffb7d0a6c4b0cbdb5f7ded9387 https://github.com/phpmyadmin/phpmyadmin/commit/171bcb9a85bbb6ffb7d0a6c4b0cb... Author: Michal Čihař michal@cihar.com Date: 2016-06-06 (Mon, 06 Jun 2016)
Changed paths: M ChangeLog M libraries/dbi/DBIMysqli.php
Log Message: ----------- Fix MySQL SSL connection with some PHP versions
It seems that for some PHP versions this flag is needed even though it's not documented like this. Anyway this flag doesn't cause any harm, so lets keep it enabled.
Issue #12293
Signed-off-by: Michal Čihař michal@cihar.com