久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      如何設(shè)置php錯(cuò)誤日志路徑

      設(shè)置php錯(cuò)誤日志路徑的方法:1、打開php.ini配置文件;2、找到log_errors=Off,修改為log_errors=On;3、找到error_log配置,根據(jù)需要設(shè)置路徑即可。

      如何設(shè)置php錯(cuò)誤日志路徑

      首先打開php.ini配置文件;

      (推薦教程:php圖文教程)

      然后關(guān)閉錯(cuò)誤提示;

      找到display_errors = On,修改為:display_errors = Off。

      接著開啟錯(cuò)誤日志;

      找到log_errors = Off,修改為:log_errors = On;

      (視頻教程推薦:php視頻教程)

      最后設(shè)置錯(cuò)誤日志路徑;

      error_log = "xamppapachelogsphp_error.log",具體路徑可自行設(shè)置。

      保存修改,重啟apache即可。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)