企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
开发/部署环境配置 ============ 报错级别 --  ; - Show all errors, except for notices and coding standards warnings   ;error_reporting = E_ALL & ~E_NOTICE   ; - Show all errors, except for notices   ;error_reporting = E_ALL & ~E_NOTICE | E_STRICT   ; - Show only errors   ;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR   ; - Show all errors except for notices and coding standards warnings   ;error_reporting = E_ALL & ~E_NOTICE