php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29970 DOM/EXSLT refuses to load
Submitted: 2004-09-03 15:51 UTC Modified: 2004-09-03 16:21 UTC
From: cristi_2112 at yahoo dot com Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 4.3.8 OS: Windows XP
Private report: No CVE-ID: None
 [2004-09-03 15:51 UTC] cristi_2112 at yahoo dot com
Description:
------------
I need to work in PHP with EXSL.
I downloaded the latest version from snaps.php, I also downloaded the libxslt.dll, libxml2.dll, libexslt.dll latest version from your link on the site and put them in c:/php, c:/windows/system32 (like the other extensions I use).
xsltproc.exe is working fine: 
I called xsltproc.exe -V :
Using libxml 20612, libxslt 10109 and libexslt 807
xsltproc was compiled against libxml 20612, libxslt 10109 and libexslt 807
libxslt 10109 was compiled against libxml 20612
libexslt 807 was compiled against libxml 20612

I edited my php.ini: 
extension=php_xslt.dll
extension=libxslt.dll
extension=libxml2.dll
extension=libexslt.dll
(tryed in more ways).

When I restart Apache, I get (one at a time):
Invalid library (maybe not a PHP library) 'libxslt.dll'
Invalid library (maybe not a PHP library) 'libxml2.dll'
Unable to load dynamic library: 'c:\php\libexslt.dll' - The specified module could not be found. (although it's right there).

So php still won't recognize EXSLT.
On Linux it's working fine (giving to the compile option --with-dom-exslt).

Please, help me out if you can.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-03 16:22 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC