Searched refs:mysqli (Results 1 – 13 of 13) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | extension.cache.mysqli.php | 76 * @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 D | phpThumb.php | 306 …$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 D | phpThumb.config.php.default | 195 $PHPTHUMB_CONFIG['mysql_extension'] = 'mysqli'; // either "mysqli" or "mysql"
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.object.php | 66 …$mysqli->query("INSERT INTO `table` (`thumbnail`) VALUES ('".mysqli_real_escape_string($phpThumb->…
|
/plugin/pagestat/ |
H A D | remote.php | 104 $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 D | dbi.class.php | 36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
|
/plugin/authdrupal8/ |
H A D | README.md | 30 mysqli fix by
|
/plugin/jplayer/ |
H A D | composer.lock | 98 …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 D | auth.php | 226 $this->_smf_db_link = new mysqli(
|
/plugin/simplemysqlclient/syntax/ |
H A D | simplemysqlclient.php | 605 $dbCon = new mysqli ( $serverName, $userName, $passWord, $dbName );
|
/plugin/crossdbsqlclient/syntax/ |
H A D | dbwrapper.php | 65 $db = new mysqli ( $serverName, $userName, $passWord, $dbName );
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 72 * [bugfix: #988] mysqli support in demo
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 27 » add demo.mysqli.php, remove demo.mysql.php 143 * bugfix (G:76): add mysqli version of caching extension
|