Operations | CentOS 7 for PHP installation MSSQL-PDO expansion

Source: Internet
Author: User

This thing is particularly annoying, two times a bit of experience, a record.

Keywords: freetds, PDO, MSSQL, Linux, CentOS7

Download Freetds:wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-0.91.100.tar.gz

Unzip, toggle, then set:./configure--with-tdsver=8.0--prefix=/usr/local/freetds--enable-msdblib--with-gnu-ld--enable-shared --enable-static

Compile and install: Make && make install

Change the default setting for FreeTDS: vim/usr/local/freetds/etc/freetds.conf (the semicolon in front of the TDS version under [Global]; Remove

Download Pdo_dblib:wget Https://pecl.php.net/get/PDO_DBLIB

Unzip, toggle, then set:./configure--with-php-config=/usr/local/php/bin/php-config--with-pdo-dblib=/usr/local/freetds

Compile and install: Make && make install

Join Pdo_dblib.so to PHP.ini

Get!

Operations | CentOS 7 for PHP installation MSSQL-PDO expansion

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.