Hi,
I'm having trouble getting the extensions_dir directive to work. It seems that no matter what I put for that directive, ie:
extension_dir=C:\PHP\extensions\;
and I uncomment any of the extensions that come with this distribution, I get errors.
I'm trying to use the sablotron functions.
I make the extensions_dir as I stated above, and I uncomment the line:
extension=php_sablot.dll
and I make sure the php_sablot.dll and sablot.dll are both actually in C:\PHP\extensions
When I run a script that calles phpinfo();
THe page loads, but I get an error that states:
Warning
Unable to load dynamic library 'c:\PHP\extensions\php_sablot.dll' - The specified module could not be found.
What am I doing wrong? I've tried this with several extensions that come with the 4.0.4pl download for Win32.
If it helps, I'm running W2k with IIS, and I'm running PHP as a CGI, not an ISAPI filter.
Any ideas?
Thanks in advance...
Barry...