Hi Masters,
We developed a php webapplication in windows environment
which contacts sql server remotely. Now if we try to host the same application
in linux environment(Centos), it’s not connecting to sql server through my php
application. Please find the below configurations..
Windows:
Application: PHP (version: 5.3.8)
Server: Wamp server
Database: Remotely connects to SQL Server 2008 R2
Code used to connect : sqlsrv_connect (Sql drivers installed
& connected)
DLL used: all php_sqlsrv_53_ts.dll files
Installed SQL Server 2012 native client also
Now how could I host my site in centos with above(configuration)
mentioned php application???
Linux(Centos):
Even we tried with free TDS in centos. This helps in contact
SQL server remotely, but our php application is not supporting for this. I
understood that dll files & activating those activations plays major role
to connect sql server remotely with php application. But DLL files can’t use
for linux environment. So any suggestions to fix this issue?
Any suggestions/Solutions will be grateful. Thank You.