jkkenzie Posted September 1, 2008 Share Posted September 1, 2008 I dont understand here: PHP 5 includes the XSL extension by default and can be enabled by adding the argument --with-xsl[=DIR] to your configure line. DIR is the libxslt installation directory. Any help? where do i go to to add --with-xsl[=DIR]? Quote Link to comment https://forums.phpfreaks.com/topic/122224-xsl/ Share on other sites More sharing options...
JasonLewis Posted September 1, 2008 Share Posted September 1, 2008 If you are running something like WAMP then it's considerably easier. Just click on the WAMP icon in the toolbar. Go to PHP. Then PHP Extensions. Scroll down to the bottom and you'll see php_xsl. Click this. Then restart the service. Should be done. OR Open php.ini and search of php_xsl.dll. Uncomment the line, remove the ; at the start. Restart service. Quote Link to comment https://forums.phpfreaks.com/topic/122224-xsl/#findComment-631059 Share on other sites More sharing options...
JonnoTheDev Posted September 1, 2008 Share Posted September 1, 2008 The --with-xsl is when you are compiling php from source. If php is already compiled then your can either recompile (check with phpinfo(); to see what other modules have been included) or add the package with yum (linux): From the linux command line: yum install php-xsl Then restart apache Quote Link to comment https://forums.phpfreaks.com/topic/122224-xsl/#findComment-631099 Share on other sites More sharing options...
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.