[eluser]FutureKing[/eluser]
The above PHP information I got from command line. As you can see there is no Sqlsrv extension.
But if I run a file contains "phpinfo function" from my web broweser I get this info:
sqlsrv
sqlsrv support enabled
Directive Local Value Master Value
sqlsrv.LogSeverity 0 0
sqlsrv.LogSubsystems 0 0
sqlsrv.WarningsReturnAsErrors On On
I think php command line is not loading sqlsrv extension. Can you help me to load sqlsrv extension in commandline php.