• <tfoot id='ExJ3l'></tfoot>

    <small id='ExJ3l'></small><noframes id='ExJ3l'>

      <bdo id='ExJ3l'></bdo><ul id='ExJ3l'></ul>
      <legend id='ExJ3l'><style id='ExJ3l'><dir id='ExJ3l'><q id='ExJ3l'></q></dir></style></legend>

      <i id='ExJ3l'><tr id='ExJ3l'><dt id='ExJ3l'><q id='ExJ3l'><span id='ExJ3l'><b id='ExJ3l'><form id='ExJ3l'><ins id='ExJ3l'></ins><ul id='ExJ3l'></ul><sub id='ExJ3l'></sub></form><legend id='ExJ3l'></legend><bdo id='ExJ3l'><pre id='ExJ3l'><center id='ExJ3l'></center></pre></bdo></b><th id='ExJ3l'></th></span></q></dt></tr></i><div id='ExJ3l'><tfoot id='ExJ3l'></tfoot><dl id='ExJ3l'><fieldset id='ExJ3l'></fieldset></dl></div>

        在没有 php.ini 的情况下设置 display_errors=0 和 log

        时间:2023-09-21
            • <bdo id='Dle8I'></bdo><ul id='Dle8I'></ul>
              • <tfoot id='Dle8I'></tfoot>

                  <small id='Dle8I'></small><noframes id='Dle8I'>

                  <legend id='Dle8I'><style id='Dle8I'><dir id='Dle8I'><q id='Dle8I'></q></dir></style></legend>

                    <tbody id='Dle8I'></tbody>

                  <i id='Dle8I'><tr id='Dle8I'><dt id='Dle8I'><q id='Dle8I'><span id='Dle8I'><b id='Dle8I'><form id='Dle8I'><ins id='Dle8I'></ins><ul id='Dle8I'></ul><sub id='Dle8I'></sub></form><legend id='Dle8I'></legend><bdo id='Dle8I'><pre id='Dle8I'><center id='Dle8I'></center></pre></bdo></b><th id='Dle8I'></th></span></q></dt></tr></i><div id='Dle8I'><tfoot id='Dle8I'></tfoot><dl id='Dle8I'><fieldset id='Dle8I'></fieldset></dl></div>
                  本文介绍了在没有 php.ini 的情况下设置 display_errors=0 和 log_errors=1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  由于我无法控制的原因,我无法在我的生产服务器上的 php.ini 中设置 display_errors=0 和 log_errors=1.我知道我可以设置 error_reporting(0); 以完全抑制所有错误消息,但这会影响日志错误和显示的错误.我希望有一个等价于在运行时设置 display_errors=0 和 log_errors=1 .这可能吗?谢谢.

                  For reasons outside my control I am unable to set display_errors=0 and log_errors=1 in php.ini on my production server. I know I can set error_reporting(0); to completely suppress all error messages, but this impacts both the log errors and the displayed errors. I was hoping there would be an equivalent to setting display_errors=0 and log_errors=1 at runtime. Is this possible? Thanks.

                  推荐答案

                  两者都是 PHP_INI_ALL,所以你可以只使用 ini_set 在运行时.

                  Both are PHP_INI_ALL, so you can just use ini_set at runtime.

                  ini_set('display_errors', 0);
                  ini_set('log_errors', 1);
                  

                  参见http://php.net/manual/en/ini.list.php

                  这篇关于在没有 php.ini 的情况下设置 display_errors=0 和 log_errors=1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:注意:未定义变量:“"中的 _SESSION在第 9 行 下一篇:如何从致命错误“已用完允许的内存大小"中

                  相关文章

                  最新文章

                  <tfoot id='VNXxd'></tfoot>
                1. <small id='VNXxd'></small><noframes id='VNXxd'>

                2. <i id='VNXxd'><tr id='VNXxd'><dt id='VNXxd'><q id='VNXxd'><span id='VNXxd'><b id='VNXxd'><form id='VNXxd'><ins id='VNXxd'></ins><ul id='VNXxd'></ul><sub id='VNXxd'></sub></form><legend id='VNXxd'></legend><bdo id='VNXxd'><pre id='VNXxd'><center id='VNXxd'></center></pre></bdo></b><th id='VNXxd'></th></span></q></dt></tr></i><div id='VNXxd'><tfoot id='VNXxd'></tfoot><dl id='VNXxd'><fieldset id='VNXxd'></fieldset></dl></div>

                    <legend id='VNXxd'><style id='VNXxd'><dir id='VNXxd'><q id='VNXxd'></q></dir></style></legend>

                      • <bdo id='VNXxd'></bdo><ul id='VNXxd'></ul>