I struggled with getting PHP to work with the Oracle extensions on NT. I was getting the same errors that other people were getting. It would tell me that the extension didn't exist when it was indeed there and in the correct directory specified in my php.ini.
Well, I finally got it to work, and here's how: I had to give the anonymous web user account (IUSER) read (RX) access to the Oracle sqlnet directory on the server (c:\orant on my box). I hope this helps anyone out there experiencing similar problems.
-eric
Well, I finally got it to work, and here's how: I had to give the anonymous web user account (IUSER) read (RX) access to the Oracle sqlnet directory on the server (c:\orant on my box). I hope this helps anyone out there experiencing similar problems.
-eric