Adobd Lite在php7运行须要修改的地方。

$this->_metars =& new $rsclass(false, $this->fetchMode);

改为:php

$o_ = new $rsclass(false, $this->fetchMode); 
$this->_metars =& $o_;

加个临时变量就行了。fetch

怎么回事?
this

相关文章
相关标签/搜索