xiaoxiao 发表于 2014-10-20 11:34:09

PHP.ini常见参数解释

本帖最后由 xiaoxiao 于 2015-3-17 09:22 编辑


常见参数解释如下:

register_globals:是否自动注册表单变量,安全原因不推荐设为on
magic_quotes_gpc:是否自动过滤输入内容中的特殊字符,如单引号
disable_functions:系统禁止的函数列表
output_buffering:输出缓存大小,为零禁止
display_errors:是否显示出错信息
max_execution_time:脚本最长执行时间,单位秒
memory_limit:内存限制
post_max_size/upload_max_filesize:POST最大大小/文件最大上传大小
allow_url_include:是否远程包含远程文件



页: [1]
查看完整版本: PHP.ini常见参数解释