fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

sqlsrv driver connection error #80

Closed salipro4ever closed 7 years ago

salipro4ever commented 7 years ago

I got this error although i am using on Windows 10 The "SQLSRV" database driver works only on Windows. On nix, use the "DBLib" driver instead.

This problem here: if (php_uname('s') !== 'Windows') on Windows 10, php_uname() returned "Windows NT".

Pls fix that asap

emlynwest commented 7 years ago

I think you have the wrong repo. I suspect you're looking for fuel/core or possibly fuelphp/database.