midnite 1 Posted April 21, 2012 Report Share Posted April 21, 2012 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 1 Quote Link to post Share on other sites
boen_robot 107 Posted April 22, 2012 Report Share Posted April 22, 2012 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". Quote Link to post Share on other sites
midnite 1 Posted April 23, 2012 Author Report Share Posted April 23, 2012 WOW thanks very much and i m sorry that i didn't read the manual thoroughly (: Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.