Re: Php5 - xsl extension not working
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Mon, 05 May 2008 10:16:53 +0200
On Mon, 05 May 2008 05:11:51 +0200, Chuck Anderson <websiteaddress@xxxxxxxxx> wrote:
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
libxml
xml
xsl
XSL enabled
libxslt Version 1.1.17
libxslt compiled against libxml Version 2.6.26
EXSLT enabled
libexslt Version 0.8.13
And XSLT?
http://nl2.php.net/manual/en/xslt.installation.php
Check out sablot.dll, expat.dll, and iconv.dll.
P.S: for PHP >= 5 I'd recommend XSL instead of XSLT.
--
Rik Wasmus
.
- Follow-Ups:
- Re: Php5 - xsl extension not working
- From: Chuck Anderson
- Re: Php5 - xsl extension not working
- References:
- Php5 - xsl extension not working
- From: Chuck Anderson
- Php5 - xsl extension not working
- Prev by Date: Re: image slicing script
- Next by Date: Re: PHP object references and iterating through an array
- Previous by thread: Php5 - xsl extension not working
- Next by thread: Re: Php5 - xsl extension not working
- Index(es):
Relevant Pages
|