php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53142 OCI.dll not found
Submitted: 2010-10-24 04:00 UTC Modified: 2010-10-24 23:45 UTC
From: ruben dot tahir at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.3.3 OS: Windows Server 2003
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ruben dot tahir at gmail dot com
New email:
PHP Version: OS:

 

 [2010-10-24 04:00 UTC] ruben dot tahir at gmail dot com
Description:
------------
I have installed PHP 5.3.3 on my Windows Server 2003.
Every time I try to run PHP (by itself, e.g. php-win.exe or a simple php script from the web site, e.g. http://localhost/hello.php) I get the following error: "This application failed to start because OCI.dll was not found. Re-installing the application may fix this problem".
I have researched the net and there a many complains like this, with no apparent real solution.
I am also puzzled since this dll seems to be Oracle related and I do no have oracle on my system, and I commented out references to OCI8 in my php.ini.

Any help would be greatly appreciated.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-24 14:34 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-10-24 14:34 UTC] pajoye@php.net
Disable oracle extensions in your php.ini and the error will go away.
 [2010-10-24 14:34 UTC] pajoye@php.net
Disable oracle extensions in your php.ini and the error will go away.
 [2010-10-24 23:23 UTC] ruben dot tahir at gmail dot com
As I said in my description: "I commented out references to OCI8 in my php.ini.".
Is that not the same as "Disable oracle extensions in your php.ini"?
 [2010-10-24 23:45 UTC] pajoye@php.net
It is, but you either did not disable it in the right php.ini or did not restart your web server after the change.

In any case, this is definitively not a bug but a setup/configuration question. Please ask further support to the php install or php windows mailing list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC