What is the preferred method of accessing a Microsoft SQL Server database with PHP 5.3+ on Linux?
Given the various extension options available, I'm not sure which method is preferable based on reliability and performance. Right now I am using the mssql extension using FreeTDS, but I would like to know if this is not the best.
I heard some of them recommend using php-odbc / EasySoft because the mssql extension was abandoned, but others said the ODBC transition was not worth the performance hit.
The answer to this stackoverflow question seems to affect what I am asking, however it is Windows oriented.
Thanks!
linux database php sql-server
greglamb
source share