Adobd Lite在php7運行須要修改的地方。

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

改爲:php

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

加個臨時變量就行了。fetch

怎麼回事?
this

相關文章
相關標籤/搜索