Good afternoon, I started having problems with my CI when upgrading my development environment (windows + xammp) and production (ubuntu + apache) to the latest version of PHP 7.1.10.
When trying to connect to Microsoft SQL Server I get the following message:
An uncaught Exception was encountered Type: Error Message: Call to undefined function mssql_connect () Filename: C: \ xampp \ htdocs \ psa \ system \ database \ drivers \ mssql \ mssql_driver.php Line Number: 113 Backtrace: File: C: \ xampp \ htdocs \ psa \ index.php Line: 315 Function: require_once
I have already downloaded the latest drives on the Microsoft website, and I followed some examples, but I still have the same problem.
My php.info returns me that SQL Server support is enabled.
Registered PHP Streams php, file, glob, date, http, ftp, zip, compress.zlib, compress.bzip2, https, ftps, sqlsrv, phar
PDO support enabled
PDO drivers mysql, sqlite, sqlsrv
pdo_sqlsrv support enabled
ExtensionView 4.3.0 + 9904
If someone has already had the same problem and has already managed to solve it, and want to tell us their experience, thank you in advance.