我正在使用 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';
本地调试需要哪些更改?