I'm using c9.io and I am trying to access a Microsoft SQL database using PDO, but I'm getting the error message "Fatal error: Uncaught exception 'PDOException' with message 'could not find driver'". From what I've found, I need to add the php_pdo_sqlsrv_56_nts.dll to my php directory and then add it to my php.ini file. however I have not been able to find a way to move the dll into the directory where the rest of the php .dll's are stored. Is there an easy way for me to move this dll into place and get this working? Or is there a different way that I should be doing this?
c9.io is running ubuntu (if that helps).
Thanks in advance for any help!