I am trying to get the oracle extension for php to work on windows and like most it seems I am having no luck. I have tried including the file in the script with dl() and uncommenting php_oci8.dll or php_oracle.dll. No matter what combination I try I still get the error:
Unable to load dynamic library 'c:/php/extensions/php_oci8.dll' the specified module could not be found.
It seems to be a problem with the dll since all my other extensions work.
Also I am running the latest downloaded version 4.2.2 from php.net/
any help would be appreciated.