ID: 37969 Updated by: [EMAIL PROTECTED] Reported By: msho at exabytes dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Centos PHP Version: 5.1.4 New Comment:
I am pretty sure you have not compiled in XSLT support. You can check by viewing the output of phpinfo() and looking for an XSL section. If you don't see it, you must reconfigure PHP passing in --with-xsl. Previous Comments: ------------------------------------------------------------------------ [2006-06-30 04:18:38] msho at exabytes dot com Description: ------------ The PHP engine are not able to call the XSLTProcessor class with either running in CGI or Apache module mode. Reproduce code: --------------- <? $proc = new XSLTProcessor(); ?> Expected result: ---------------- Fatal error: Class 'XSLTProcessor' not found Actual result: -------------- No Error should appear. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37969&edit=1