Enabling php_sqlsrv_56_nts DLL - SOLVED

Is it possible to add additional libraries for PHP? I would like to add php_sqlsrv_56_nts.dll for accessing an Oracle server

I am using sqlsrv_connect() and sqlsrv_query() to interact with the database.

It’s possible to add your own PHP extensions: in the folder of ExeOutput, just copy the DLL you want to import to the “ext” subfolder with all other PHP DLL extensions. Restart ExeOutput and your new DLL will appear in the list.

Note that ExeOutput 1.7 requires the DLL that is compiled for PHP 5.3 TS. ExeOutput 2 would accept your PHP 5.6 NTS DLL.

Exeoutput for PHP 1.7 has ‘php5ts.dll’ in the runtime directory. Does this mean that I should use the ‘ts’ thread safe version of the dll? Never mind, I see this “API20090626,TS,VC9” in ‘phpinfo()’.