Generally, you do not need to change the PHP settings. it usually works well according to the default configuration. However, developers who are PHP designers consider that users may occasionally need to adjust some features of the PHP language for
Generally you do not need to change the PHP settings, it usually works well according to the default configuration. But developers as PHP designers consider that users may occasionally need to tweak some of the functionality of the PHP language for
Give the new person a summary of the error handling of PHP.
PHP provides error handling and logging functionality. These functions allow you to define your own error-handling rules and how to modify the error record. In this way, you can change and
With logging, you can send information directly to other log servers, either to a designated email address (or via a mail gateway), or to an operating system log, so that you have the option to record and monitor the most important parts of your
PHP error handling and exception handling notes. Summarize PHP error handling for new users. PHP provides error handling and logging functions. these functions allow you to define your own error handling rules and modify the error records to
Summarize PHP error handling for new users. PHP provides error handling and logging functions. these functions allow you to define your own error handling rules and how to modify error records. in this way, you can modify and enhance the error
Open PHP Security Mode (note that PHP5.3 will no longer have safe mode)
The Safe mode of turning PHP on or off is taking advantage of the Safe_mode option in php.ini:
The code is as follows
Copy Code
Safe_mode=on (using
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.