我正在使用Zend Studio在Windows 2008 R2 VM上本地调试CakePHP应用程序。当我告诉Zend调试index.php时,我收到以下错误:
Warning: require(webroot\index.php): failed to open stream: No such file or directory in **my directory name**
Fatal error: require(): Failed opening required 'webroot\index.php'
为简洁起见,省略了我的目录名称。
index.php包含
require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';
本地调试需要进行哪些更改?