pear DB Error: extension not found sql server in windows 7 apache server
hi all, i face some problem during i connect sql server with pear DB.
following is pear i already had.
- Archive_Tar 1.3.10 stable
- Console_Getopt 1.3.1 stable
- DB 1.7.14 stable
- HTTP_Request 1.4.4 stable
- MDB2 2.5.0b3 beta
- MDB2_Driver_mysql 1.5.0b3 beta
- MDB2_Driver_mysqli 1.5.0b3 beta
- MDB2_Driver_sqlsrv 1.5.0b3 beta
- Net_Socket 1.0.10 stable
- Net_URL 1.0.15 stable
- PEAR 1.9.4 stable
- SOAP 0.12.0 beta
- Structures_Graph 1.0.4 stable
- XML_Util 1.2.1 stable
and in php i already inclue extension php_sqlsrv_53_ts_vc9.dll
in php.ini i already include the dll
extension=php_sqlsrv_53_ts_vc9.dll i download the dll in http://download.microsoft.com/download/C/D/B/CDB0A3BB-600E-42ED-8D5E-E4630C905371/SQLSRV20.EXE
following is php code tp connect db.
<?php
/**
* PEAR
*/
require_once 'DB.php';
$DB = new DB();
$DBIn = $DB->connect($CONF['db'], true);
?>
i get the error DB Error: extension not found