Edit php.ini file:
1) error_reporting setting:
Find error_reporting = E_ALL
Modify to error_reporting = E_ALL & ~E_NOTICE
2) register_globals settings:
Find register_globals = Off
Modify to register_globals = On
Excerpted from adamboy
http://www.bkjia.com/PHPjc/478324.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478324.htmlTechArticleEdit the php.ini file: 1) error_reporting settings: Find error_reporting = E_ALL and modify it to error_reporting = E_ALL ~E_NOTICE 2) register_globals settings: Find register_globals = Of...
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