解决php7.2后报错Warning: Use of undefined constant PRE - assumed问题

解决此种问题其实也不是很难,只是报了”Warning警告“,咱们只须要关闭”PHP错误提示“就好了。具体步骤以下:php 一、打开 php.inihtml 二、设置 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICTpost 三、设置 display_errors = Offhtm 转载于:https://www.cnblogs.com/xbde
相关文章
相关标签/搜索