php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14911 'missing dll' error message
Submitted: 2002-01-07 11:21 UTC Modified: 2002-01-08 07:24 UTC
From: jgauld at blueyonder dot co dot uk Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 4.1.1 OS: Windows 2000
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:
2 + 33 = ?
Subscribe to this entry?

 
 [2002-01-07 11:21 UTC] jgauld at blueyonder dot co dot uk
In the php.ini file I have uncommented the extension:

extension = php_xslt.dll;


and have also copied the php_xslt.dll library to my c:\winnt\system32 and c:\winnt\system folders, but after running a simple phpinfo() script I keep receiving the error message:

Unable to load dynamic library './php_xslt.dll'.  The specified module could not be found.


I have copied the php_gd.dll library in the same way and that seems to work fine.

I am running Apache 1.3.22 with PHP 4.1.1 on Windows 2000.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-08 07:24 UTC] sander@php.net
You need more than just the php_xxx.dll files for some extensions. See the included dlls folder in the zip-package.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 09:01:27 2024 UTC