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
Fatal error: Call to undefined function ocilogon() in
Moderator: General Moderators
-
drdexter33
- Forum Newbie
- Posts: 5
- Joined: Mon Jun 02, 2008 12:39 pm