I need to connect to a MS SQL Server on Windows from PHP running on Red Hat Enterprise Linux 4. I have installed FreeTDS and I can connect to the database using the tsql command.
My current PHP does not have the mssql functions/extension.
My question is, how do I set up the mssql extension without rebuilding PHP? Is there a prebuilt package for this? I have tried googling for this but I have had no luck.