Compiling oracle support for PHP?

wxdqz

New Member
I'm trying to connect php4 to an oracle database on the same box. The setup is as follows; PHP4, Oracle8i DB, IIS4 all running on the same Windows NT4 Terminal Server box. I've gotten PHP to work but when I try to open a connection to the Oracle DB I get this error message - Fatal error: Call to undefined function: ocilogon(). I figured Oracle support has to be added to PHP and I tried by copying the php_oracle.dll file into the /PHP/extensions directory, but when I run phpinfo() I don't see any oracle support. Any clues as to what could be the problem? I've tried stopping and restarting the web server to no avail.

thanks,
Ralph.
 
Back
Top