midnite Posted April 21, 2012 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
boen_robot Posted April 22, 2012 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".
midnite Posted April 23, 2012 Author Posted April 23, 2012 WOW thanks very much and i m sorry that i didn't read the manual thoroughly (:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.