php 代码嗅探器 + xampp:缺少 PEAR/Exception.php
我完全按照以下内容进行操作:如何将 PHP_CodeSniffer 与 XAMPP 一起使用?( 。
但我遇到这个错误:
警告:require_once(PEAR / Exception.php):无法打开流:C:\ path \ to \ htdocs \ php-codesniffer \ CodeSniffer \ Exception中没有这样的文件或目录 php第17行
I followed exactly what's in: How to use PHP_CodeSniffer with XAMPP? (no more no less)
But i encounter this error:
Warning: require_once(PEAR/Exception.php): failed to open stream: No such file or directory in C:\path\to\htdocs\php-codesniffer\CodeSniffer\Exception.php on line 17
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现出了什么问题。 PEAR 最初在 xampp 中并未启用。
如果您通过 ini_set 更改 php 脚本中的 include_path 值,也请考虑这一点。
Found out what's wrong. PEAR is not initially enabled in xampp.
Also consider this if your changing the include_path value in your php scripts via ini_set.