I'm trying to use functions from a dll in php. I am getting the following error:
Unable to load dynamic library 'c:\php\lsd.dll' - The specified module could not be found. in Unknown on line 0
I'm using IIS. I've included the dll in the extensions in the ini file. I've ensured the dll is in the correct folder. I'm also using the mssql extension which works perfectly.
My co-worker wrote this dll. From what I've read, I should be able to include it. If the dll is 'bad', I think I should get a different error. Here's some information on production dlls:
Any insight would be muchly appreciated!
Unable to load dynamic library 'c:\php\lsd.dll' - The specified module could not be found. in Unknown on line 0
I'm using IIS. I've included the dll in the extensions in the ini file. I've ensured the dll is in the correct folder. I'm also using the mssql extension which works perfectly.
My co-worker wrote this dll. From what I've read, I should be able to include it. If the dll is 'bad', I think I should get a different error. Here's some information on production dlls:
Any insight would be muchly appreciated!