Page 1 of 1

Fatal error: Call to undefined function ocilogon() in

Posted: Wed Jun 04, 2008 10:34 am
by drdexter33
I am using VS.PHP (PHP4) on a Windows XP machine.

When I attempt to debug an application, I keep getting this error:
Fatal error: Call to undefined function ocilogon()

I've looked around at some posts and found that some possible fixes were to uncomment these lines in the PHP.ini file:


;extension=php_oci8.dll
;extension=php_oracle.dll

However that didn't do any good.

A colleague mentioned something about the OCI Libraries needing to be installed.

Any suggestions?

Thanks in advance.

Doug Dexter