Linux 问题

Loaded plugins: fastestmirror

  1. cd /etc/yum.repos.d
  2. mv CentOS-Base.repo CentOS-Base.repo.backup
  3. wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
  4. mv CentOS6-Base-163.repo CentOS-Base.repo
    5.yum clean all

Can't find PHP headers in /usr/include/php
yum install php-devel

utf-8 去掉 bom

:set nobomb
:wq

原文地址:https://www.cnblogs.com/mhxsh/p/9371556.html