Jump to content

XSLT on EasyPHP?


midnite

Recommended Posts

Hi folks, When i did xslt_create(); and i got Fatal error: Call to undefined function xslt_create() in C:\Program Files\EasyPHP-5.3.9\www\index.php on line 7. I just guess the XSLT module is not installed in my EasyPHP by default. I did quite a few googling, but i still cannot find one set of installation steps works. May i ask if any one here has XSLT on EasyPHP and please kindly tell me how you did it. Many many many thanks!!midnite spec:Windows 7EasyPHP 5.3.9

  • Like 1
Link to comment
Share on other sites

The XSLT functions are part of PHP4, not PHP5. In PHP5, there's the XSL extension instead.It should be bundled, and located in your "ext" folder. To enable it, open up "php.ini" (wherever it is... I don't use EasyPHP) and uncomment the line that says "extension=php_xsl.dll".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...