Bug 85054

Summary: xslt_XXXX functions not present in 4.2.2 package
Product: [Retired] Red Hat Linux Reporter: Valeriy Ovechkin <scratchy.bugzilla-redhat.050201>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-03-06 11:10:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Valeriy Ovechkin 2003-02-25 06:14:56 UTC
Description of problem:
Just like in bug #21437 <URL:https://bugzilla.redhat.com/bugzilla/show_bug.cgi?
id=21437> xslt_XXX functions are still not defined in PHP. 

Please make XSLT support standard (--enable-xslt and --with-xslt-sablot).
Sablot is available at <URL:http://www.gingerall.com/charlie/ga/xml/d_sab.xml>

Version-Release number of selected component (if applicable):
4.2.2

Steps to Reproduce:
1. echo '<?php xslt_create(); ?>' > test.php
2. php test.php
    
Actual results:
... Call to undefined function:  xslt_create() in ...

Expected results:
... Wrong parameter count for xslt_create() in ...

Additional info:
<URL:http://www.php.net/manual/en/ref.xslt.php>
<URL:http://www.gingerall.com/charlie/ga/xml/d_sab.xml>

Comment 1 Joe Orton 2003-03-06 11:10:07 UTC
Since we already ship an XSLT library, libxslt, I doubt we would ship Sablotron
just for this.  Please file an RFE at bugs.php.net asking for libxslt support in
the PHP xslt extension.