I downloaded the dll extension from the Microsoft site http://sqlsrvphp.codeplex.com/, connected in php.ini
extension = php_pdo_sqlsrv_54_ts.dll extension = php_sqlsrv_54_ts.dll extension = php_pdo_sqlsrv_54_nts.dll extension = php_sqlsrv_54_nts.dll
Reboot the server, then when trying to connect to the server throws an error
Call to undefined function mssql_connect ()
What to do? Why the extension is not connected? Version php 5.5.1, version apache 2.4.6, version of server SQL Express 2012
Thank you in advance