mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user