On 2010-01-13 00:07:03 dreftymac asked:
for-free installation of php-mssql and dependencies
Problem: trying to install RPMs for RedHat EL, php-mssql. There does not appear to be a free open-source option for connecting to MSFT SQL Server database.
Has anyone had any luck with this?
He received 2 answers
eventually accepting:
I have not had any luck, although I did look at an ODBC/ODBC bridge. Note that this ODBC/ODBC bridge is not free for anything but a trial, but it seems very well supported.
http://www.easysoft.com/developer/languages/php/sql_server_unix_tutorial.html
The answer with the highest score with 2 points was:
The Sybase/MSSQL bindings are part of the core PHP distribution, you just need to build with the appropriate options. They’re regular open-source.
Of course, you should really check out the original question.
The post for-free installation of php-mssql and dependencies [ANSWERED] appeared first on Tech ABC to XYZ.