Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in D:\xampp\htdocs\IKM\system\database\drivers\mysql\mysql_driver.php:91致命的なエラー:不明なエラー:未定義の関数は、mysql_pconnectに呼び出し()
function db_pconnect()
{
if ($this->port != '')
{
$this->hostname .= ':'.$this->port;
}
return @mysql_pconnect($this->hostname, $this->username, $this->password);
}
あなたは 'php'のどのバージョンを使用していますか? – Swellar