I am trying to run a xslt process:
$xslt = new XSLTProcessor();
Pretty standard, however I am a bit miffed as it is generating a server 500 error, I have attempted to locate the PHP error log to no avail, and checked through the httpd error log so which I see no error relating to this issue.
I am currently running a Centos v6 64bit OS with PHP 5.3.3 (latest) installed, I have done a yum install of php-xml as php-xsl does not exist and I am wondering if anyone else out there can shed any light into why this is dieing when on my local windows machine it is happy days!