if (function_exists('fsockopen'))
{
$system_require['fsockopen'] = TRUE;
}
再配置abstract.phppublic function __construct($host = '数据库主机地址', $port = null)
$this->_socket = fsockopen($remote, $port, $errorNum, $errorStr);
完整的我写在了jianshu——————www。jianshu。com/p/feb9e1ec497c