diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-02-19 23:58:14 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-02-19 23:58:14 +0100 |
| commit | 9e0c957491d270b5b8925da0f7de10def2839776 (patch) | |
| tree | 7e3b2b097abbcc91c440faaa1b4ca8e92351dbb6 /drivers | |
| parent | d99127b8811a9f949c00ab425065e380dce6bdc1 (diff) | |
| download | adodb-9e0c957491d270b5b8925da0f7de10def2839776.tar.gz adodb-9e0c957491d270b5b8925da0f7de10def2839776.tar.bz2 adodb-9e0c957491d270b5b8925da0f7de10def2839776.zip | |
Whitespace
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/adodb-mysqli.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/adodb-mysqli.inc.php b/drivers/adodb-mysqli.inc.php index c1d58dc0..287195e1 100644 --- a/drivers/adodb-mysqli.inc.php +++ b/drivers/adodb-mysqli.inc.php @@ -128,8 +128,8 @@ class ADODB_mysqli extends ADOConnection { * Parameter must be one of the constants listed in mysqli_options(). * @see https://www.php.net/manual/en/mysqli.options.php * - * @param int $parameter The parameter to set - * @param string $value The value of the parameter + * @param int $parameter The parameter to set + * @param string $value The value of the parameter * * @return bool */ @@ -203,8 +203,8 @@ class ADODB_mysqli extends ADOConnection { // SSL Connections for MySQLI if ($this->ssl_key || $this->ssl_cert || $this->ssl_ca || $this->ssl_capath || $this->ssl_cipher) { mysqli_ssl_set($this->_connectionID, $this->ssl_key, $this->ssl_cert, $this->ssl_ca, $this->ssl_capath, $this->ssl_cipher); - $this->socket = MYSQLI_CLIENT_SSL; - $this->clientFlags = MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT; + $this->socket = MYSQLI_CLIENT_SSL; + $this->clientFlags = MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT; } #if (!empty($this->port)) $argHostname .= ":".$this->port; |
