Fatal error: Call to undefined function: ocilogon()
474397Jan 25 2006 — edited Feb 12 2006I followed the instructions in the article "Installing Oracle, PHP, and Apache on Windows 2000/XP" by Robert Clevenger
url is
http://www.oracle.com/technology/tech/php/htdocs/inst_php_apache_windows.html?template=/ocom/technology/content/print
I installed apache1.3.33Win32 and php4.3.9-win32.
I uncommented the extension=php_oci8.dll line in php.ini.
I loaded php4ts.dll, php_oci8.dll to the directory containing apache.exe.
and updated httpd.conf as instructed in the paper.
I am using window xp.
the sample page, phptest.php in the article, run correctly.
however, oci8test.php, page gave an error as
Fatal error: Call to undefined function: ocilogon().
Thanks for your helps.
Jill