1
Good afternoon, I started having problems with my CI when updating 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 already downloaded the latest drives on the Microsoft site, and followed a few examples, but I still have the same problem.
My php.info tells me that SQL Server support is enabled.
Registered PHP Streams php, file, glob, data, http, ftp, zip, compress.zlib, compress.bzip2, https, ftps, sqlsrv, phar
PDO support enabled
PDO drivers mysql, sqlite, sqlsrv
pdo_sqlsrv support enabled
Extensionver 4.3.0+9904
If someone has been through the same problem and has already been able to solve, and you want to tell us your experience, I thank you.
http://php.net/manual/en/mssql.installation.php
– Wees Smith