Jump to content

XSL


jkkenzie

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/122224-xsl/#findComment-631059
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/122224-xsl/#findComment-631099
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.