PHP相关参数 |
PHP信息(phpinfo): |
PHPINFO |
PHP版本(php_version): |
5.6.40 |
PHP运行方式: |
FPM-FCGI |
脚本占用最大内存(memory_limit): |
× |
PHP安全模式(safe_mode): |
× |
POST方法提交最大限制(post_max_size): |
500M |
上传文件最大限制(upload_max_filesize): |
500M |
浮点型数据显示的有效位数(precision): |
14 |
脚本超时时间(max_execution_time): |
181818181818181818ximum amount of time each script may spend parsing request data. Its a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 60
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 1000
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This directive informs PHP of which errors, warnings and notices you would like
; it to take action for. The recommended way of setting values for this
; directive is through the use of the error level constants and bitwise
; operators. The error level constants are below here for convenience as well as
; some common settings and their meanings.
; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
; those related to E_NOTICE and E_STRICT, which together cover best practices and
; recommended coding standards in PHP. For performance reasons, this is the
; recommend error reporting setting. Your production server shouldnt be wasting秒 |
socket超时时间(default_socket_timeout): |
60秒 |
PHP页面根目录(doc_root): |
× |
用户根目录(user_dir): |
× |
dl()函数(enable_dl): |
× |
指定包含文件目录(include_path): |
× |
显示错误信息(display_errors): |
× |
自定义全局变量(register_globals): |
× |
数据反斜杠转义(magic_quotes_gpc): |
× |
"<?...?>"短标签(short_open_tag): |
√ |
"<% %>"ASP风格标记(asp_tags): |
× |
忽略重复错误信息(ignore_repeated_errors): |
× |
忽略重复的错误源(ignore_repeated_source): |
× |
报告内存泄漏(report_memleaks): |
√ |
自动字符串转义(magic_quotes_gpc): |
× |
外部字符串自动转义(magic_quotes_runtime): |
× |
打开远程文件(allow_url_fopen): |
√ |
声明argv和argc变量(register_argc_argv): |
× |
Cookie 支持: |
√ |
拼写检查(ASpell Library): |
× |
高精度数学运算(BCMath): |
√ |
PREL相容语法(PCRE): |
√ |
PDF文档支持: |
× |
SNMP网络管理协议: |
× |
VMailMgr邮件处理: |
× |
Curl支持: |
√ |
SMTP支持: |
√ |
SMTP地址: |
localhost |
默认支持函数(enable_functions): |
请点这里查看详细! |
被禁用的函数(disable_functions): |
passthru exec system chroot chgrp chown shell_exec proc_open proc_get_status popen ini_alter ini_restore dl openlog syslog readlink symlink popepassthru stream_socket_server |