5
6
8PHP基本特性
|
| PHP运行方式 |
CGI-FCGI |
| PHP版本 |
5.3.8 |
| 运行于安全模式 |
NO |
| 支持ZEND编译运行 |
YES |
| 允许使用URL打开文件 allow_url_fopen |
NO |
| 允许动态加载链接库 enable_dl |
NO |
| 显示错误信息 display_errors |
YES |
| 自动定义全局变量 register_globals |
NO |
| 程序最多允许使用内存量 memory_limit |
64M |
| POST最大字节数 post_max_size |
6M |
| 允许最大上传文件 upload_max_filesize |
6M |
| 程序最长运行时间 max_execution_time |
15 秒 |
| magic_quotes_gpc |
NO |
| magic_quotes_runtime |
NO |
| 被禁用的函数 disable_functions |
exec shell_exec ini_alter ini_get_all ini_restore proc_get_status apache_setenv define_syslog_variable apache_child_terminate curl_exec curl_multi_exec disk_total_space find posix_getpwuid posix_getpwnam proc_open proc_nice escapeshellarg escapeshellcmd highlight_file disk_total_space diskfreespace passthru system popen posix_mkfifo symlink pfsockopen show_source link getmyuid set_time_limit disk_free_space ftp_get stream_socket_client stream_socket_server pcntl_exec pcntl_fork pcntl_getpriority pcntl_wait |
| PHP信息 PHPINFO |
PHPINFO |