美文网首页
【转】关于php的pear 出现Cannot use resul

【转】关于php的pear 出现Cannot use resul

作者: 初秋夏末 | 来源:发表于2019-01-10 16:01 被阅读19次

进入文件位置,找到639行

$v_att_list = & func_get_args();

改变为

$v_att_list = func_get_args();

然后正常。。。

建议

重新安装 Archive

pear install Archive_Tar

然后在重新安装

pear install PHP_CodeSniffer

搞定,

帮到你的给个好评!

【转自】https://www.cnblogs.com/LX-Cui/p/9790408.html

相关文章

网友评论

      本文标题:【转】关于php的pear 出现Cannot use resul

      本文链接:https://www.haomeiwen.com/subject/mwuarqtx.html