Hello,

I am currently moving web server from one to another PC. Everything about the setup is identical, both are win XP, php, mssql extension enabled. The only difference is the new one is Apache 2..

I'm having problems activating the mssql extension. I cant seem to find what the problem is.
Checklist I've went through:
1. made sure the extension_dir is the correct one in php.ini
2. made sure i have the full php installation with php_mssql.dll included in the extensions dir.

apache seems to be working fine, php also (i've got other functions working)
what else am i missing? please help!

sf. 😃

    still going crazy with this issue:

    1 thing more added to my checklist is to make sure there is ntwdblib.dll in the windows\system32\ directory... its still not working though! help!

      4 days later

      Hi,

      did you install the MS SQL Client Tools on your web server ? The MS SQL functions of php won't work otherwise.

      Does apache complain about not being able to load the extension dll or does the php engine display the undefined function error ?

        Write a Reply...