I completed the answer to this question in a letter:
The connection between MSSQL and PHP 5.3.5 on IIS does not work
I am using XAMPP with threadafe 5.3. I copied the files to the extension directory (leaving them in the / php folder) and I added the extension lines:
extension=php_sqlsrv_53_ts.dll extension=php_pdo_sqlsrv_53_ts.dll
When I do this, Apache does not start, giving me errors in eventvwr like:
Application popup: Warning : PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_sqlsrv_53_ts.dll' - The specified module could not be found.
In addition, it is obvious that this file exists in this place, and php.ini is indicated in this extension directory.
What is the problem?
source share