I am trying to connect to Microsoft sqlserver from ubuntu using PHP 7, but i am getting this error,
PHP Fatal error: Uncaught Error: Call to undefined function mssql_connect()
FYI: there is no line called ;extension=php_mssql.dll in php.ini to remove the comment.