我有 PHP 5.3.8,我得到的错误是在这一行:
array_unshift($this->parents, &$this->parent);
$this->parent 的值来自:
$this->parent[$key] = array();
$this->parent = &$this->parent[$key];
错误信息是:
已弃用:第 136 行的 /var/www/vhosts/mauilistings.net/httpdocs/xml/kd_xmlrpc.php 中已弃用调用时传递引用
取下 & 符号没有帮助,该功能不再起作用。