I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
After the first messaged I posted, I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
extension_dir = "c:\OraHome9\Bin"
And it still doesn't work. The weired thing is I can't make ASP work either.
Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.