Tagged Questions
1
vote
1answer
511 views
Can't add PHP extension “mssql.so”
I want to add mssql.so extension to my PHP.
I've already put it in the extension_dir and the line "extension=mssql.so" is in my php.ini. I restarted apache but I can't find the extension in ...