开发环境调试php,debug php php.ini 配置

需要配置 php.ini 的地方。;显示错误信息 display_errors = On ;显示php开始错误信息 display_startup_errors = On ;日志记录错误信息 log_errors = On