I can tell I'm not alone in my confusion, as I've been using Google to
find a solution to this problem and all I can find is the same question,
but no solution.
I am running Php 5.25 (Windows binary from php.net) as an Apache 2.0.55
module on Windows XP.
I have enabled the xsl extension - php_xsl.dll - in php.ini and indeed,
when I look at phpinfo I see all the needed libraries (i.e., DOM/XML,
libXML, XSL, libxslt) are enabled.
Yet, if I try to call xslt_create(), I get:
"Fatal error: Call to undefined function xslt_create() in ....."
Any idea what I need to do to get this working?
Detail from phpinfo:
-------------------------
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xsl
XSL enabled
libxslt Version 1.1.17
libxslt compiled against libxml Version 2.6.26
EXSLT enabled
libexslt Version 0.8.13
-------------------------
--
*************** **************
Chuck Anderson • Boulder, CO
Nothing he's got he really needs
Twenty first century schizoid man.
*************** *************** *****
find a solution to this problem and all I can find is the same question,
but no solution.
I am running Php 5.25 (Windows binary from php.net) as an Apache 2.0.55
module on Windows XP.
I have enabled the xsl extension - php_xsl.dll - in php.ini and indeed,
when I look at phpinfo I see all the needed libraries (i.e., DOM/XML,
libXML, XSL, libxslt) are enabled.
Yet, if I try to call xslt_create(), I get:
"Fatal error: Call to undefined function xslt_create() in ....."
Any idea what I need to do to get this working?
Detail from phpinfo:
-------------------------
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xsl
XSL enabled
libxslt Version 1.1.17
libxslt compiled against libxml Version 2.6.26
EXSLT enabled
libexslt Version 0.8.13
-------------------------
--
*************** **************
Chuck Anderson • Boulder, CO
Nothing he's got he really needs
Twenty first century schizoid man.
*************** *************** *****
Comment