Setup (index.php in public_html):
<html><body><?php
#phpinfo();
$xsltProcessor = new XsltProcessor();
?></body></html>
Symptom:
Fatal error: Class 'XsltProcessor' not found in /home/user/public_html/index.php on line 6
Prob Cause:
php5-xsl / libxslt extension module not installed or enabled.
I already compiled apache with domxslt, but perhaps thats not the same as libxslt.
How do I correct this?
phpinfo does show dom-xslt already
<html><body><?php
#phpinfo();
$xsltProcessor = new XsltProcessor();
?></body></html>
Symptom:
Fatal error: Class 'XsltProcessor' not found in /home/user/public_html/index.php on line 6
Prob Cause:
php5-xsl / libxslt extension module not installed or enabled.
I already compiled apache with domxslt, but perhaps thats not the same as libxslt.
How do I correct this?
phpinfo does show dom-xslt already