I am using CentOS 4.3. Using the standard Apache and PHP, I can successfully connect to an external MS SQL Server 2000. I am using freetds-0.62.4-1 and php-mssql-4.3.9-3.2.1.
I understand that I have to modify the php.ini in lsws/conf directory to include the external modules (for instance, I added the following lines:
extension_dir = /usr/lib/php4
zend_extension="/usr/lib/php4/mysql.so"
zend_extension="/usr/lib/php4/mssql.so"
using such a configuration, I can successfully connect to the mysql, but not to the mssql databases .... what else would I need to do to get the mssql connection running.
Thanks all in advance
I understand that I have to modify the php.ini in lsws/conf directory to include the external modules (for instance, I added the following lines:
extension_dir = /usr/lib/php4
zend_extension="/usr/lib/php4/mysql.so"
zend_extension="/usr/lib/php4/mssql.so"
using such a configuration, I can successfully connect to the mysql, but not to the mssql databases .... what else would I need to do to get the mssql connection running.
Thanks all in advance