Difference between PHP on Windows and PHP on Linux is:
On windows, the MS SQL Server support module is running as a DLL file. In order to enable the extension, must uncomment the line from the php.ini file : extension=php_mssql.dll
On Linux, the MS SQL Server support module is compiled into libphp5.so, there is no need to load it from extensions.