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
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: jgauld at blueyonder dot co dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC