N°1260 MySQL connection : allow to use p: host prefix (persistent connection, see http://php.net/manual/en/mysqli.persistconns.php)

SVN:trunk[5316]
This commit is contained in:
Pierre Goiffon
2018-02-08 14:22:27 +00:00
parent 5107ef5119
commit c715b9488a
3 changed files with 26 additions and 19 deletions

View File

@@ -534,7 +534,7 @@ if (class_exists('ZipArchive')) // The setup must be able to start even if the "
try
{
$oMysqli = CMDBSource::GetMysqliInstance($sServer, $sUser, $sPwd, $sSource, $sTlsKey, $sTlsCert,
$sTlsCA, $sTlsCaPath, $sTlsCipher, true, false);
$sTlsCA, $sTlsCaPath, $sTlsCipher, false);
if ($oMysqli->connect_errno)
{