php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14344 php_oci8.dll not loading
Submitted: 2001-12-04 17:03 UTC Modified: 2001-12-06 07:29 UTC
From: quintin_stephenson at yahoo dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.0.6 OS: Win2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: quintin_stephenson at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-12-04 17:03 UTC] quintin_stephenson at yahoo dot com
I have just started using PHP.

I made a page displaying phpinfo() to test my configuration.  The extension_dir path is set to c:\php\extensions.  I have selected only two of the extensions namely php_oracle.dll and php_oci8.dll as I am going to be connecting to a   When loading this I get the follow error: Unable to load dynamic library 'C:\php\extensions\php_oci8.dll' - The specified procedure could not be found.  This message appears 4 time when loading the page.  I the tested this on the other dll extensions in this directory, some were ok some weren't.

Is there I have done wrong, or is there a fix to this?  I have checked the library of bugs recorded, but unfortunately I did not find anything useful.  Can somebody please help.

Many thanks in advance
Quintin

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-04 17:04 UTC] derick@php.net
Not a bug, you need to have the correct libraries for these extensions too. Please ask for support on the php-general@lists.php.net mailinglist.

Derick
 [2001-12-05 07:37 UTC] quintin_stephenson at yahoo dot com
Many thanks.

I have now contacted them.  I will update resolution.
 [2001-12-06 07:00 UTC] quintin_stephenson at yahoo dot com
Pardon my ignorance

How do I get in contact will the php-general@lists.php.net mailinglist for support on this query.



 [2001-12-06 07:29 UTC] derick@php.net
Just mail to it, or subscribe with: http://uk.php.net/support.php

Derick
 [2002-02-07 17:20 UTC] deangutz at hotmail dot com
The errors are caused by some missing procedures inside oci.dll. There are three missing, so the message pops up 3 times.

I copied an oci.dll from an Oracle 9i install and replaced my oci.dll in \ora80\bin and that fixed the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC