php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10119 Cannot call the dynamic extensions php_oracle.dll. In php.ini
Submitted: 2001-04-02 13:53 UTC Modified: 2001-04-02 14:06 UTC
From: alexc at condor dot admvo dot uv dot mx Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.0.4pl1 OS: Windows 2000 server and advanced
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alexc at condor dot admvo dot uv dot mx
New email:
PHP Version: OS:

 

 [2001-04-02 13:53 UTC] alexc at condor dot admvo dot uv dot mx
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path	=
doc_root		= C:\Inetpub\wwwroot
user_dir		=
extension_dir	= c:\php\extensions
enable_dl		= On
		
			
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=php_oracle.dll

OR

extension_dir= 
extension=c:\php\extension\php_oracle.dll    (or any dynamic extension)

and occurr the same problem.
The message is "Unable to load dynamic library 'C:\php\extensions\php_oracle.dll'
but the file is there!! 

thanks. 
I wait your email.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-02 14:06 UTC] cynic@php.net
many PHP extensions require external libraries. php_oracle.dll is among these. you need to install an Oracle client.

if this is not the case (you have the oracle client libs properly installed), reopen this report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC