php using wamp server start up error
Posted
by mathirengasamy
on Stack Overflow
See other posts from Stack Overflow
or by mathirengasamy
Published on 2010-01-02T12:04:44Z
Indexed on
2010/03/30
5:03 UTC
Read the original article
Hit count: 315
php
|sql-server
i try to install moodle web software...i m using wamp server and sqlserver 2005 version. i install php driver for php5.3.0 thread safe version..i just paste that php_sqlsrv_ts.dll driver file into my php ext directory...i include this line extension=php_sqlsrv_ts.dll in my php.ini file... now i restart my wampserver...i m getting this error...
PHP Startup: sqlsrv: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match
get this error also in my apache log file
ADODB Error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
please anybody help me..
© Stack Overflow or respective owner