Home
last modified time | relevance | path

Searched refs:mysqli (Results 1 – 13 of 13) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php76 * @var mysqli
78 private $mysqli; variable in getID3_cached_mysqli
116 $this->mysqli = new mysqli($host, $username, $password);
117 if ($this->mysqli->connect_error) {
118 …throw new Exception('Connect Error (' . $this->mysqli->connect_errno . ') ' . $this->mysqli->conne…
156 $this->mysqli->query('TRUNCATE TABLE `'.$this->mysqli->real_escape_string($this->table).'`');
174 $this->mysqli->query($SQLquery);
179 $this->mysqli->query($SQLquery);
186 $this->mysqli->query($SQLquery);
250 $this->mysqli->query($SQLquery);
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.php306 …$mysqli = new mysqli($phpThumb->config_mysql_hostname, $phpThumb->config_mysql_username, $phpThumb… variable
307 if ($mysqli->connect_error) {
308 …$phpThumb->ErrorImage('MySQLi connect error ('.$mysqli->connect_errno.') '.$mysqli->connect_error);
310 if ($result = $mysqli->query($phpThumb->config_mysql_query)) {
314 $mysqli->close();
320 $mysqli->close();
324 $mysqli->close();
325 $phpThumb->ErrorImage('Error in MySQL query: "'.$mysqli->error.'"');
H A DphpThumb.config.php.default195 $PHPTHUMB_CONFIG['mysql_extension'] = 'mysqli'; // either "mysqli" or "mysql"
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php66 …$mysqli->query("INSERT INTO `table` (`thumbnail`) VALUES ('".mysqli_real_escape_string($phpThumb->…
/plugin/pagestat/
H A Dremote.php104 $sqli = new mysqli("localhost", "www-data", "135790", "wordlist");
179 $sqli = new mysqli("localhost", "www-data", "135790", "gldic");
/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
/plugin/authdrupal8/
H A DREADME.md30 mysqli fix by
/plugin/jplayer/
H A Dcomposer.lock98 …base as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
99 … "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
/plugin/authsmf20/
H A Dauth.php226 $this->_smf_db_link = new mysqli(
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php605 $dbCon = new mysqli ( $serverName, $userName, $passWord, $dbName );
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php65 $db = new mysqli ( $serverName, $userName, $passWord, $dbName );
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt72 * [bugfix: #988] mysqli support in demo
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt27 » add demo.mysqli.php, remove demo.mysql.php
143 * bugfix (G:76): add mysqli version of caching extension