I have been trying for so long to get php_mcrypt.dll to load. Has anyone been successful in doing so?
I have my extension path as:
extension_dir = "C:\PHP\extensions\"
and i downloaded the dll off the web and it is definitely in that directory, yet i get an error every time saying:
Unable to load dynamic library 'C:\PHP\extensions\php_mcrypt.dll' - The specified module could not be found
i have checked and rechecked to make sure it is there, and i have redone the slashes on the directory to face the other way... to no avail...
Please help.
Ryan