Reputation: 25
I get this error when trying to use Yii framework with SQL Server 2019
I heard many people had this problem before so I installed the SQL Server drivers for PHP 7
PHP.ini:
And this is my php info:
The connection string:
I am using XAMPP server for running the application. Can somebody help me with my problem?
Edit: Removed the semicolons and got this
Upvotes: 0
Views: 408
Reputation: 26
Remove semi colon with sqlsrv_7 extensions in .ini file Restart server
Upvotes: 1