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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 20 00:01:27 2024 UTC