I'm trying to configure PHP to work with MSSQL database. I found some instructions on the internet, but I didn't succeed. I'm using php 5.3, MS SQL 2008, server is Openserver 5.2.2, OS is Windows 8.1.
Help me, guys. What have I done wrong?
I've rebooted server and got "--without-mssql" "--without-pdo-mssql" in phpInfo()
Those are compile time options, not configuration options. You need to compile php from source, or get a module that provides that functionality.