CentOS 安装 php pdo_oci 扩展(Oracle驱动)
[root@localhost libs]# wget http://pear.php.net/get/oci8-1.4.5.tgz[root@localhost libs]# tar zxvf ./PDO_OCI-1.0.tgz[root@localhost libs]# cd PDO_OCI-1.0[root@localhost PDO_OCI-1.0]# /usr/local/php/bin/phpize[root@localhost PDO_OCI...