|
本帖最后由 沦陷今生 于 2014-10-14 10:44 编辑
PHP复制代码 ERROR - 2014-10-14 09:12:35 --> Severity: 8192 --> mysql_pconnect(): The mysql extension is deprecated and will be removed in the future : use mysqli or PDO instead E :\baiduyun\mdc_web\nnjbw -15\ system\database\drivers\ mysql\mysql_driver .php 91 复制代码
PHP复制代码 function db_pconnect ()
{
if ($this->port != '')
{
$this->hostname .= ':'.$this->port;
}
return @mysql_pconnect($this->hostname, $this->username, $this->password);//这行
} 复制代码
有这个记录用处理吗?这么处理才能让日志不再显示这条ERROR?
|
|