使用 Wamp 和 PEAR 安装 DocBlox
我一直在尝试让 DocBlox 在 Windows 上工作。我正在运行 PHP 版本 5.3.9 的 wamp 服务器。我已经启用了 XSL 及其在 phpinfo 中的显示,并且如果我运行测试脚本,则 XSLTProcessor 可用。
我从 PEAR 安装了 DocBlox。它可以运行,但是我收到错误消息,指出 XSL 编写器无法找到您的 XSLT 处理器。
有什么想法吗?谢谢你!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您收到的错误意味着 php 无法识别 xsl 扩展名。 Php 有一个单独的用于 CLI 和 Web 的 ini 文件;我假设您只为 apache 启用了 xsl 扩展。
您可以通过在命令提示符中执行 php -i 来验证这一点,并检查是否启用了 xsl 扩展。如果没有,请将您的 dll 添加到 WAMP 的正确配置中。
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.