Hello,
I've read tons of articles, stackoverflow questions and posts on this forum already but haven't found a single solution that works.
I need to connect to a Microsoft SQL server using the sqlsrv extension: https://www.php.net/manual/en/book.sqlsrv.php to establisch a connection and run queries.
Downgrading PHP is not an option. Alternative methods can be used. At this point I just want it to work.
How do I install SQLSRV (or any other extension) to safely connect to a Microsoft SQL server?
I've read tons of articles, stackoverflow questions and posts on this forum already but haven't found a single solution that works.
I need to connect to a Microsoft SQL server using the sqlsrv extension: https://www.php.net/manual/en/book.sqlsrv.php to establisch a connection and run queries.
Downgrading PHP is not an option. Alternative methods can be used. At this point I just want it to work.
How do I install SQLSRV (or any other extension) to safely connect to a Microsoft SQL server?