php有两种安装方式,自动安装 yum install php 这种安装扩展方式直接 yum install php-pdo
源码安装的php,扩展也是需要编译安装的
进入到源码ext 对应的目录,
phpize./configuremakemake install
安装