本帖最后由 www904 于 2017-6-23 14:44 编辑
2、再装mssql 进到目录下编译安装 /www/server/php/54/bin/phpize
./configure --with-php-config=/www/server/php/54/bin/php-config --with-mssql=/usr/local/freetds make make install 3、再装dblib 进到目录下编译安装 /www/server/php/54/bi/phpize
./configure --with-php-config=/www/server/php/54/bin/php-config --with-pdo-dblib=/usr/local/freetds
make
make install
执行命令无效
|