标签:总结
php编译过程中报错: PEAR package PHP_Archive not installed: generated phar will require PHP‘s phar extension be enabled
解决: 建议直接忽略,在 make install时会自动安装
禁用的方法(强烈不建议)
在configure时添加参数 --without-pear --disable-phar
常见php报错
https://segmentfault.com/a/1190000006107786
本文出自 “不抛弃!不放弃” 博客,请务必保留此出处http://thedream.blog.51cto.com/6427769/1886949
标签:总结
原文地址:http://thedream.blog.51cto.com/6427769/1886949