1条回答 默认 最新
- dongmu3457 2016-09-20 14:36关注
@LazyOne had done great job. With his help i solved my problem. It was problem with Xdebug version. All you need to do is: 1. Uninstalling Your xdebug module with this command:
sudo pecl uninstall xdebug
- Install specific version using command:
sudo pecl install xdebug-2.3.2
After that all should work well.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报