php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17467 xslt: Unable to initialize module
Submitted: 2002-05-28 00:59 UTC Modified: 2002-05-29 01:15 UTC
From: tim at zero-interactive dot com Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 4.2.1 OS: Win 2K
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:
47 - 44 = ?
Subscribe to this entry?

 
 [2002-05-28 00:59 UTC] tim at zero-interactive dot com
Running Apache 2.0.36 with PHP 4.2.1 on Win 2K Pro doesn't allow you to load the xslt extension.  PHP is running using the php4apache2 filter.  The PHP distro is the windows zip binaries.  This is the error that appears in the Windows Event log:

Application popup: Warning : xslt: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=1
PHP    compiled with module API=20010901, debug=0, thread-safety=1
These options need to match

I have copied the dlls directory to the system32 dir and also have my extention_dir set to the correct position.

The error appears everytime that I try to start apache.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-28 01:36 UTC] tim at zero-interactive dot com
Strangely enough, the extension still loads and runs ok as far as I can tell.  It's just those annoying popup messages that appear when the web server is started and the errors is generates in the event log.
 [2002-05-28 07:51 UTC] sander@php.net
Make sure there are no duplicates of any php related file, like the files in the dlls folder and php4ts.dll.
 [2002-05-28 19:20 UTC] tim at zero-interactive dot com
Ok, I feel like an idiot now.  I was using an old copy of php4ts.dll  It all works fine now that I've copied the correct version across.

Thanks

I dont seem to be able to edit my submission, so I've had to add it as a comment.  Can you please close this for me becuase the site wont let me change the status.
 [2002-05-29 01:15 UTC] derick@php.net
User error => Bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC