Xampp(1.7.1)でcodesnifferを動作させようとして問題が発生しています。php.ini の include_path を編集して、pear を実行しています。
phpcs を実行しようとすると、次のエラーが表示されます。
Warning: include_once(PHP/CodeSniffer/CLI.php): failed to open stream: No such file or directory in C:\xampp\php\phpcs on Line 31
Warning: include_once(): Failed opening 'PHP/Codesniffer/CLI.php' for inclusion (include_path="\xampp\php\pear") in C:\xampp\php\phpcs on line 31
Fatal error: Class 'PHP_CodeSniffer_CLI' not found in C:\xampp\php\phpcs on line 34
ここで何が起こっているのか誰にも分かりますか?