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
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: 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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC