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

@@ -245,7 +245,7 @@ class iTopMutex
$sTlsCipher = $this->sDBTlsCipher;
$this->hDBLink = CMDBSource::GetMysqliInstance($sServer, $sUser, $sPwd, $sSource, $sTlsKey, $sTlsCert, $sTlsCA,
$sTlsCaPath, $sTlsCipher, false, false);
$sTlsCaPath, $sTlsCipher, false);
if (!$this->hDBLink)
{