I've followed all the instructions and troubleshooting I could find, but I cannot get the extensions for SQL Server to load in PHP. I'm running SQL Server Express 2012.
I've tried the official MS drivers for 5.6 as well as the unofficial drivers, both x32 and x64.
I have the drivers in the ext directory, and just to be sure I also copied them to the php directory.
I have SQL Server Native Client installed. I've restarted Apache each time I've copied new dlls. And just for the heck of it I also tried the drivers for 55 and 54 in all the different versions.
Nothing works. The Apache logs include nothing relevant. Each time I get this error message on my page:
Fatal error: Call to undefined function sqlsrv_connect()
If anyone has any any ideas what else I can try, I'd be very grateful