php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20233 Missing php_xslt.dll in 4.3.0-pre2 distro?
Submitted: 2002-11-03 18:43 UTC Modified: 2002-11-05 07:31 UTC
From: eshepard at slower dot net Assigned:
Status: Closed Package: XSLT related
PHP Version: 4.3.0-pre2 OS: Windows
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: eshepard at slower dot net
New email:
PHP Version: OS:

 

 [2002-11-03 18:43 UTC] eshepard at slower dot net
The Windows distribution on the website doesn't seem to include the php_xslt.dll extension. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-03 22:07 UTC] iliaa@php.net
This is because the compilation of xslt on Windows snapshot server fails due to:
c:\php4build\snap\ext\xslt\sablot.c(171) : error C2065: 'SAB_DISABLE_STRIPPING' : undeclared identifier
c:\php4build\snap\ext\xslt\sablot.c(172) : error C2065: 'SAB_IGNORE_DOC_NOT_FOUND' : undeclared identifier
 [2002-11-05 07:31 UTC] edink@php.net
The sablotron library has been upgraded on the Windows build machine which should solve the problem of building php_xslt.dll in the future.

Snapshots too should contain the dll from now on.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC