1

My configuration: - Windows Server 2012 - SQL Server 2012 - Apache 2.4.9 - PHP 5.5.10

My php.ini includes the line - extension=php_pdo_sqlsrv_55_ts.dll

My "ext" folder includes the file - php_pdo_sqlsrv_55_ts.dll

I'm using "php.ini-production" as my php.ini start point.

How can I debug this problem? where can I see if there are any problems to load the extension?

4
  • 1
    Do you have 64 bit version of php?
    – Mihai
    Commented Mar 19, 2014 at 15:16
  • No, The version WIN32 VC11
    – teach me
    Commented Mar 19, 2014 at 21:18
  • Put your question title in google and see what comes up.I know,not very helpful.
    – Mihai
    Commented Mar 19, 2014 at 21:42
  • Do you have installed ODBC 11 or 13? Commented May 18, 2017 at 7:53

0

You must log in to answer this question.

Browse other questions tagged .