问题
I've been trying to get DocBlox working on windows. I'm running wamp server with PHP version 5.3.9. I've enabled XSL and its showing in phpinfo as well as if I run a test script, XSLTProcessor is available.
I installed DocBlox from PEAR. It runs, however I get the error that the XSL writer was unable to find your XSLTprocessor.
Any ideas? Thank you!
回答1:
The error that you are receiving means that php does not recognize the xsl extension. Php has got a separate ini file for CLI and web; and I presume that you have enabled the xsl extension for apache only.
You can verify this by executing php -i in your command prompt and check if the xsl extension is enabled there. If not then add your dll to the right config for your WAMP.
来源:https://stackoverflow.com/questions/9213783/installed-docblox-with-wamp-and-pear