php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11995 Conflict with MySQL - missing DLL?
Submitted: 2001-07-09 21:14 UTC Modified: 2001-07-26 18:08 UTC
From: robert at ourwebhome dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.6 OS: Windows 2000
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: robert at ourwebhome dot com
New email:
PHP Version: OS:

 

 [2001-07-09 21:14 UTC] robert at ourwebhome dot com
We're using a Windows 2000 server with IIS.  We 
successfully installed the Oracle client software and PHP 
4.0.6, and it was working for about two weeks, using both 
the OCI8 driver and the generic Oracle driver to access a 
remote database.
Problems started when we installed MySQL 3.23.39.  Now PHP 
can no longer locate the OCI8 extension or the Oracle 
extension, or at least that's the error message.  I suspect 
that it actually is missing some other DLL, but I can't 
find any place where dependencies are documented.  PHP 
successfully finds other extensions in the same extension 
directory, such as the pdf extension, so the path to the 
extension directory in php.ini must be ok.  Oracle client 
software such as sqlplus still functions normally.  PHP 
does not crash, and if the extensions are commented out in 
php.ini it operates normally.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-12 20:35 UTC] robert at ourwebhome dot com
I was able to solve this problem by copying all of the DLLs 
in the DLL folder into C:\win-nt\system32\, and then 
rebooting.  I still do not know which DLL was missing, but 
at least it now works.
 [2001-07-26 18:08 UTC] sniper@php.net
works -> closed.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC