






















比对了一下php自带的php.ini-development和php.ini-production,备忘。
display_errors = On
display_startup_errors = On
track_errors = On
mysqlnd.collect_memory_statistics = On
zend.assertions = 1
;opcache.huge_code_pages=0 <--- develop中是0,pro是1,然而都是注释掉的。
error_reporting = E_ALL
; error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT 《-- production
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。