Home >Backend Development >PHP Tutorial >How to remove warning, deprecate and other prompts in PHP

How to remove warning, deprecate and other prompts in PHP

WBOY
WBOYOriginal
2016-07-25 09:11:021344browse
Open php/php.ini: modify error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING

Open php/php.ini: Revise error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED for error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING That’s it.



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn