split()
在生产(exception 'yii\base\ErrorException' with message 'Function split() is deprecated' in /app/controllers/NegativeKeywordController.php:128
)中抛出异常但不是开发。如何在开发中启用异常?
答案 0 :(得分:0)
我必须将error_reporting
更改为E_ALL
并重启Apache。
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT # old
error_reporting = E_ALL