php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21917 dynamic library load fails
Submitted: 2003-01-28 03:48 UTC Modified: 2003-01-28 03:53 UTC
From: cveld at bigfoot dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.0 OS: windows 2000
Private report: No CVE-ID: None
 [2003-01-28 03:48 UTC] cveld at bigfoot dot com
Does anyone know how I can manage to load the extensions below?

Warning: dl() [function.dl]: Unable to load dynamic library
'd:\prg\php4\extensions\php_domxml.dll' - The specified module could not be
found. in E:\src\doc\studie\scriptie\scriptiephpincludes.php on line 2

Warning: dl() [function.dl]: Unable to load dynamic library
'd:\prg\php4\extensions\php_xslt.dll' - The specified module could not be
found. in E:\src\doc\studie\scriptie\scriptiephpincludes.php on line 3


I use php 4.3.0 and iis5 under win2k. I got the errors when I upgraded from
4.1.0 where all things worked smoothly. The extension-modules are correctly available via the path used above. What can I do? I think it's some bug in php 4.3.0 or a malfunction in iis5.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-28 03:53 UTC] edink@php.net
You have most probably forgotten to copy dlls\*.dll to your c:\winnt\system32 folder.

 [2003-04-16 11:13 UTC] rauch dot w at zdf dot de
Same Problem as above...

- extension_dir points to fixed folder "c:\PHP_ext\"
- all DLLs are located in "c:\PHP_ext\"
- DLLs are aditional located in %systemroot%\ and %systemroot%\system32\

System is W2KAS SP3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 21:01:31 2024 UTC