Fatal error: Call to undefined function ocilogon() in

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
drdexter33
Forum Newbie
Posts: 5
Joined: Mon Jun 02, 2008 12:39 pm

Fatal error: Call to undefined function ocilogon() in

Post 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
Post Reply