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
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:
24 - 19 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC