How to enable the XSL PHP extension?

I need to enable the XSL PHP extension.

I have followed the procedure How do I compile additional PHP extensions? successfully to install other PHP extensions. But this procedure doesn’t work with XSL.

I have also done: apt-get install php5-xsl as explained on http://php.net/manual/en/xsl.installation.php but XSL is still disabled.

Could you help me and tell me how to enable XSL?

Hi @Kerfred,

Here’s how you can compile extensions that are bundled with PHP as shared extensions: Add IMAP PHP Extension

For “Install Extension Dependencies”, you’ll need to run the following:

apt-get install libxslt-dev

Also, on the compile step you’ll want to run cd /app/php*/ext/xsl instead of cd app/ssh*.