Hey guys,
I am having a problem with getting PHP to interface with Oracle. I am using IIS for my server and I am running on Windows 2000. I uncommented the oracle lines like it said to do and now when I try to run a test page to connect to Oracle I am getting the following message.
"The procedure entry point OCILobClose could not be located in the dynamic link library OCI.dll"
And the I get the following error:
"PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\php_oci8.dll'
- The specified procedure could not be found.
in Unknown on line 0"
My PHP.ini file has the following for extensions:
extension_dir = C:\PHP
Can someone please help me with this or offer any insite?
Aybabtu.
And I did search the site by the way and everything I found seemed to deal with Apache web server and not IIS.