[PHP-DEV] Bug #985: php3_oci73.dll cannot be loaded From: anavarrete <email protected>
Date: 12/10/98

From: anavarrete <email protected>
Operating system: Windows NT 4.0
PHP version: 3.0.5
PHP Bug Type: Oracle related
Bug description: php3_oci73.dll cannot be loaded

Hello PHP-Team!
I got the "php-3_0_5-win32.zip"-File from your ftp-server and put it into my cgi-bin directory of Apache 1.3 for Windows. First I tried out an ODBC-Connection to the Oracle-Server. This feature works just fine.
Now I should be able to connect direct to the Database (OCI), because of performance-tests.
(php3 and Oracle8 on Linux are working great!)
The sample-script to log on to Oracle:

<?
  dl("php3_oci73.dll");
  $id = ora_logon("test", "test");
  if ($id==0) {
    echo ("Connection failed.");
  }
  else {
    echo ("Connection ok.");
  }
?>

Error-Msg:
Warning: Invalid library (maybe not a PHP3 library) 'php3_oci73.dll' in (null) on line 15

Note: If a library such as "php3_calendar.dll" has been loaded, there is no
error message about the *.dll .

Thanks for your effort!

Alex Navarrete

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>