php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9989 Unable to load dynamic library
Submitted: 2001-03-26 04:24 UTC Modified: 2001-04-03 17:47 UTC
From: molyo at freemail dot hu Assigned:
Status: Closed Package: PWS related
PHP Version: 4.0.4pl1 OS: Winnt4.0 WS Hu
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: molyo at freemail dot hu
New email:
PHP Version: OS:

 

 [2001-03-26 04:24 UTC] molyo at freemail dot hu
Unable to load dynamic library 'd:\php\extensions\php_ifx.dll' -> Can' find

My php.ini file in Winnt directory:

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path	=  ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
doc_root		= d:\Inetpub\wwwroot					; the root of the php pages, used only if nonempty
user_dir		=					; the directory under which php opens the script using /~username, used only if nonempty
extension_dir	=d:\php\extensions\	; directory in which the loadable extensions (modules) reside
enable_dl		= On				; Whether or not to enable the dl() function.
									; The dl() function does NOT properly work in multithreaded
									; servers, such as IIS or Zeus, and is automatically disabled
									; on them.

I don't understand it ?!?!?.

Please help!!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-03 17:47 UTC] dbeu@php.net
use dependency walker (http://www.dependencywalker.com) to find out which dlls are missing on your system.
i guess the informix client libaries aren't installed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 11:01:29 2024 UTC