I have instaled the php_oci8.dll files in order to use Oracle 8 on windows with IIS and PHP 4, but it returns the following error:
Fatal error: Call to undefined function: ocilogon() in C:\InetPub\wwwroot\oracle.phtml on line 2
PHP Warning: Unable to load dynamic library './php_oci8.dll' - The specified procedure could not be found. in Unknown on line 0
In the php.ini file the line: extension=php_oci8.dll its uncommented and the extension_dir path is the correct.
The others modules uncommented of the same path work fine, but only that (php_oci8.dll)don't load.
Somebody can tell me why?, I read about a oracle8 client libraries, are they important for php_oci8.dll can work??
what could be wrong????
thanks for help
Oliver