AppServ, XAMPP, WAMP configure php. ini to remove the warning information (NOTICE)

Source: Internet
Author: User
AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one. Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How to remove these warnings

AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one. Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How to remove these warnings

AppServ, XAMPP, and WAMP are all integrated with apache, mysql, and php. They are easy to use, so you do not need to configure php, apache, and mysql one by one.

Download the corresponding installation package for installation. However, for php projects, WAMP will display the NOTICE information by default. It is difficult to see a large segment on the page. How can I remove the warning information? Find the php. ini file first.

The path is: (my installation path is D: \ wamp) D: \ wamp \ bin \ php \ php5.3.10 \ php. ini to open the file.

Search for the file, error_reporting = E_ALL, which is the default value and then changed to error_reporting = E_ALL &~ E_NOTICE, and then restart the apache server.

This is for new php beginners. Although I am a newbie, I have finally learned how to remove the warning information.

Accordingly, XAMPP, AppServ and other suits also remove warning information by modifying php and ini.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.