Hello,
Good news! FreeTDS support in EasyApache 4 is now in the testing phase, and we are currently seeking out customer feedback on it's implementation. Keep in mind the instructions below are provided for testing purposes, and it's not yet considered ready for production.
To enable FreeTDS, follow the below steps:
1. Install the ea-freetds YUM repo.
For CentOS 7:
For CentOS 6:
2. Install the PHP MSSQL module for one or more of the PHP 5 versions on the system:
Upon completion, you should see support for MSSQL when uploading a PHPINFO script to an account using one of the above PHP 5 versions:
Thank you.
Good news! FreeTDS support in EasyApache 4 is now in the testing phase, and we are currently seeking out customer feedback on it's implementation. Keep in mind the instructions below are provided for testing purposes, and it's not yet considered ready for production.
To enable FreeTDS, follow the below steps:
1. Install the ea-freetds YUM repo.
For CentOS 7:
Code:
wget -O /etc/yum.repos.d/EA4-freetds.repo http://download.opensuse.org/repositories/home:/Jperkster:/ea-freetds/CentOS-7_standard/home:Jperkster:ea-freetds.repo
Code:
wget -O /etc/yum.repos.d/EA4-freetds.repo http://download.opensuse.org/repositories/home:/Jperkster:/ea-freetds/CentOS_6.5_standard/home:Jperkster:ea-freetds.repo
Code:
yum install ea-php54-php-mssql
yum install ea-php55-php-mssql
yum install ea-php56-php-mssql
Please let us know of any errors, questions, or general feedback to how this works.mssql
MSSQL Support enabled
Active Persistent Links 0
Active Links 0
Library version FreeTDS
Thank you.