I just can not connect using XSLT on localhost. In a php file when creating an instance of a class
$xsl = new XSLTProcessor();
gives an error message:
Class 'XSLTProcessor' not found
At the same time, php_xsl.dll is located in \ usr \ local \ php5 \ ext \ (Denwer costs, PHP version 5.3.3, windows 7); everything is allowed in php.ini:
extension=php_xsl.dll
I tried, it seems, all the possible options - it still does not work. Probably something still did not take into account. What could be the problem? And - in windows / system32 / should be placed copies of the .dll or not?
UPD:
Suddenly I got the idea to check the release date of php_xsl.dll. It turned out that the library is very old, most likely it was created BEFORE the release of PHP version 5. I downloaded a new one. Placed in directories with extensions. However, apache at startup states that:
PHP Startup: unable to load dynamic library '/user/local/php5/ext/php_xsl.dll'
... although she is there, of course. What can this mean? What library is broken? It seems to me that the problem is in something else ... and also, if it is significant, also reports:
Entry point to xmlNewDocPI procedure not found in libxml2.dll