php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12625 (latest) php_oci8.dll can not be loaded
Submitted: 2001-08-07 12:15 UTC Modified: 2006-07-17 08:12 UTC
From: cshih05 at utopia dot poly dot edu Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.6 OS: win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 - 39 = ?
Subscribe to this entry?

 
 [2001-08-07 12:15 UTC] cshih05 at utopia dot poly dot edu
Sir,

I download 4.06 install files yesterday.

I have tried a lot of ways to config php.ini in order to load php_oci8.dll functions.  
but I had "php_oci8.dll" can not be load information.

These are several tests I did 
(1) uncomment other dll (oracle) one
    and it can be loaded  (working)

(2) download the binary code again and re-put the php_oci8.dll into current extensions dir  ( not working)

(3) download the Previous version binary code and 
"only" take out (V4.05) php_oci8.dll and put it into current extensions dir ( it's working)


so is there any thing wrong with the latest "php_oci8.dll"? 

tks !! 






 




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-07 13:00 UTC] cshih05 at utopia dot poly dot edu
Dear Sir,

just FYI.

the same setup in "php.ini" 

(version 4.06)-52Mb php_oci8.dll can not be loaded.
(version 4.05)-44Mb php_oci8.dll can be loaded with other version 4.06 files.

 [2001-08-07 13:43 UTC] cshih05 at utopia dot poly dot edu
sorry I mean 44Kb not Mb
=================
Dear Sir,

just FYI.

the same setup in "php.ini" 

(version 4.06)-52Mb php_oci8.dll can not be loaded.
(version 4.05)-44Mb php_oci8.dll can be loaded with other version 4.06 files.


 [2004-05-26 17:31 UTC] bernerma at nswccd dot navy dot mil
I had the same problem many times. The reason is that php_oci8.dll loads another oracle DLL, and you will get the error message when that load fails. To solve the problem, you must install Oracle client tools on your server, and make sure you have a good version of them. I am using version 9.2.0.1.0 of the Oracle client tools, and that solved the problem. In Win2000, you will need to reboot after installing Oracle client tools before PHP will be able to load the DLL properly.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 04:01:30 2024 UTC