Hi,
I recently installed php on my windows nt server, and the install went fine, until I tried to add the extension to access our oracle database. I first tried uncommenting the php_oracle.dll extension in php.ini, and this worked fine. I commented it back out, and tried to uncomment the php_oci8.dll extension, and I get a message that says it's unable to load it. The file is in the same directory as the php_oracle.dll, so I'm not sure what the problem is.
Does anyone have any ideas?
Thanks!
Lee
ps - Don't think it matters, but just in case, we do access the database from this machine through sqlnet without any difficulties. The database is an Oracle 7.3 db running on a solaris box.