每次我在Zend Framework 2中收到错误时,我只显示500内部服务器错误,并且必须搜索Zend Server错误日志.我已经尝试将它放到我的config/autoload/local.php文件中,但它不起作用:
return array(
'phpSettings' => array(
'display_startup_errors' => true,
'display_errors' => true,
),
);
Run Code Online (Sandbox Code Playgroud)