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
: This article mainly introduces the restrictions that are often touched upon by php. ini. if you are interested in PHP tutorials, please refer to them. Max_execution_time
Php maximum execution time. the default value in php. ini is 30. that is,
Php security configuration records and common errors (Summary), common php errors
After the php environment is deployed, some security settings are made. In addition to being familiar with various php vulnerabilities, you can also configure php. ini
After the php environment is deployed, some security settings are made. in addition to being familiar with various php vulnerabilities, you can also configure php. ini to reinforce the runtime environment of PHP, and PHP has been officially modified
PHP Tutorial Configuration Chinese Narration
Let's see what you see, php.ini.
[PHP]
;;;;;;;;;;;; WARNING;;;;;;;;;;;;; This is the default settings file for new PHP installations.; By default, PHP installs itself with a configuration suitable for;
PHP security practices that system administrators must know
PHP is an open source server-side scripting language that is widely used. The Apache Web server provides this convenience: access to files and content via HTTP or HTTPS protocol. Improperly
Ec (2); php tutorial $ _ post function and $ _ get function details 1. get is to get data from the server, and post is to transfer data to the server; & nbsp; & nbsp; 2. get adds the data in the form to the url pointed to by action in the form of
Example of modifying the php. ini configuration file
@ Ini_set ('memory _ limit ', '64m');/* Maximum memory size occupied by the script */
@ Ini_set ('max _ execution_time ', '15');/* maximum script execution time */
During a simple form Upload test, the $ _ FILES array in the php script on the server is empty. in this way, the information uploaded from the browser cannot be obtained. why? Google, find... during a simple form Upload test, the $ _ FILES array in
The following excerpt from Baidu know a question and answer:
Q: Zen Channel system max upload file only 2M How to modify the increase a: in the host root directory has a php5.ini file, download down to add the following two statements, upload
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.