本篇內容介紹了“php.ini中怎么屏蔽所有錯誤”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!
創新互聯公司是工信部頒發資質IDC服務器商,為用戶提供優質的服務器托管服務
1、打開“php.ini”配置文件,在其中搜索“display_errors”項。
2、將“display_errors”項的值設置為“Off”即可關閉所有的PHP錯誤報告,進而屏蔽所有錯誤。
實例
; This directive controls whether or not and where PHP will output errors, ; notices and warnings too. Error output is very useful during development, but ; it could be very dangerous in production environments. Depending on the code ; which is triggering the error, sensitive information could potentially leak ; out of your application such as database usernames and passwords or worse. ; For production environments, we recommend logging errors rather than ; sending them to STDOUT. ; Possible Values: ; Off = Do not display any errors ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!) ; On or stdout = Display errors to STDOUT ; Default Value: On ; Development Value: On ; Production Value: Off ; http://php.net/display-errors display_errors = Off
“php.ini中怎么屏蔽所有錯誤”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注創新互聯網站,小編將為大家輸出更多高質量的實用文章!
新聞標題:php.ini中怎么屏蔽所有錯誤
文章轉載:http://m.newbst.com/article22/jegdcc.html
成都網站建設公司_創新互聯,為您提供電子商務、網站策劃、手機網站建設、、軟件開發、面包屑導航
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯