I am trying to use sql server 7 with the current version of php which I just installed, but this is what happens when using the dl function. I am using Windows 2000.
"Warning: dl(): (null): Unable to initialize module Module compiled with module API=20040412, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in"
I am using the ntwdblib.dll that came with SQL Server 7, but get the same error regardless of what version of ntwdblib.dll I use, so I guess that has nothing to do with it. I saw a post on the web that claims you can get this by doing multiple installs, but I don't know why that would be. I would guess those API numbers may need to match but don't know what to do about it. Any ideas or solutions?