文章列表
.安装pdo的mysql扩展进入php源码目录
[admin@test208003 php-5.2.14]$ cd ext/
[admin@test208003 ext]$ cd pdo_mysql/(进入为编译的源码包)
[admin@test208003 pdo_mysql]$ /path/to/php5/bin/phpize(调用php api 生成configure文件以便下面的那条命令执行)
[admin@test208003 pdo_mysql]$ ./configure --with-php-config=/path/to/php5/bin/php-config(配置 ...